[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

direct connect und iptables



hi
ich fummle nun schon stunden und bekomm es nicht hin
das andere auf meine shares ueber direct connect zugreiffen koennen.
ich bin in einem privaten 24 bit netz 192.168.1.0 hinter einem linuxrouter mit
dynamischer ip.

hier meine firewall regeln:

iptables --table nat -A PREROUTING   --in-interface  ppp0 --proto tcp      --destination-port 1060       --jump DNAT    --to 192.168.1.2:1060             
iptables --table nat -A PREROUTING   --in-interface  ppp0 --proto udp      --destination-port 1060       --jump DNAT    --to 192.168.1.2:1060             
iptables --table nat -A PREROUTING   --in-interface  ppp0 --proto tcp      --source-port 1060            --jump DNAT    --to 192.168.1.2:1060             
iptables --table nat -A PREROUTING   --in-interface  ppp0 --proto udp      --source-port 1060            --jump DNAT    --to 192.168.1.2:1060 


mein dc client ist auch auf port 1060 eingestellt und wenn ich mich von ausserhalb auf meinen router port 1060 connecte
funktioniert das auch praechtig und ich werde per portmapping auf meinen dc client durchgeleitet.
warum koennen andere user trozdem nicht auf mein zeugs drauf zugreiffen?
hat jemand vorschlaege? oder links zu dem thema? google wirft meiner meinung nach auch nicht viel 
interessantes raus bzw das was google rauswirft habe ich schon probiert
mfg
olli


-- 
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: