hello,
I am using Proxmox VE 6.3-4 and using 2 NIC and 2 IP Public,
First IP for access Proxmox (eno1) and second IP for access VM (eno2), i would like to assign / dedicate iP to VM.
The configuration I have is that the PVE has the following /etc/network/interfaces:
Configuration on Proxmox
Configuration on VM
but when i ping from VM to Host, reply "Destination Host Unreachable"
Same when i'm ping from host to VM,
whats wrong with my configuration?
Thanks.
I am using Proxmox VE 6.3-4 and using 2 NIC and 2 IP Public,
First IP for access Proxmox (eno1) and second IP for access VM (eno2), i would like to assign / dedicate iP to VM.
The configuration I have is that the PVE has the following /etc/network/interfaces:
Configuration on Proxmox
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 103.51.131.197
netmask 255.255.255.240
gateway 103.51.131.193
bridge-ports eno1
bridge-stp off
bridge-fd 0
dns-nameservers 8.8.8.8
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
Configuration on VM
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 103.51.131.201
netmask 255.255.255.240
gateway 103.51.131.193
dns-nameservers 8.8.8.8
but when i ping from VM to Host, reply "Destination Host Unreachable"
Same when i'm ping from host to VM,
whats wrong with my configuration?
Thanks.
Last edited: