Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. empire@empire:~$ sudo iptables-save
  2. [sudo] password for empire:
  3. # Generated by iptables-save v1.4.14 on Wed Jul 29 16:00:19 2015
  4. *filter
  5. :INPUT ACCEPT [3448750:262333552]
  6. :FORWARD ACCEPT [0:0]
  7. :OUTPUT ACCEPT [1990:265118]
  8. :hm2-eth-rules-output - [0:0]
  9. -A OUTPUT -j hm2-eth-rules-output
  10. -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
  11. -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
  12. -A hm2-eth-rules-output -o eth1 -p icmp -j DROP
  13. -A hm2-eth-rules-output -o eth1 -j REJECT --reject-with icmp-admin-prohibited
  14. -A hm2-eth-rules-output -o eth2 -p icmp -j DROP
  15. -A hm2-eth-rules-output -o eth2 -j REJECT --reject-with icmp-admin-prohibited
  16. COMMIT
  17. # Completed on Wed Jul 29 16:00:19 2015
  18. empire@empire:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement