Hello All,
I've been trying to get a firewall to work with Proxmox. The example here in the forums don't help.
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.5
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
I have an cable internet connection "dhcp" ethernet. The firewall can't pull in the ip from the internet connection. If I setup the vmbr1 to dhcp then Proxmox will get the external ip from eth1. But still the firewall can't pull in the address for vmbr1. I tried using different nic cards (.e.g., virto, rt8189) Tried different firewall packages still behave the same.
Thanks kfor your time & attention,
I've been trying to get a firewall to work with Proxmox. The example here in the forums don't help.
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.5
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
I have an cable internet connection "dhcp" ethernet. The firewall can't pull in the ip from the internet connection. If I setup the vmbr1 to dhcp then Proxmox will get the external ip from eth1. But still the firewall can't pull in the address for vmbr1. I tried using different nic cards (.e.g., virto, rt8189) Tried different firewall packages still behave the same.
Thanks kfor your time & attention,