Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- results from iptables-save | grep 8000:
- -A zone_lan_postrouting -s 192.168.0.0/20 -d 192.168.1.1/32 -p tcp -m tcp --dport 8000 -m comment --comment "!fw3: ICECAST (reflection)" -j SNAT --to-source 192.168.1.1
- -A zone_lan_prerouting -s 192.168.0.0/20 -d 24.57.18.56/32 -p tcp -m tcp --dport 8000 -m comment --comment "!fw3: ICECAST (reflection)" -j DNAT --to-destination 192.168.1.1:8000
- -A zone_wan_prerouting -p tcp -m tcp --dport 8000 -m comment --comment "!fw3: ICECAST" -j DNAT --to-destination 192.168.1.1:8000
- -A zone_wan_input -p tcp -m tcp --dport 8000 -m comment --comment "!fw3: Allow-Icecast" -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement