<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									One-to-One NAT rule on a Juniper SRX firewall - Juniper Firewall				            </title>
            <link>https://www.hacktheforum.com/juniper-firewall/one-to-one-nat-rule-on-a-juniper-srx-firewall/</link>
            <description>Hack The Forum Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Sat, 18 Apr 2026 02:09:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>One-to-One NAT rule on a Juniper SRX firewall</title>
                        <link>https://www.hacktheforum.com/juniper-firewall/one-to-one-nat-rule-on-a-juniper-srx-firewall/#post-800</link>
                        <pubDate>Sat, 23 Nov 2024 09:55:51 +0000</pubDate>
                        <description><![CDATA[To configure a One-to-One NAT rule on a Juniper SRX firewall:
# Create a NAT policy for one-to-one mapping
set security nat static rule-set 1 from trust to untrust rule 1 match source-addr...]]></description>
                        <content:encoded><![CDATA[<p>To configure a <strong>One-to-One NAT</strong> rule on a <strong>Juniper SRX</strong> firewall:</p>
<pre contenteditable="false"># Create a NAT policy for one-to-one mapping
set security nat static rule-set 1 from trust to untrust rule 1 match source-address any destination-address 203.0.113.10
set security nat static rule-set 1 from trust to untrust rule 1 then source-nat interface
set security nat static rule-set 1 from trust to untrust rule 1 then destination-nat 203.0.113.10 to 192.168.1.10
</pre>
<p> </p>
<p>This rule tells the SRX firewall to forward any incoming traffic for <strong>203.0.113.10</strong> (the public IP) to the internal IP <strong>192.168.1.10</strong></p>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/juniper-firewall/">Juniper Firewall</category>                        <dc:creator>paul0000</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/juniper-firewall/one-to-one-nat-rule-on-a-juniper-srx-firewall/#post-800</guid>
                    </item>
							        </channel>
        </rss>
		