Hallo Weissbrot,
mir scheint die Rechner sind beide jeweils "direkt" im Netz - "ppp0"
Code: Alles auswählen
A1:~# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
217.5.98.176 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
0.0.0.0 217.5.98.176 0.0.0.0 UG 0 0 0 ppp0
ein "netstat -rn" von meinem Client - 192.168.0.11 ist die IP von meinem Router:
Code: Alles auswählen
fuzzy@sid:~$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.0.11 0.0.0.0 UG 0 0 0 eth0
Das "Iface" ist "eth0"!
Wie viele Netzwerkarten haben Deine Clients und wie ist Dein Router konfiguriert?
In Deiner "/etc/network/interfaces" fehlt mir der "gateway xx" Eintrag:
Code: Alles auswählen
fuzzy@sid:~$ cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.0.4
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.11
Wie weit kommst Du bei dieser Checkliste?
http://www.debianforum.de/wiki/?page=Ch ... etprobleme
Hast Du eventuell etwas "heftig" eingestellte Packetfilter aktiviert?
Gruß fuzzy