Hi!
Ich hab an meinem Rechner (Debian3.0) noch einen weitern (Windows98)-Client. Auf dem Debian-Rechner hab ich jetzt masquerading mit IP-Tables eingerichtet und bin mal nur froh dass alles funktioniert
Jetzt kommt allerdings der nächste Punkt, die Sicherheit. Ich nehm mal an meine derzeitge Lösung hat mehr Löcher als ein Fischernetz.
Hier mal die aktuelle Einstellung:
_______________________________________________
flipper:/home/flipper# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
block all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
block all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp spt:3000
ACCEPT tcp -- anywhere flipper tcp spt:3000
Chain block (2 references)
target prot opt source destination
ACCEPT all -- 192.168.0.0/24 anywhere
ACCEPT all -- anywhere 192.168.0.0/24
ACCEPT all -- anywhere 10.0.0.0/24
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere
DROP all -- anywhere anywhere
_______________________________________________
flipper:/home/flipper# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- anywhere !192.168.0.0/24
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
_______________________________________________
Also, folgendes will ich machen:
NatĂĽrlich Masquerading zum anderen PC.
funktionieren sollen folgende Dienste: IRC, (L)ICQ, FTP-Client, surfen, Apache Webserver;
SWAT (port 901)und ntop (port 3000): nur fĂĽr lokalen Rechner. (auch nicht fĂĽr den anderen W98-Client).
Ich hab das selbst probiert zum einstellen, bin jedoch schon an Port 3000 gescheitert
Soda, das wärs vorerst.. thx schon mal für eure Hilfe, mit Links bin ich natürlich auch sehr zufrieden
mfg
[KB]Flipper