Hello! I a have a problem with proxmox ve 2.3
So here's what i want to do :
i have 2 network cards and i want to use one directly connected on my isp network with this ip eth0 81.196.124.123 ,netmask 255.255.255.240 , gw 81.196.124.113 and my second network card i want to use for share internet with my router, so i conected my eth1 82.79.61.1 to my router so i can share internet with my other network. Now i figured that i cant make my vms to have one of my 5 ip subnets. What can i do? How can i configure my network so i can use internet on router and give ip subnet to my vms ? Pls help me, i searched on forum for 1 week and i didn't find something that can help me. Here are my settings
# network interface settings
auto loiface lo inet loopback
auto eth0iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 81.196.124.123
netmask 255.255.255.240
gateway 81.196.124.113
bridge_ports eth0
bridge_stp off
bridge_fd 0auto
vmbr1
iface vmbr1 inet static
address 82.79.61.3
netmask 255.255.255.248
gateway 82.79.61.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
So here's what i want to do :
i have 2 network cards and i want to use one directly connected on my isp network with this ip eth0 81.196.124.123 ,netmask 255.255.255.240 , gw 81.196.124.113 and my second network card i want to use for share internet with my router, so i conected my eth1 82.79.61.1 to my router so i can share internet with my other network. Now i figured that i cant make my vms to have one of my 5 ip subnets. What can i do? How can i configure my network so i can use internet on router and give ip subnet to my vms ? Pls help me, i searched on forum for 1 week and i didn't find something that can help me. Here are my settings
# network interface settings
auto loiface lo inet loopback
auto eth0iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 81.196.124.123
netmask 255.255.255.240
gateway 81.196.124.113
bridge_ports eth0
bridge_stp off
bridge_fd 0auto
vmbr1
iface vmbr1 inet static
address 82.79.61.3
netmask 255.255.255.248
gateway 82.79.61.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
Last edited: