Hello everyone,
I'm trying to deploy a web server (port 80) from a public IP address on my LAN.
To do this, in the srx I configured:
set applications application CUS-HTTP-80 protocol tcp destination-port 80
set security nat destination pool WEB-192 address 192.X.x.6/32
set security nat destination rule-set DST-NAT-HTTP from zone Untrust
set security nat destination rule-set DST-NAT-HTTP rule R1 match destination-address 200.x.x.11/32
set security nat destination rule-set DST-NAT-HTTP rule R1 match destination-port 80
set security nat destination rule-set DST-NAT-HTTP rule R1 then destination-nat pool WEB-192
set security policies from-zone Untrust to-zone Trust policy ALLOW-HTTP match source-address any
set security policies from-zone Untrust to-zone Trust policy ALLOW-HTTP match destination-address 192.X.x.6/32
set security policies from-zone Untrust to-zone Trust policy ALLOW-HTTP match application CUS-HTTP-80
set security policies from-zone Untrust to-zone Trust policy ALLOW-HTTP match dynamic-application any
set security policies from-zone Untrust to-zone Trust policy ALLOW-HTTP then permit
I ran: run clear security flow session destination-prefix 200.x.x.11
And I get:
In: 200.x.x.x/19975 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 2, Bytes: 104,
Out: 192.X.x.6/80 --> 200.x.x.x/19975;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 2, Bytes: 104,
Session ID: 171798769124, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 20, Session State: Valid
In: 200.x.x.x/1519 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 2, Bytes: 104,
Out: 192.X.x.6/80 --> 200.x.x.x/1519;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 3, Bytes: 156,
Session ID: 90194614473, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 18, Session State: Valid
In: 200.x.x.x/19794 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 2, Bytes: 104,
Out: 192.X.x.6/80 --> 200.x.x.x/19794;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 2, Bytes: 104,
Total sessions: 3
---(refreshed at 2026-05-20 16:50:04 VET)---
Session ID: 137438999133, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 16, Session State: Valid
In: 200.x.x.x/19975 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 3, Bytes: 156,
Out: 192.X.x.6/80 --> 200.x.x.x/19975;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 4, Bytes: 208,
Session ID: 171798769124, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 18, Session State: Valid
In: 200.x.x.x/1519 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 3, Bytes: 156,
Out: 192.X.x.6/80 --> 200.x.x.x/1519;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 4, Bytes: 208,
Session ID: 90194614473, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 16, Session State: Valid
In: 200.x.x.x/19794 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 3, Bytes: 156,
Out: 192.X.x.6/80 --> 200.x.x.x/19794;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 4, Bytes: 208,
Total sessions: 3
---(refreshed at 2026-05-20 16:50:06 VET)---
Session ID: 137438999133, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 14, Session State: Valid
In: 200.x.x.x/19975 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 3, Bytes: 156,
Out: 192.X.x.6/80 --> 200.x.x.x/19975;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 5, Bytes: 260,
Session ID: 171798769124, Policy name: pre-id-default-policy-logical-system-00/3, Timeout: 16, Session State: Valid
In: 200.x.x.x/1519 --> 200.x.x.11/80;tcp, Conn Tag: 0x0, If: ge-0/0/4.0, Pkts: 3, Bytes: 156,
Out: 192.X.x.6/80 --> 200.x.x.x/1519;tcp, Conn Tag: 0x0, If: ge-0/0/6.0, Pkts: 5, Bytes: 260,
I'm trying to display http://200.x.x.x and it shows a timeout error.
Could someone please help me?
Thanks.
------------------------------
JOSE MARINO
------------------------------