Advertisement
Guest User

Network Conf

a guest
Feb 28th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. root@camdon_as398127:~# cat /etc/network/interfaces
  3. auto lo
  4. iface lo inet loopback
  5.  
  6. auto eth0
  7. iface eth0 inet static
  8. address 45.63.100.210/23
  9. iface eth0 inet6 auto
  10.  
  11. auto eth1
  12. iface eth1 inet static
  13. address 10.8.96.5
  14. netmask 255.255.240.0
  15. gateway 10.8.96.4
  16. mtu 1450
  17.  
  18. auto lo:2
  19. iface lo:2 inet static
  20. adddress 45.131.110.1
  21. netmask 255.255.255.0
  22.  
  23. auto lo:1
  24. iface lo:1 inet static
  25. address 45.84.199.1
  26. netmask 255.255.255.0
  27. root@camdon_as398127:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement