Hello, I need some help setting up my network. My instances are not getting an internet connection, and I'm not sure what I have configured wrong. It would be nice if someone could help.
Read more
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp2s0
iface enp2s0 inet static
address 116.202.32.16/26
gateway 116.202.32.1
pointopoint 116.202.32.1
up sysctl -p
post-up ip address...
Read more