Hey,
i'm trying to setup a couple Windows 10 VMs with Proxmox.
I got like 30 IPs i wanted to use on my hostsytem as Squid proxys for all the VMs on it.
The VMs don't need an external own IP. They just have to use the Squid Proxys on the Hostsystem.
first i tried to setup a bridge to get access to the internet via the physical interface enp4s0.
i already tried a couple settings but i can't get internet on the vms
other method i tried is just a bridge to enp4s0 without IP and have enp4s0 as static IP.
Maybe someone can help me out? Would be great.
i'm trying to setup a couple Windows 10 VMs with Proxmox.
I got like 30 IPs i wanted to use on my hostsytem as Squid proxys for all the VMs on it.
The VMs don't need an external own IP. They just have to use the Squid Proxys on the Hostsystem.
first i tried to setup a bridge to get access to the internet via the physical interface enp4s0.
i already tried a couple settings but i can't get internet on the vms
Code:
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp4s0
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 146.0.52.232/25
netmask 255.255.255.128
gateway 146.0.52.129
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
other method i tried is just a bridge to enp4s0 without IP and have enp4s0 as static IP.
Maybe someone can help me out? Would be great.