I am currently having a problem with NAT on my 7102dl.
Outbound connections seem to be working fine, but when I configure any inbound connection, the NAT fails.
The inbound NAT I was attempting to setup for testing was a simple 1:1 NAT. I binded a second IP address to the WAN interface and assigned that IP address to the 1:1 NAT policy, but when I attempt to browse to the secondary IP address, I get the web interface of the 7102.
Below is the information from my setup:
ETH 0/1: 192.168.1.1 /24
ETH 0/2: xxx.xxx.53.227 /28
Routing Table:
0.0.0.0 0.0.0.0 xxx.xxx.53.225
Security Zone Assignments:
ETH 0/1: Private
ETH 0/2: Public
Security Zone: Private
======================
Name: Traffic to Pro Curve SR
Policy Action: Allow
Traffic Policy: Permit, Any > Any
Name: Port 80
Policy Action: NAT
NAT Type: Source with Overloading
NAT IP Address: Interface: ETH 0/2
Traffic Policy: Permit, Any > Any:80
Name: Port 53
Policy Action: NAT
NAT Type: Source with Overloading
NAT IP Address: Interface: ETH 0/2
Traffic Policy 1: Permit, UDP, 192.168.1.xxx:Any > Any:53
Traffic Policy 2: Permit, UDP, 192.168.1.yyy:Any > Any:53
Name: Port 443
Policy Action: NAT
NAT Type: Source with Overloading
NAT IP Address: Interface: ETH 0/2
Traffic Policy: Permit, Any > Any:443
Security Zone: Public
=====================
Name: WebServices
Policy Action: NAT
NAT Type: Destination
NAT IP Address: 192.168.1.xxx
Traffic Policy: Permit, Any > xxx.xxx.53.239 /32
If anyone had an idea of what is going wrong, I would be very thankful.