Advertisement
Guest User

Untitled

a guest
Apr 7th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # The primary network interface
  2. auto eth0
  3. iface eth0 inet static
  4. address xxxxxxxx
  5. netmask 255.255.255.248
  6. gateway xxxxxxxx
  7. pre-up iptables-restore < /etc/iptables.rules
  8. pre-up ip6tables-restore < /etc/ip6tables.rules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement