Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. root@p2201430:/etc/network# cat interfaces.modded
  2. #/etc/network/interfaces
  3. auto lo
  4. iface lo inet loopback
  5. up route add -net 127.0.0.0 netmask 255.0.0.0 dev lo
  6. down route add -net 127.0.0.0 netmask 255.0.0.0 dev lo
  7.  
  8. auto eth0:0
  9. iface eth0:0 inet static
  10. address 83.222.232.148
  11. netmask 255.255.254.0
  12. gateway 83.222.232.1
  13. pre-up modprobe -v e100 || true
  14.  
  15. auto eth0:1
  16. iface eth0:1 inet static
  17. name ALT IP test
  18. address 83.222.239.97
  19. netmask 255.255.255.128
  20. network 83.222.239.0
  21. pre-up modprobe -v e100 || true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement