Advertisement
RingtailedFox

results from iptables-save | grep 8000

Aug 20th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. results from iptables-save | grep 8000:
  2.  
  3. -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
  4. -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
  5. -A zone_wan_prerouting -p tcp -m tcp --dport 8000 -m comment --comment "!fw3: ICECAST" -j DNAT --to-destination 192.168.1.1:8000
  6. -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