Hallo,
erst einmal Euch allen ein gesundes neues Jahr! Wenn ich das vorhin richtig mitbekommen habe befinden wir uns ja schon voll in 2002 ;-)
Reinhard: Ich habe die nat-Tabelle jetzt richtig gelöscht, aber die muss wohl vorher schon leer gewesen sein - zumindest kann ich in den Ausgaben von iptables -vnL -t nat keine Unterschiede zum "Einschaltzustand" feststellen. Ein Ping vom Client auf eine externe IP ist weiterhin nicht möglich. Im folgenden erst einmal die Ausgaben vom Server:
root@hpnet:/home/matthias# ifconfig -an eth0 Link encap:Ethernet HWaddr 00:80:AD:91:22:4F inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3383 errors:0 dropped:0 overruns:0 frame:0 TX packets:2666 errors:0 dropped:0 overruns:0 carrier:0 collisions:2 txqueuelen:100 Interrupt:11 Base address:0xf8e0
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:83 errors:0 dropped:0 overruns:0 frame:0 TX packets:83 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol inet addr:62.227.184.175 P-t-P:62.155.254.157 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1524 Metric:1 RX packets:32 errors:1 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 +++
root@hpnet:/home/matthias# netstat -nr Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 62.155.254.157 0.0.0.0 255.255.255.255 UH 40 0 0 ppp0 192.168.0.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo 0.0.0.0 62.155.254.157 0.0.0.0 UG 40 0 0 ppp0
+++
root@hpnet:/home/matthias# iptables -vnL Chain INPUT (policy ACCEPT 694 packets, 37311 bytes) pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 466 packets, 33212 bytes) pkts bytes target prot opt in out source destination
+++
root@hpnet:/home/matthias# iptables -vnL -t nat Chain PREROUTING (policy ACCEPT 6 packets, 360 bytes) pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 7 packets, 842 bytes) pkts bytes target prot opt in out source destination 0 0 MASQUERADE all -- * ppp0 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 7 packets, 842 bytes) pkts bytes target prot opt in out source destination
+++
Ich hoffe dass diese Infos nützlich sind und würde mich riesig freuen, wenn daraus mein Fehler ersichtlich ist.
Viele Grüße,
Matthias