Guest User

Untitled

a guest
Jan 18th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # loopback
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. # eth0
  6. auto eth0
  7. iface eth0 inet static
  8. address xxx.xxx.77.119
  9. broadcast xxx.xxx.77.127
  10. netmask 255.255.255.255
  11. gateway xxx.xxx.77.97
  12. pointopoint xxx.xxx.77.97
  13.  
  14. # default route subnet access
  15. up route add -net xxx.xxx.77.96 netmask 255.255.255.224 gw xxx.xxx.77.97 eth0
Add Comment
Please, Sign In to add comment