"/ Etc / network / interfaces" dosyasına bir ağ arayüzü ekledim:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
#iface eth0 inet static
# address 192.168.19.82
# gateway 192.168.19.154
# VirtualBox NAT bridge
#auto vnet0
iface vnet0 inet static
address 172.16.0.1
netmask 255.255.255.0
bridge_ports none
bridge_maxwait 0
bridge_fd 1
Ağ yöneticisi etkin durumda managed işaretleyin ve devre dışı bırakın ancak yine de şebeke servisini yeniden başlatmak vnet0 arayüz.
Bu arayüzün oluşturulmasını engelleyen ne olabilir?
ifup vnet0mükemmel çalıştı, kalıcı kılmanın bir yolu var mı?