Ifconfig for Static Routes and DHCP
Configure for DHCP:
ifconfig eth0 dhclient
for static:
ifconfig eth0 192.168.0.1 netmask 255.255.255.0
ifconfig eth0 dhclient
for static:
ifconfig eth0 192.168.0.1 netmask 255.255.255.0
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment