First of all, I am quite new to Linux, but not new to networking. I usually know what I am doing and it also usually works
Anyway, I installed latest Dapper Drake today (6.06b2), everything installed well, so far so good. During installation the system downloaded some files from the internet (for german localization I think), so the network connection was up and running then.
Now that the installation is done I am getting a weird problem related to networking:
The box is configured with a static IP address on eth0:
IP: 192.168.2.6
Subnet mask: 255.255.255.0
Gateway: 192.168.2.1
DNS: 192.168.2.1
I can successfully ping 192.168.2.6, but when I try to ping 192.168.2.1 (my DSL router) I get "Destination Host Unreachable". Same goes with all other IPs in my local network. Needless to say, I also have no internet connection from that box.
ifconfig lists the interface as being UP
eth0
Link encap:Ethernet HWaddr:blahblah
inet addr:192.168.2.6 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:16 errors:269 dropped:0 overruns:0 frame:0
TX packets: 4 errors:11 dropped:0 overruns:0 carrier:11
collisions:0 txqueuelen:1000
RX bytes:1861(1.8KiB) TX bytes:300 (300.0 b)
Interrupt:193 Base address:0xe800
Before I installed Linux, I had XP running on that box and it worked just fine (including networking), so I guess a hardware error can be ruled out (well, more or less )
Can anyone give me a hint what could be wrong?
/etc/networking/interfaces reads as follows:
auto eth0
iface eth0 inet static
address 192.168.2.6
netmask 255.255.255.0
gateway 192.168.2.1
network 192.168.2.0
broadcast 192.168.2.255
Anyway, I installed latest Dapper Drake today (6.06b2), everything installed well, so far so good. During installation the system downloaded some files from the internet (for german localization I think), so the network connection was up and running then.
Now that the installation is done I am getting a weird problem related to networking:
The box is configured with a static IP address on eth0:
IP: 192.168.2.6
Subnet mask: 255.255.255.0
Gateway: 192.168.2.1
DNS: 192.168.2.1
I can successfully ping 192.168.2.6, but when I try to ping 192.168.2.1 (my DSL router) I get "Destination Host Unreachable". Same goes with all other IPs in my local network. Needless to say, I also have no internet connection from that box.
ifconfig lists the interface as being UP
eth0
Link encap:Ethernet HWaddr:blahblah
inet addr:192.168.2.6 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:16 errors:269 dropped:0 overruns:0 frame:0
TX packets: 4 errors:11 dropped:0 overruns:0 carrier:11
collisions:0 txqueuelen:1000
RX bytes:1861(1.8KiB) TX bytes:300 (300.0 b)
Interrupt:193 Base address:0xe800
Before I installed Linux, I had XP running on that box and it worked just fine (including networking), so I guess a hardware error can be ruled out (well, more or less )
Can anyone give me a hint what could be wrong?
/etc/networking/interfaces reads as follows:
auto eth0
iface eth0 inet static
address 192.168.2.6
netmask 255.255.255.0
gateway 192.168.2.1
network 192.168.2.0
broadcast 192.168.2.255
Comment