tickle growse # ifconfig
eth2 Link encap:Ethernet HWaddr 00:04:23:64:7D:C3
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: 2001:770:161:0:204:23ff:fe64:7dc3/64 Scope:Global
inet6 addr: fe80::204:23ff:fe64:7dc3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:8982 Metric:1
RX packets:22554676 errors:0 dropped:1 overruns:0 frame:0
TX packets:40491433 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:330799268 (315.4 Mb) TX bytes:1643946929 (1567.7 Mb)
Base address:0xb800 Memory:ee0c0000-ee0e0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:266247 errors:0 dropped:0 overruns:0 frame:0
TX packets:266247 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:64581951 (61.5 Mb) TX bytes:64581951 (61.5 Mb)
Can you ping it? What is the ip it has given to you by DHCP?
tickle growse # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth2
loopback * 255.0.0.0 U 0 0 0 lo
default nosey.mrmen.hom 0.0.0.0 UG 0 0 0 eth2
You have two NICs with the same IP...
EDIT: Beaten to it!
windowsfilesystem/etc/network/insterfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
network 192.168.2.2
broadcast 179.168.2.255
gateway 192.168.2.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 212.74.112.66
iface eth1 inet static
address 192.168.2.2
netmask 255.255.255.0
gateway 192.168.2.1
wireless-key 1A437ACA30238A6E4D24F488B1
wireless-essid belkin54g
auto eth1
auto eth0
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Compaq_Administrator>ipconfig
Windows IP Configuration
Wireless LAN adapter Wireless Network Connection 8:
Connection-specific DNS Suffix . : Belkin
Link-local IPv6 Address . . . . . : fe80::d9bb:9c00:1d0e:d69e%18
IPv4 Address. . . . . . . . . . . : 192.168.2.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter Local Area Connection* 8:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter Local Area Connection* 10:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
C:\Users\Compaq_Administrator>
ADSL Status CONNECTED
Data Rate
Downstream/Upstream 7712Kb/832Kb
Connection Type PPPoA
WAN MAC Address 00:11:50:2F:7D:92
WAN IP 80.41.249.253
Subnet Mask 255.0.0.0
Default Gateway 212.74.111.192
Primary DNS Address man-cache-1-a-1.ns.uk.tiscali.com
Secondary DNS Address man-cache-0-a-1.ns.uk.tiscali.com
/end of windows info
other info:
Router IP Address 192.168.2.1
(access key here)
212.74.112.66
Secondary DNS 212.74.112.67
channel 11
belkin54g
Nic is your network interface card, basically as said you have two of them both using the same IP address, which is probably causing a conflict.
you can use ifconfig to change the ip, i.e ifconfig eth0 192.168.1.x