Advertisement
ghostlines

Untitled

Dec 2nd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. # The primary network interface
  3. auto eth0.1
  4. iface eth0.1 inet static
  5. address 192.168.1.210
  6. network 192.168.1.0
  7. netmask 255.255.255.0
  8. broadcast 192.168.1.255
  9. gateway 192.168.1.1
  10.  
  11. auto eth0.2
  12. iface eth0.2 inet static
  13. address 10.0.0.210
  14. network 10.0.0.0
  15. netmask 255.255.255.0
  16. broadcast 10.0.0.255
  17. gateway 10.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement