Hoping someone here can help out a PROXMOX newbie....
I have a dedicated server on which PROXMOX is installed.
For VM's, we have only installed PFSense firewall so far, but the intention is to create additional VM's behind PFSense.
My ISP has allocated a public IP address, as well as two additional IP addresses.
Problem:
Public IP: 1.2.3.142/25
Additional IP 1: 7.8.9.137/26
Additional IP 2: 7.8.9.138/26
How do I set up PROXMOX networking so that the PFSense WAN interface is reachable on IP address 1 and/or 2
My network config file is as follows:
However, using the above configuration, I cannot access the PFSense firewall.
If I try to SSH using address 7.8.9.137, I get the PROXMOX server
I have a dedicated server on which PROXMOX is installed.
For VM's, we have only installed PFSense firewall so far, but the intention is to create additional VM's behind PFSense.
My ISP has allocated a public IP address, as well as two additional IP addresses.
Problem:
Public IP: 1.2.3.142/25
Additional IP 1: 7.8.9.137/26
Additional IP 2: 7.8.9.138/26
How do I set up PROXMOX networking so that the PFSense WAN interface is reachable on IP address 1 and/or 2
My network config file is as follows:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 1.2.3.142/25
gateway 1.2.3.254
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 7.8.9.137/26
bridge-ports none
bridge-stp off
bridge-fd 0
However, using the above configuration, I cannot access the PFSense firewall.
If I try to SSH using address 7.8.9.137, I get the PROXMOX server
Last edited: