Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. root@localhost:/etc/netplan# cat 00-snapd-config.yaml
  2. # This is the network config written by 'console_conf'
  3. network:
  4. ethernets:
  5. eth0:
  6. addresses: [10.2.0.22/26]
  7. gateway4: 10.2.0.1
  8. nameservers:
  9. addresses: [10.2.0.1]
  10. search: []
  11. version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement