<?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: Publishing Web Server through Cisco 877 router in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359063#M723575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can use the name of the interface instead of the IP address.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 10.10.10.1 80 interface fastethernet 4 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case dialer 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not worry. You will not break the internet access for the inside hosts by doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 14:24:43 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-01-28T14:24:43Z</dc:date>
    <item>
      <title>Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359057#M723569</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know if it is possible to use both NAT overload to provide clients with internet access with 1 static global IP and at the same time use a static NAT translation to publish port 80 to a specific web server on the LAN so that it is accessible from the internet???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I need 2 global IPs?? 1 to use with the NAT Overload and then one to use for static NAT of my webserver??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:02:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359057#M723569</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2019-03-11T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359058#M723570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;marioderosa2008 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know if it is possible to use both NAT overload to provide clients with internet access with 1 static global IP and at the same time use a static NAT translation to publish port 80 to a specific web server on the LAN so that it is accessible from the internet???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I need 2 global IPs?? 1 to use with the NAT Overload and then one to use for static NAT of my webserver??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this with one IP address ie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool NAT &lt;GLOBAL ip=""&gt; &lt;GLOBAL ip=""&gt; netmask 255.255.255.0&lt;/GLOBAL&gt;&lt;/GLOBAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 101 pool NAT overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;INTERNAL ip="" of="" webserver=""&gt; 80 &lt;GLOBAL ip=""&gt; 80&lt;/GLOBAL&gt;&lt;/INTERNAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:11:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359058#M723570</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-01-27T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359059#M723571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you happen to know where to configure this in the web interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I just add a new Address Translation Rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is this something that can only be done on the CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:52:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359059#M723571</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2010-01-27T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359060#M723572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is an access list applied in the inbound direction of the Dialer0 interface, will that have any affect on the static tcp NAT command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.E. will i have to specificaly allow port 80 traffic in the incoming ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 09:58:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359060#M723572</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2010-01-28T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359061#M723573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;marioderosa2008 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is an access list applied in the inbound direction of the Dialer0 interface, will that have any affect on the static tcp NAT command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.E. will i have to specificaly allow port 80 traffic in the incoming ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you will. Make sure you use the global IP in the acl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 12:04:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359061#M723573</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-01-28T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359062#M723574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for getting back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHould it still work if my nat statement is configured to use the global IP of the Dialer0 interface rather than actually defining a Pool for the global IP and then using that in my main NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because my dialer0 interface is statically configured with the global IP, is it still possible to define a NAT pool with that exact same global IP? Will the router report conflicts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know this before hand before killing everyone's internet access to then realise it cannot be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 12:24:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359062#M723574</guid>
      <dc:creator>marioderosa2008</dc:creator>
      <dc:date>2010-01-28T12:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359063#M723575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can use the name of the interface instead of the IP address.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 10.10.10.1 80 interface fastethernet 4 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case dialer 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not worry. You will not break the internet access for the inside hosts by doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 14:24:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359063#M723575</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-01-28T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Web Server through Cisco 877 router</title>
      <link>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359064#M723576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;marioderosa2008 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jon&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for getting back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHould it still work if my nat statement is configured to use the global IP of the Dialer0 interface rather than actually defining a Pool for the global IP and then using that in my main NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because my dialer0 interface is statically configured with the global IP, is it still possible to define a NAT pool with that exact same global IP? Will the router report conflicts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know this before hand before killing everyone's internet access to then realise it cannot be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it will fine as Kusankar has said. The only reason i didn't use that config was because i though it was a separate address than the dialer0 interface address but if it is the same address you just do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 101 interface dialer0 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 14:49:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/publishing-web-server-through-cisco-877-router/m-p/1359064#M723576</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-01-28T14:49:16Z</dc:date>
    </item>
  </channel>
</rss>

