bringing up an interface without ip, ubuntu 16.04
Posted: Sat Jul 16, 2016 5:25 pm
Softether recommends having no ip a dress assigned to the network card.
I had to remove the card from the GUI configurator then added this lines to /etc/network/interfaces
auto enp3s0
iface enp3s0 inet manual
up ifconfig enp3s0 up
I had to remove the card from the GUI configurator then added this lines to /etc/network/interfaces
auto enp3s0
iface enp3s0 inet manual
up ifconfig enp3s0 up