For Ethernet, I type in something like the following:
ifconfig eth0 up
dhclient eth0
For WiFi, I do something like:
ifconfig wlan0 up
iwconfig wlan0 mode managed essid "linksys"
dhclient wlan0
There are easier ways of doing this. For example, I can just use the "ifup" thingy:
ifup eth0
No comments:
Post a Comment