also ich hab die Suche und Google benutzt und nichts hilfreiches gefunden..
Kurz zum Gateway:
Debian Etch
Bind9 (lediglich Forward zu Arcor DNS konfiguriert, sonst nichts)
Shorewall entsprechend konfiguriert, dass ich das kann was ich tun will.. ^^ (IP_FORWARDING=on)
/etc/network/interfaces
Code: Alles auswählen
auto eth0
iface eth0 inet static
address 213.x.x.2
netmask 255.255.255.248
network 213.XX.XXX.0
gateway 213.x.x.1
auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
Code: Alles auswählen
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
213.x.x.0 0.0.0.0 255.255.255.248 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 213.x.x.1 0.0.0.0 UG 0 0 0 eth0
Befinde ich mich aber auf einem Client und versuche google.de anzupingen:
Code: Alles auswählen
Ping wird ausgeführt für google.de [66.249.93.104] mit 32 Bytes Daten:
Antwort von 192.168.0.1: Zielhost nicht erreichbar.
aber ich kann mir nicht erklären wos hängen soll .
weiß jemand rat?
[/code]