<?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 Re: nat issue to block in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857127#M1101748</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I might say this is confuse.&lt;/P&gt;
&lt;P&gt;"can someone help me to solve this problem please&lt;BR /&gt;I have a 2900 series rotator so I have voice traffic which comes from the public ip 197.231.xxx.xxx which must arrive at its destination on a local server 192.168.30.21 but the local server's firewalls block the traffic"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The server´s firewall is blocking the traffic intentionally or this is a misconfiguration? dont follow you here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I would like to block the 80 from the ip 197.231.xxx.xxx and send it back by the private ip 192.168.30.21:5060 but the nat that I am using is blocking my router"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Are you saying here that you dont want the server to be open to the internet on port 80?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Port 5060 is SIP port and if this is a VOIP server, that port need to ne open.&lt;/P&gt;
&lt;P&gt;NAT have no hability to block.&amp;nbsp; You need to be more clear on this point.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;"here is the conig that I made if you can give me a correction please"&lt;/P&gt;
&lt;P&gt;ip nat source static 197.231.xxx.xxx 255.255.255.252&lt;BR /&gt;ip nat inside source static 192.168.30.10 255.255.255.0&lt;BR /&gt;ip nat outside source static 197.231.xxx.xxx 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Those NAT statement is wrong.&amp;nbsp; The NAT should be like this&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip nat inside source static &amp;lt;first IP address&amp;gt; &amp;lt;second IP address&amp;gt;&amp;nbsp; I never saw the usage of subnet mask on this command. &lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;If what you are trying to achieve is PAT, you can do like this&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip nat outside source static tcp 197.231.xxx.xxx&amp;nbsp; 5060 192.168.30.10&amp;nbsp; 5060&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jun 2023 23:48:26 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2023-06-18T23:48:26Z</dc:date>
    <item>
      <title>nat issue to block</title>
      <link>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857120#M1101747</link>
      <description>&lt;P&gt;please sir&lt;BR /&gt;can someone help me to solve this problem please&lt;BR /&gt;I have a 2900 series rotator so I have voice traffic which comes from the public ip 197.231.xxx.xxx which must arrive at its destination on a local server 192.168.30.21 but the local server's firewalls block the traffic&lt;BR /&gt;I would like to block the 80 from the ip 197.231.xxx.xxx and send it back by the private ip 192.168.30.21:5060 but the nat that I am using is blocking my router&lt;BR /&gt;here is the conig that I made if you can give me a correction please&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 197.231.xxx.xxx 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address 192.168.30.10 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;no ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;ip nat source static 197.231.xxx.xxx 255.255.255.252&lt;BR /&gt;ip nat inside source static 192.168.30.10 255.255.255.0&lt;BR /&gt;ip nat outside source static 197.231.xxx.xxx 255.255.255.252&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 197.231.xxx.xxx&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 23:03:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857120#M1101747</guid>
      <dc:creator>angembaki2002</dc:creator>
      <dc:date>2023-06-18T23:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: nat issue to block</title>
      <link>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857127#M1101748</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I might say this is confuse.&lt;/P&gt;
&lt;P&gt;"can someone help me to solve this problem please&lt;BR /&gt;I have a 2900 series rotator so I have voice traffic which comes from the public ip 197.231.xxx.xxx which must arrive at its destination on a local server 192.168.30.21 but the local server's firewalls block the traffic"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The server´s firewall is blocking the traffic intentionally or this is a misconfiguration? dont follow you here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I would like to block the 80 from the ip 197.231.xxx.xxx and send it back by the private ip 192.168.30.21:5060 but the nat that I am using is blocking my router"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Are you saying here that you dont want the server to be open to the internet on port 80?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Port 5060 is SIP port and if this is a VOIP server, that port need to ne open.&lt;/P&gt;
&lt;P&gt;NAT have no hability to block.&amp;nbsp; You need to be more clear on this point.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;"here is the conig that I made if you can give me a correction please"&lt;/P&gt;
&lt;P&gt;ip nat source static 197.231.xxx.xxx 255.255.255.252&lt;BR /&gt;ip nat inside source static 192.168.30.10 255.255.255.0&lt;BR /&gt;ip nat outside source static 197.231.xxx.xxx 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Those NAT statement is wrong.&amp;nbsp; The NAT should be like this&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip nat inside source static &amp;lt;first IP address&amp;gt; &amp;lt;second IP address&amp;gt;&amp;nbsp; I never saw the usage of subnet mask on this command. &lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;If what you are trying to achieve is PAT, you can do like this&lt;/P&gt;
&lt;P style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;ip nat outside source static tcp 197.231.xxx.xxx&amp;nbsp; 5060 192.168.30.10&amp;nbsp; 5060&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 23:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857127#M1101748</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2023-06-18T23:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: nat issue to block</title>
      <link>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857214#M1101749</link>
      <description>&lt;P&gt;hello flavio i mean that traffic from 197.230.xxx.xxx:80 must go to 192.168.:5060 because my server is blocking port 80&lt;BR /&gt;clearly my local server should not detect the public port 80&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 06:49:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-issue-to-block/m-p/4857214#M1101749</guid>
      <dc:creator>angembaki2002</dc:creator>
      <dc:date>2023-06-19T06:49:45Z</dc:date>
    </item>
  </channel>
</rss>

