Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 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.     enp2s0:
  8.       addresses: [ 192.154.110.170/29 ]
  9.       gateway4: 192.154.110.169
  10.       nameservers:
  11.           search: [ static.gorillaservers.com ]
  12.           addresses:
  13.              - "8.8.8.8"
  14.               - "4.2.2.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement