Proxmox 5.2 network issue

lince

Member
Apr 10, 2015
78
3
8
Hello,

I have a fresh proxmox 5.2 installation. The problem is that the eno1 (same as eth0) interface is getting configured when it should not.

In the /etc/network/interfaces, the configuration is like this:

iface eno1 inet manual

And in the web interface there is nothing configured either:

upload_2018-7-14_23-50-30.png

The problem is that when I boot the proxmox, the interface gets an ip assigned and routes are also configured:
root@ns3119514:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 x.x.x.x 0.0.0.0 UG 0 0 0 eno1
0.0.0.0 x.x.x.x 0.0.0.0 UG 0 0 0 vmbr0

both routes (vmbr0 and eno1) have the same gateway address.

Is there any other file where network configuration is kept ?

Thanks.