|
|||||||||||
|
Re: Wireless in ubuntu will not work with static IP address - Wicd installed
From: Rapael Morcha <raphael.morcha(at)gmail.com>
Date: Fri Aug 31 2007 - 13:58:28 EDT
If you have not edited your /etc/network/interfaces file so far, do it. Dump these lines - auto eth0 (which device, eth0/1/2 etc..) iface eth0 inet static (make it static) address 10.1.1.13 (should be what static IP you want the device to get) netmask 255.0.0.0 (network mask) broadcast 10.255.255.255 (bcast address) gateway 10.1.1.1 (where your router resides) $ man ifconfig $ ifconfig $ man ifup $ sudo ifup eth0 $ man ethtool $ sudo ethtool eth0 enjoy! -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-usersReceived on Fri Aug 31 14:00:01 2007 This archive was generated by hypermail 2.1.8 : Thu Oct 18 2007 - 10:47:54 EDT |
||||||||||
|
|||||||||||