E100 Driver

Joshua Wambua gmail at blueprint-group.co.ke
Sat Nov 6 08:36:51 UTC 2010


You want entries like this in your interfaces file

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
         address 192.168.0.25
         netmask 255.255.255.0
         gateway 192.168.0.7


You want this in your /etc/resolv.conf

nameserver 192.168.0.7

After they have been done, /etc/init.d/networking restart

To test:

ping 192.168.0.7
dig www.google.com

If they check out, then make sure networking does run on startup. Reboot 
and check that things still work after booting back into Ubuntu.

Am sorry if am being too much of a newbie, but where is my interfaces file?






More information about the ubuntu-users mailing list