This is my setup:
ADSL Router (Thomson TG787)
gateway: 192.168.1.254
- Switch 1GB
- Bubba (*not* able to connect to Internet)
from /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eth1 inet static
address 192.168.1.100
netmask 255.255.255.0
iface eth0 inet static
gateway 192.168.1.254
netmask 255.255.255.0
address 192.168.1.100
- Old server (able to connect to Internet)
from /etc/network/interfaces:
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.99
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
Ping from BubbaTwo gives:
ping www.google.se
PING www.l.google.com (64.233.183.147) 56(84) bytes of data.
From bubba.localdomain (192.168.1.100) icmp_seq=1 Destination Host Unreachable
From bubba.localdomain (192.168.1.100) icmp_seq=2 Destination Host Unreachable
From bubba.localdomain (192.168.1.100) icmp_seq=3 Destination Host Unreachable
^C
--- www.l.google.com ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4026ms
Doesn't seem like silicon bug, or does it?
Any ideas?
Help!
