[Gllug] HELP Network problem

Martin A. Brooks martin at hinterlands.org
Sat Apr 22 10:16:59 UTC 2006


Ben Whyte wrote:
> Also why do I now have to have loopback on eth0 not lo

Take a look at /etc/network/interface

You should have an entry like:

# The loopback network interface
auto lo
iface lo inet loopback


ifup is a wrapper.  Try this:

ifconfig eth2 down
ifconfig eth2 192.168.0.1 netmask 255.255.255.0 up
ping 192.168.0.1

If that works then your problem is not hardware, it's your 
configuration.  Again, this will be detailed in /etc/network/interfaces

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list