<?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 Question about IP Public (PAT) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713007#M1094617</link>
    <description />
    <pubDate>Fri, 28 Oct 2022 19:58:16 GMT</pubDate>
    <dc:creator>JohnyJo123</dc:creator>
    <dc:date>2022-10-28T19:58:16Z</dc:date>
    <item>
      <title>Question about IP Public (PAT)</title>
      <link>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713007#M1094617</link>
      <description />
      <pubDate>Fri, 28 Oct 2022 19:58:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713007#M1094617</guid>
      <dc:creator>JohnyJo123</dc:creator>
      <dc:date>2022-10-28T19:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about IP Public (PAT)</title>
      <link>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713031#M1094618</link>
      <description>&lt;P&gt;not sure what device you having. check below example can help you :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ciscozine.com/nat-and-pat-a-complete-explanation/" target="_blank"&gt;https://www.ciscozine.com/nat-and-pat-a-complete-explanation/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;still have issues, post more information about your environment to suggest better examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 20:23:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713031#M1094618</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-10-28T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about IP Public (PAT)</title>
      <link>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713034#M1094619</link>
      <description>&lt;P&gt;Hi community !&lt;/P&gt;&lt;P&gt;I have questions for you about my school project.&lt;/P&gt;&lt;P&gt;Here a plan of my network :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnyJo123_1-1666988662619.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/166670i16F2E7A73BEBF8EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnyJo123_1-1666988662619.png" alt="JohnyJo123_1-1666988662619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i forgot to put computer vlan 30 in this image)&lt;/P&gt;&lt;P&gt;I have 3 VLANs on my internal router&lt;/P&gt;&lt;P&gt;VLAN 10 = 10.1.1.0 /24&lt;/P&gt;&lt;P&gt;VLAN 20 = 10.1.2.0 /24&lt;/P&gt;&lt;P&gt;VLAN 30 = 10.1.3.0 /24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need my VLANs to access internet but i dont have the access to the external router. I only have access to the internal router.&lt;/P&gt;&lt;P&gt;Heres the informations i have about the external router :&lt;/P&gt;&lt;P&gt;IP Public :62.1.15.9/30&amp;nbsp;&lt;/P&gt;&lt;P&gt;IP inside&amp;nbsp;: 192.168.100.1/24&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I wanna configure PAT but i feel like i miss some information for that.&lt;/P&gt;&lt;P&gt;I am confused because i can ping 8.8.8.8 with my PCs but i dont know yet if i could go on a website because i dont have a Public IP&amp;nbsp;(later i need to config a server with DNS so for now i cannot test access to a website)&lt;/P&gt;&lt;P&gt;Heres my config :&lt;/P&gt;&lt;P&gt;(i put access-list 101 deny tcp 10.1.2.0 0.0.0.255 any eq 3128 because i need to block vlan 20 to access internet !)&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt;ip address dhcp&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt;ip access-group 101 in&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.10&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.20&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.30&lt;BR /&gt;encapsulation dot1Q 30&lt;BR /&gt;ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.0.8&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended SSH-ACCESS&lt;BR /&gt;permit tcp 10.1.1.0 0.0.0.255 any eq 22&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 10.1.1.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 10.1.2.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 10.1.3.0 0.0.0.255&lt;BR /&gt;access-list 101 deny tcp 10.1.2.0 0.0.0.255 any eq 3128&lt;BR /&gt;access-list 101 permit ip any any&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;BR /&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi community !&lt;/P&gt;&lt;P&gt;I have questions for you about my school project.&lt;/P&gt;&lt;P&gt;Here a plan of my network :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnyJo123_1-1666988662619.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/166670i16F2E7A73BEBF8EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnyJo123_1-1666988662619.png" alt="JohnyJo123_1-1666988662619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i forgot to put computer vlan 30 in this image)&lt;/P&gt;&lt;P&gt;I have 3 VLANs on my internal router&lt;/P&gt;&lt;P&gt;VLAN 10 = 10.1.1.0 /24&lt;/P&gt;&lt;P&gt;VLAN 20 = 10.1.2.0 /24&lt;/P&gt;&lt;P&gt;VLAN 30 = 10.1.3.0 /24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need my VLANs to access internet but i dont have the access to the external router. I only have access to the internal router.&lt;/P&gt;&lt;P&gt;Heres the informations i have about the external router :&lt;/P&gt;&lt;P&gt;IP Public :62.1.15.9/30&amp;nbsp;&lt;/P&gt;&lt;P&gt;IP inside&amp;nbsp;: 192.168.100.1/24&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I wanna configure PAT but i feel like i miss some information for that.&lt;/P&gt;&lt;P&gt;I am confused because i can ping 8.8.8.8 with my PCs but i dont know yet if i could go on a website because i dont have a Public IP&amp;nbsp;(later i need to config a server with DNS so for now i cannot test access to a website)&lt;/P&gt;&lt;P&gt;Heres my config :&lt;/P&gt;&lt;P&gt;(i put access-list 101 deny tcp 10.1.2.0 0.0.0.255 any eq 3128 because i need to block vlan 20 to access internet !)&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;BR /&gt;ip address dhcp&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt;ip access-group 101 in&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.10&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.20&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1.30&lt;BR /&gt;encapsulation dot1Q 30&lt;BR /&gt;ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.0.8&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended SSH-ACCESS&lt;BR /&gt;permit tcp 10.1.1.0 0.0.0.255 any eq 22&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 10.1.1.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 10.1.2.0 0.0.0.255&lt;BR /&gt;access-list 1 permit 10.1.3.0 0.0.0.255&lt;BR /&gt;access-list 101 deny tcp 10.1.2.0 0.0.0.255 any eq 3128&lt;BR /&gt;access-list 101 permit ip any any&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;BR /&gt;Thank you in advance !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 20:27:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713034#M1094619</guid>
      <dc:creator>JohnyJo123</dc:creator>
      <dc:date>2022-10-28T20:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about IP Public (PAT)</title>
      <link>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713048#M1094624</link>
      <description>&lt;P&gt;not sure what is ACL 101 you looking to do, and you applied wrong interface,&lt;/P&gt;
&lt;P&gt;so remove&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no interface FastEthernet0/0.20&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface FastEthernet0/&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;.20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip access-group 101 in&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;the URL provided has some examples for the PAT if you looking for external access to an internal web server.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;ip access-group 101 in&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 21:03:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-ip-public-pat/m-p/4713048#M1094624</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-10-28T21:03:15Z</dc:date>
    </item>
  </channel>
</rss>

