BattleCom Ports freigeben ????
BattleCom Ports freigeben ????
Also , folgende ports müsste ich freigeben:
- IN UDP 2300 - 2400
- IN TCP 2300 - 2400
- IN UDP 47624
- IN TCP 47624
Nur wie geb ich die jetzt frei!
da gibbet irgend son befehl wie DNAT der so.....
danke für schnelle Hilfe
Gruß
Arne
- IN UDP 2300 - 2400
- IN TCP 2300 - 2400
- IN UDP 47624
- IN TCP 47624
Nur wie geb ich die jetzt frei!
da gibbet irgend son befehl wie DNAT der so.....
danke für schnelle Hilfe
Gruß
Arne
Der sicherste Rechner ist ein ausgeschalteter!
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Code: Alles auswählen
iptables -t nat -A PREROUTING -i ppp0 -p tcp -s 0/0 --destination-port 10000:10100 -j DNAT --to-destination 192.168.0.20:20000-20100
Dazu benötigt wird ein 2.4 kernel mit iptables entweder einkompiliert oder als Module.
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
Hi, ich hatte das gleiche Problem hab das so gelöst
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 2200:2400 -j DNAT --to 192.168.0.2:2200-2400
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 2200:2400 -j DNAT --to 192.168.0.2:2200-2400
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 47624:47625 -j DNAT --to 192.168.0.2:47624:47625
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 47624:47625 -j DNAT --to 192.168.0.2:47624:47625
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 28800:28900 -j DNAT --to 192.168.0.2:28800:28900
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 28800:28900 -j DNAT --to 192.168.0.2:28800:28900
läuft wunderbar.
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 2200:2400 -j DNAT --to 192.168.0.2:2200-2400
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 2200:2400 -j DNAT --to 192.168.0.2:2200-2400
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 47624:47625 -j DNAT --to 192.168.0.2:47624:47625
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 47624:47625 -j DNAT --to 192.168.0.2:47624:47625
iptables -A PREROUTING -t nat -p tcp -i ippp0 --dport 28800:28900 -j DNAT --to 192.168.0.2:28800:28900
iptables -A PREROUTING -t nat -p udp -i ippp0 --dport 28800:28900 -j DNAT --to 192.168.0.2:28800:28900
läuft wunderbar.
Danke erstmal....
muss da nicht irgendwo die ip vonner telekom eingebaut werden????
Der sicherste Rechner ist ein ausgeschalteter!
bc ports
hi .
Habs ausprobiert geht aber leider nich ..
hab das in putty eingeben und es geht nich .. hab auch meine lan ip eingesetzt ..
weiss nich mehr weiter .. es ging ja schonmal nur mit dem befehl gehts es nich .
kann sich auch ma einer in icq melden wäre nett .. : 172628465
danke für alle hilfe o.Ä.
sTEffEn
Habs ausprobiert geht aber leider nich ..
hab das in putty eingeben und es geht nich .. hab auch meine lan ip eingesetzt ..
weiss nich mehr weiter .. es ging ja schonmal nur mit dem befehl gehts es nich .
kann sich auch ma einer in icq melden wäre nett .. : 172628465
danke für alle hilfe o.Ä.
sTEffEn
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Wir haben das schon gelöst: war nur ein Typo: ippp0 statt ppp0. Weil ISDN im Kernel war hat er sich halt nicht beschwert, es hat halt nur nicht funktioniert.
Patrick
PS: Ich habe das ICQ Spam Filter Post gelöscht...
P.
Patrick
PS: Ich habe das ICQ Spam Filter Post gelöscht...
P.
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de