Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iptables -L && iptables -L -t nat
- Chain INPUT (policy DROP)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT all -- anywhere 172.16.0.0/24
- ACCEPT icmp -- anywhere anywhere
- ACCEPT all -- localhost.localdomain anywhere
- DROP all -- bruichladdich.netcraft.com anywhere
- ACCEPT tcp -- anywhere anywhere state NEW,RELATED,ESTABLISHED tcp dpt:3link
- ACCEPT udp -- anywhere anywhere state NEW,RELATED,ESTABLISHED udp dpt:3link
- ACCEPT tcp -- anywhere anywhere state NEW,RELATED,ESTABLISHED tcp dpt:ssh
- ACCEPT udp -- anywhere anywhere state NEW,RELATED,ESTABLISHED udp dpt:openvpn
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- ACCEPT tcp -- anywhere anywhere state NEW,RELATED,ESTABLISHED tcp dpt:ftp multiport sports 1024:65535
- ACCEPT tcp -- anywhere anywhere state NEW,RELATED,ESTABLISHED tcp dpts:commplex-main:zenginkyo-1 multiport sports 1024:65535
- LOG all -- anywhere anywhere LOG level warning
- Chain FORWARD (policy DROP)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere state NEW,RELATED,ESTABLISHED
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT all -- anywhere 172.16.0.252
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- LOG all -- anywhere anywhere LOG level warning
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- Chain PREROUTING (policy ACCEPT)
- target prot opt source destination
- DNAT tcp -- anywhere anywhere tcp dpt:3link to:172.16.0.252:15363
- DNAT udp -- anywhere anywhere udp dpt:3link to:172.16.0.252:15363
- Chain POSTROUTING (policy ACCEPT)
- target prot opt source destination
- MASQUERADE all -- anywhere anywhere
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment