Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- empire@empire:~$ sudo iptables-save
- [sudo] password for empire:
- # Generated by iptables-save v1.4.14 on Wed Jul 29 16:00:19 2015
- *filter
- :INPUT ACCEPT [3448750:262333552]
- :FORWARD ACCEPT [0:0]
- :OUTPUT ACCEPT [1990:265118]
- :hm2-eth-rules-output - [0:0]
- -A OUTPUT -j hm2-eth-rules-output
- -A hm2-eth-rules-output -s 10.10.10.1/32 -d 10.10.10.10/32 -p udp -m udp --sport 47467 --dport 27181 -j ACCEPT
- -A hm2-eth-rules-output -s 192.168.1.1/32 -d 192.168.1.121/32 -p udp -m udp --sport 36421 --dport 27181 -j ACCEPT
- -A hm2-eth-rules-output -o eth1 -p icmp -j DROP
- -A hm2-eth-rules-output -o eth1 -j REJECT --reject-with icmp-admin-prohibited
- -A hm2-eth-rules-output -o eth2 -p icmp -j DROP
- -A hm2-eth-rules-output -o eth2 -j REJECT --reject-with icmp-admin-prohibited
- COMMIT
- # Completed on Wed Jul 29 16:00:19 2015
- empire@empire:~$
Advertisement
Add Comment
Please, Sign In to add comment