Advertisement
andrethegamer

dedicated ip

Sep 25th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3. auto eth0
  4. auto eth0:2
  5. auto eth0:3
  6. auto eth0:4
  7. auto eth0:5
  8.  
  9. auto eth0
  10. iface eth0 inet static
  11. address 107.150.42.194
  12. netmask 255.255.255.248
  13. gateway 107.150.42.193
  14.  
  15.  
  16. iface eth0:2 inet static
  17. address 107.150.42.195
  18. netmask 255.255.255.248
  19. gateway 107.150.42.193
  20.  
  21. iface eth0:3 inet static
  22. address 107.150.42.196
  23. netmask 255.255.255.248
  24. gateway 107.150.42.193
  25.  
  26. iface eth0:4 inet static
  27. address 107.150.42.197
  28. netmask 255.255.255.248
  29. gateway 107.150.42.193
  30.  
  31. iface eth0:5 inet static
  32. address 107.150.42.198
  33. netmask 255.255.255.248
  34. gateway 107.150.42.193
  35.  
  36.  
  37. here
  38.  
  39. /etc/network
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement