<?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 Doubt about Nat0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978811#M917420</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am receiving following message in my syslog server related to PIX 525 IOS version 7.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX-3-305005: No translation group found for udp src outside:10.3.210.155/57156 dst inside:svhm-dc1/53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic 10.3.210.155 is outside the PIX interface and svhm-dc1 is behind the inside interface.  I have nat0 rule for inside the subnet (svhm-dc1) so that it will send the traffic as it is without natting. But as per syslog description I need to do nat0 on 10.3.210.155 which is outside the pix interface. I would like to know how solve this configuration error issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:07:58 GMT</pubDate>
    <dc:creator>sivakumar.ks</dc:creator>
    <dc:date>2019-03-11T13:07:58Z</dc:date>
    <item>
      <title>Doubt about Nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978811#M917420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am receiving following message in my syslog server related to PIX 525 IOS version 7.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX-3-305005: No translation group found for udp src outside:10.3.210.155/57156 dst inside:svhm-dc1/53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic 10.3.210.155 is outside the PIX interface and svhm-dc1 is behind the inside interface.  I have nat0 rule for inside the subnet (svhm-dc1) so that it will send the traffic as it is without natting. But as per syslog description I need to do nat0 on 10.3.210.155 which is outside the pix interface. I would like to know how solve this configuration error issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:07:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978811#M917420</guid>
      <dc:creator>sivakumar.ks</dc:creator>
      <dc:date>2019-03-11T13:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about Nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978812#M917421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you an access-list accordingly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me your configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be like this....Ex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) udp interface 137 INTERNALIPADDRESS 137 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside2inside permit udp any interface outside eq 137&lt;/P&gt;&lt;P&gt;access-group outside2inside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) udp PUBLICIP 137 INTERNALIPADDRESS 137 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside2inside permit udp any host PUBLICIP eq 137&lt;/P&gt;&lt;P&gt;access-group outside2inside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dharmesh Putohiy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 00:59:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978812#M917421</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2008-07-02T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about Nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978813#M917423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config is 1400 lines. So I can't send that. But here I have pasted the access-group which has corresponding access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host svhm-dc1 is sitting behind PIX inside interface and host 10.3.210.155 is sitting outside the PIX interface and I am using NAT0  for inside interface to communication with 10.3.210.155. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know whether this information is enough or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 03:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978813#M917423</guid>
      <dc:creator>sivakumar.ks</dc:creator>
      <dc:date>2008-07-02T03:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about Nat0</title>
      <link>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978814#M917424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you only need to define a static to allow traffic from outside to access the server placed behind inside. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static(inside,outside) svhm-dc1 svhm-dc1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will resovle the issue 100%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 10:24:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/doubt-about-nat0/m-p/978814#M917424</guid>
      <dc:creator>javedtahir</dc:creator>
      <dc:date>2008-07-02T10:24:05Z</dc:date>
    </item>
  </channel>
</rss>

