FBF (WLAN) hinter Linux Router

vbbaby

Mitglied
Mitglied seit
8 Sep 2004
Beiträge
350
Punkte für Reaktionen
0
Punkte
16
Moin....
ich möchte zu Hause gerne die FBF 7050 hinter c´t Debian Server mit Icop Firewall etc betreiben.....

Also müssen hierzu ja die Routerfunktion und das Modem abgeschaltet werden.....

Ich habe hierzu glaube ich auch schon eine Anleitung unter http://www.ip-phone-forum.de/forum/viewtopic.php?t=9936 gefunden, allerdings ist diese aus Januar 2005 und danach gab es diverse neue Firmwares..... :shock:

Wie kann ich nun also die FBF 7050 mit VOIP hinter dem Linux Router betreiben oder ist die Anleitung noch komplett gültig ?
 
Nun wurde es ja hier quasi schon beantwortet..... :D
Obwohl die der Thread erst 16 Minuten später geschrieben wurde als meiner..... :wink:
 
FORWARDING IN IPTABLES

Hallo!

Also soweit ist es überhaupt kein Problem!
Die Forwarding rules in meiner Firewall!

iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 3478 -j DNAT --to-destination 172.16.0.1:3478
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 3478 -j DNAT --to-destination 172.16.0.1:3479
iptables -I FORWARD -i etho -p udp --dport 3478:3479 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5004 -j DNAT --to-destination 172.16.0.1:5004
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5005 -j DNAT --to-destination 172.16.0.1:5005
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5006 -j DNAT --to-destination 172.16.0.1:5006
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5007 -j DNAT --to-destination 172.16.0.1:5007
iptables -I FORWARD -i eth0 -p udp --dport 5004:5007 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5060 -j DNAT --to-destination 172.16.0.1:5060
iptables -I FORWARD -i etho -p udp --dport 5060 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5060 -j DNAT --to-destination 172.16.0.1:5060
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5061 -j DNAT --to-destination 172.16.0.1:5061
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 5062 -j DNAT --to-destination 172.16.0.1:5062
iptables -I FORWARD -i etho -p udp --dport 5060:5064 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7070 -j DNAT --to-destination 172.16.0.1:7070
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7071 -j DNAT --to-destination 172.16.0.1:7071
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7072 -j DNAT --to-destination 172.16.0.1:7072
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7073 -j DNAT --to-destination 172.16.0.1:7073
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7074 -j DNAT --to-destination 172.16.0.1:7074
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7075 -j DNAT --to-destination 172.16.0.1:7075
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7076 -j DNAT --to-destination 172.16.0.1:7076
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7077 -j DNAT --to-destination 172.16.0.1:7077
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7078 -j DNAT --to-destination 172.16.0.1:7078
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7079 -j DNAT --to-destination 172.16.0.1:7079
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7080 -j DNAT --to-destination 172.16.0.1:7080
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7081 -j DNAT --to-destination 172.16.0.1:7081
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7082 -j DNAT --to-destination 172.16.0.1:7082
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7083 -j DNAT --to-destination 172.16.0.1:7083
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7084 -j DNAT --to-destination 172.16.0.1:7084
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7085 -j DNAT --to-destination 172.16.0.1:7085
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7086 -j DNAT --to-destination 172.16.0.1:7086
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7087 -j DNAT --to-destination 172.16.0.1:7087
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7088 -j DNAT --to-destination 172.16.0.1:7088
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 7089 -j DNAT --to-destination 172.16.0.1:7089
iptables -I FORWARD -i etho -p udp --dport 7070:7089 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 10000 -j DNAT --to-destination 172.16.0.1:10000
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 10001 -j DNAT --to-destination 172.16.0.1:10001
iptables -I FORWARD -i etho -p udp --dport 10000:10001 -j ACCEPT
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30000 -j DNAT --to-destination 172.16.0.1:30000
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30001 -j DNAT --to-destination 172.16.0.1:30001
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30002 -j DNAT --to-destination 172.16.0.1:30002
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30003 -j DNAT --to-destination 172.16.0.1:30003
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30004 -j DNAT --to-destination 172.16.0.1:30004
iptables -t nat -I PREROUTING -s ! 172.16.0.1/16 -p udp --dport 30005 -j DNAT --to-destination 172.16.0.1:30005
iptables -I FORWARD -i etho -p udp --dport 30000:30005 -j ACCEPT

Grüße
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.