here is my topology:
I would like to access proxmox's webUI from Internet, and ask the network gay to create a port forward rule on firewall. which is
1.1.1.1:8006 ---> 192.168.0.2/24. Oberviously, pfsense has to redirect this traffic to proxmox's internal ip address, I prefer 192.168.1.1.
but when visit 1.1.1.1:8006, the proxmox doesn't response, although the packages has been arrived, tcpdump -nvi vmbr1 port 8006 proved that. any idea how to visit proxmox's webUI on this circumstance?
ps:
1. I have no access priviledes to the firewall and modify rules.
2. the proxmox's iptables is disable, and the chains are empty.
Code:
1.1.1.1
+------------+
| firewall |
+------+-----+
192.168.0.24/24
|
|
+----------------------------------------+
| proxmox | |
| | |
| vmbr0:192.168.0.1/24 |
| | |
| | |
| 192.168.0.2/24 |
| +--------------+ +-->vmbr1:192.168.1.1/24
| | pfsense | | |
| | | + |
| | 192.168.1.2/24 |
| | | |
| | | |
| +--------------+ |
| 192.168.2.2/24 |
| | |
| | |
| vmbr2:192.168.2.1/24 |
| |
+----------------------------------------+
I would like to access proxmox's webUI from Internet, and ask the network gay to create a port forward rule on firewall. which is
1.1.1.1:8006 ---> 192.168.0.2/24. Oberviously, pfsense has to redirect this traffic to proxmox's internal ip address, I prefer 192.168.1.1.
but when visit 1.1.1.1:8006, the proxmox doesn't response, although the packages has been arrived, tcpdump -nvi vmbr1 port 8006 proved that. any idea how to visit proxmox's webUI on this circumstance?
ps:
1. I have no access priviledes to the firewall and modify rules.
2. the proxmox's iptables is disable, and the chains are empty.