- Hi,
- I'm new to the Proxmox, Installed Proxmox VE 4.2
--
my network setting in Proxmox server
--
cat /etc/network/interfaces | less
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.1.X
netmask 255.255.252.0
gateway 10.0.0.X
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 172.16.1.X
netmask 255.255.0.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
--
I assigned an IP to the VM's using bridge. in my PVE server i'm getting internet. but I'm unable to connect to internet in my VM's, what should i do