আমি "/ ইত্যাদি / নেটওয়ার্ক / ইন্টারফেস" ফাইলটিতে একটি নেটওয়ার্ক ইন্টারফেস যুক্ত করেছি:
# 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
নেটওয়ার্ক ম্যানেজার সক্রিয়, আমি managedপতাকাটি সক্রিয় এবং এটি নিষ্ক্রিয় করার চেষ্টা করেছি তবে তবুও, নেটওয়ার্ক পরিষেবা পুনরায় চালু করার ফলে vnet0ইন্টারফেস তৈরি হয় না । এই ইন্টারফেসটি তৈরি করতে বাধা দিতে পারে কি?
ifup vnet0নিখুঁতভাবে কাজ করেছে, এটিকে স্থায়ী করার কোনও উপায় আছে কি?