If you are connecting " automatically " you are using DHCP. DHCP makes a request to a DHCP server for an IP address. Once you have an address, then you need a default route, and DNS information.
Open a konsole in Mepis, run the command '/sbin/ifconfig' without the quotes, and post the results. This will tell us if the ethernet interface is up, and if you have a IP address.
It will look like this...
Quote:
/sbin/ifconfig
eth1 Link encap:Ethernet HWaddr 00:1D:7D:20:F4:67
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32214 errors:0 dropped:0 overruns:0 frame:0
TX packets:21131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:38804834 (37.0 MiB) TX bytes:1735660 (1.6 MiB)
Interrupt:24 Base address:0xa000
|
The second line shows the inet addr, this is the IP address of the interface. Note it shows the name as eth1 on my system. It may not be eth0 on your system. This is just a name, so it is not an issue if the name is different that you expect.