On pfSense 2.4.4-p2 I have configured second WAN IP/29 as virtual IP, which would be needed for Website access, as WAN net ports are already used. I'm unable to access it remotely.
External DNS entry for Webserver and ftp are pointing to correct Virtual IP address.
In NAT > Port Forward, I have configured:
Interface: WANProtocol: TCP
Source Address: *
Source Ports:*
Dest.Address: VirtualIP
Dest.Prot: 20-21;80;443;60000:60999
NAT IP 192.168.1.10 - Webserver; ftp server
NAT Ports: 20-21;80;443;60000:60999
In NAT 1:1 Mappings, I have confgured
Interface: WAN
External IP: VirtualIP
Internal IP: 192.168.1.10
Destination IP:*
In NAT Outbound, I have configured hybrid Outbound with mapping
Interface: WAN
Source: 192.168.1.10/32
Source Port: *
Destination:*
Destination Port:*
NAT Address: VirtualIP
NAT Port:*
Static port: Randomize
On Firewall Rules: NAT LAN
Protocol:IPv4 *
Source:192.168.1.10
Port:*
Destination:*
Port:*
Gateway:*
on Firewall Rules: NAT WAN
Protocol:IPv4 TCP
Source:*
Port:*
Destination:192.168.1.10
Port:20-21;80;443;60000-60999
Gateway:*
- I have tried also to change Firewall Rules NAT WAN destination to virtual IP as I was not sure how this should be set, but no prevail.
-
- In firewall, I see packets arriving and also firewall allowance of those packets, but then, nothing happens...
If anyone have any advice, or if you notice that my approach misses something, it would be of great help!