Hi Everyone,
I am really new to Proxmox.I installed VE 7.0 (everything went well). My computer is connected to switch and my switch is connected to a wifi router (repeater). I have two router in house : the main one and the a second one that set up as repeater. if I cat my interfaces file I have the following configuration:
source /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.50.33/24
gateway 192.168.50.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface wlp3s0
Moreover if invoke the following command dmesg | grep eth | head -n 30 i get (last row)
enp2s0: renamed from eth0
I have no connection. I cannot ping from the Proxmox server. But I can pingmy proxmox server from another computer. no GUI is reachable. any suggestion is extremely appreciate.
Thank you
Derek
I am really new to Proxmox.I installed VE 7.0 (everything went well). My computer is connected to switch and my switch is connected to a wifi router (repeater). I have two router in house : the main one and the a second one that set up as repeater. if I cat my interfaces file I have the following configuration:
source /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.50.33/24
gateway 192.168.50.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface wlp3s0
Moreover if invoke the following command dmesg | grep eth | head -n 30 i get (last row)
enp2s0: renamed from eth0
I have no connection. I cannot ping from the Proxmox server. But I can pingmy proxmox server from another computer. no GUI is reachable. any suggestion is extremely appreciate.
Thank you
Derek
Last edited: