Proxmox 4 gateway run?

fisaaa

New Member
Apr 26, 2022
2
0
1
Hello
I have a Fortigate 80F firewall device. Fortinet Firewall has 6 lan interfaces, 6 different networks and dhcp. I connected 4 of them to the interfaces on the back of my server. I want to set up virtual servers for each interface separately and manage their conversations with each other from the Firewall.
How can I add gateways on the Proxmox side. Or is there a need to add a gateway?
 
You will need one bridge for each nic on your server. Give one bridge ip/mask and gw for the Proxmox host to reach Internet. Setting IPs for the Proxmox host in the other bridge isn't requiered.

Then, add your VMs to their corresponding bridge and set IP/netmask and gateway (Fortigate IP in that bridge/interface) in the VM itself.
 
  • Like
Reactions: fisaaa
You will need one bridge for each nic on your server. Give one bridge ip/mask and gw for the Proxmox host to reach Internet. Setting IPs for the Proxmox host in the other bridge isn't requiered.

Then, add your VMs to their corresponding bridge and set IP/netmask and gateway (Fortigate IP in that bridge/interface) in the VM itself.
Thanks


thanks As you said, I made a connection for each nic and gave those nics ip with DHCP. I solved the problem.