Guest User

Untitled

a guest
Nov 20th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #interface 1
  2. allow-hotplug enp0s3
  3. iface enp0s3 inet static
  4. address 172.16.17.229
  5. netmask 255.255.0.0
  6. broadcast 172.16.255.255
  7. gateway 172.16.0.1
  8. dns-* options are implemented by resolconf package, if installed
  9. dns-server 172.16.17.20
  10.  
  11. #interface 2
  12. allow-hotplug enp0s8
  13. iface enp0s8 inet static
  14. address 192.168.17.229
  15. netmask 255.255.255.0
  16. broadcast 192.168.17.255
Add Comment
Please, Sign In to add comment