Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file describes the network interfaces available on your system
- # For more information, see netplan(5).
- network:
- version: 2
- renderer: networkd
- ethernets:
- enp0s3:
- dhcp4: no
- addresses: [192.168.30.10/24]
- gateway4: 192.168.30.2
- nameservers:
- addresses: [8.8.8.8,8.8.4.4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement