You configuration seems exactly like the sample.
Could you try the connections both inbound and outbound and see what sessions exist using
show security flow session source-prefix
show security flow session destination-prefix
These will confirm which policy is being used for the session and what nat is occurring. It seems likely some other policy and/or nat rule is being applied due to order or scope of policy. Once this is identified we can see where to either move or change the interfering configuration.
------------------------------
Steve Puluka BSEET - Juniper Ambassador
IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
http://puluka.com/home------------------------------
Original Message:
Sent: 12-02-2022 15:58
From: bob
Subject: SRX-300 1-to-1 NAT not passing traffic
I'm trying to route from a public IP to an internal web server, but it doesn't seem to be passing http traffic, here's what I have:
set security nat static rule-set web1 from zone internetset security nat static rule-set web1 rule web1 match destination-address 1.2.3.4/32set security nat static rule-set web1 rule web1 then static-nat prefix 10.1.10.6/32set security nat proxy-arp interface ge-0/0/0.0 address 1.2.3.4/32set security policies from-zone internet to-zone trust policy web1 match source-address anyset security policies from-zone internet to-zone trust policy web1 match destination-address web1set security policies from-zone internet to-zone trust policy web1 match application anyset security policies from-zone internet to-zone trust policy web1 then permitset security address-book global address web1 10.1.10.6/32set security policies from-zone trust to-zone internet policy trust-internet match source-address web1set security policies from-zone trust to-zone internet policy trust-internet match destination-address anyset security policies from-zone trust to-zone internet policy trust-internet match application anyset security policies from-zone trust to-zone internet policy trust-internet then permit
Where should I be looking?