Advertisement
Guest User

iptables

a guest
Dec 5th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7. source /etc/network/interfaces.d/*.cfg
  8. # post-up iptables-restore < /etc/iptables.up.rules
  9.  
  10. # Source interfaces
  11. # Please check /etc/network/interfaces.d before changing this file
  12. # as interfaces may have been defined in /etc/network/interfaces.d
  13. # NOTE: the primary ethernet device is defined in
  14. # /etc/network/interfaces.d/eth0
  15. # See LP: #1262951
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement