<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic NAT issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-issue/m-p/861837#M973441</link>
    <description>&lt;P&gt;I have a need for our internet router to send syslog to a server on the inside interface of a PIX firewall. The internet router connects to the outside interface of the PIX. The interface on the router that faces the PIX has an ip of 5.5.5.5 and the outside interface of the PIX is 5.5.5.6. The host address of the inside syslog server is 10.1.1.100, which is off the inside interface on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently the PIX is configured with a NAT (1) 0.0.0.0 0.0.0.0 with a global statement that uses the "interface" (outside address of PIX, or 5.5.5.6). The syslog server 10.1.1.100 has a need for internet connectivity for things like web updates, etc. I'd like to keep it so that it uses the existing NAT when connecting to the Internet. However, I need a way for the internet router to send its syslog through to the inside server. I figure I could do a static, but that would end up translating all traffic from my syslog host, and I was hoping to just translate it when the router initiated to it and had syslog data to send. Obviously the router does not know about the 10.1.1.x network, so I need a way to get it back into the inside network, without affecting any internet traffic that is initiated from the syslog server. How can I best accomplisth this?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:27:22 GMT</pubDate>
    <dc:creator>matthewmphc</dc:creator>
    <dc:date>2019-03-11T11:27:22Z</dc:date>
    <item>
      <title>NAT issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-issue/m-p/861837#M973441</link>
      <description>&lt;P&gt;I have a need for our internet router to send syslog to a server on the inside interface of a PIX firewall. The internet router connects to the outside interface of the PIX. The interface on the router that faces the PIX has an ip of 5.5.5.5 and the outside interface of the PIX is 5.5.5.6. The host address of the inside syslog server is 10.1.1.100, which is off the inside interface on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently the PIX is configured with a NAT (1) 0.0.0.0 0.0.0.0 with a global statement that uses the "interface" (outside address of PIX, or 5.5.5.6). The syslog server 10.1.1.100 has a need for internet connectivity for things like web updates, etc. I'd like to keep it so that it uses the existing NAT when connecting to the Internet. However, I need a way for the internet router to send its syslog through to the inside server. I figure I could do a static, but that would end up translating all traffic from my syslog host, and I was hoping to just translate it when the router initiated to it and had syslog data to send. Obviously the router does not know about the 10.1.1.x network, so I need a way to get it back into the inside network, without affecting any internet traffic that is initiated from the syslog server. How can I best accomplisth this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:27:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-issue/m-p/861837#M973441</guid>
      <dc:creator>matthewmphc</dc:creator>
      <dc:date>2019-03-11T11:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT issue</title>
      <link>https://community.cisco.com/t5/network-security/nat-issue/m-p/861838#M973443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a shot...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router&lt;/P&gt;&lt;P&gt;logging 10.1.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX&lt;/P&gt;&lt;P&gt;access-list nonat permit ip host 10.1.1.100 host 5.5.5.5&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit udp host 5.5.5.5 host 10.1.1.100 eq syslog&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Please rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Oh and one more thing, the outside router will need a route to the syslog server. Something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.1.1.100 255.255.255.255 5.5.5.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 19:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-issue/m-p/861838#M973443</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-18T19:13:05Z</dc:date>
    </item>
  </channel>
</rss>

