sudo ufw disable
Disabling NetworkManager
According to this bug here's how to disable Network Manager without uninstalling it:
Stop network manager
sudo stop network-manager
Create an override file for the upstart job:
echo "manual" | sudo tee /etc/init/network-manager.override
/etc/network/interfaces. The example below assumes you are configuring your first Ethernet interface identified aseth0. Change the address, netmask, and gateway values to meet the requirements of your network.
auto eth0 iface eth0 inet static address 10.0.0.100 netmask 255.255.255.0 gateway 10.0.0.1
cloud-init
dpkg -l | grep openvpn
sudo dpkg --get-selections | grep cloud | dpkg-query -L
No comments:
Post a Comment