Guest User

Untitled

a guest
Feb 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # For more information, see netplan(5).
  3. network:
  4. version: 2
  5. renderer: networkd
  6. ethernets:
  7. eth0:
  8. dhcp4: no
  9. dhcp6: no
  10. addresses: [192.168.10.254/24]
  11. gateway4: 192.168.10.1
  12. nameservers:
  13. addresses: [192.168.10.1,192.168.10.252]
Add Comment
Please, Sign In to add comment