Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # This configuration file is auto-generated.
  2. #
  3. # WARNING: Do not edit this file, your changes will be lost.
  4. # Please create/edit /etc/network/interfaces.head and
  5. # /etc/network/interfaces.tail instead, their contents will be
  6. # inserted at the beginning and at the end of this file, respectively.
  7. #
  8. # NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail
  9. # will be at the very end of this file.
  10. #
  11.  
  12. # Auto generated lo interface
  13. auto lo
  14. iface lo inet loopback
  15.  
  16. # Auto generated venet0 interface
  17. auto venet0
  18. iface venet0 inet manual
  19. up ifconfig venet0 up
  20. up ifconfig venet0 127.0.0.2
  21. up route add default dev venet0
  22. down route del default dev venet0
  23. down ifconfig venet0 down
  24.  
  25. auto venet0:0
  26. iface venet0:0 inet static
  27. address 216.119.142.16
  28. netmask 255.255.255.255
  29.  
  30. auto venet0:1
  31. iface venet0:1 inet static
  32. address 216.119.142.23
  33. netmask 255.255.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement