<?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: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322667#M555556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If users are using Microsoft PPTP, you have no split-tunneling options. On the client end, they can check/uncheck the option to "use default gateway on remote network".&lt;/P&gt;&lt;P&gt;Your option would be to use a subset of the local LAN IP subnet for the PPTP pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2004 00:38:58 GMT</pubDate>
    <dc:creator>lr.moore</dc:creator>
    <dc:date>2004-11-03T00:38:58Z</dc:date>
    <item>
      <title>PIX 501 - How to use public (WAN) IP for Dynamic NAT to inside server?</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322656#M555543</link>
      <description>&lt;P&gt;I've tried several forum suggestions, PDM &amp;amp; command line changes to no avail.  I have 1 Small Business Server behind a PIX 501 &amp;amp; I need to forward 5-6 ports (web, smtp, pptp, ftp, termsvcs, dns)to the SBS (192.168.10.11).  The 1 public IP is the WAN port of the PIX.  Think of this as a DSL/Cable connection with a small bus. server behind it.  I'm having a very hard time with both the PDM &amp;amp; command line configs.  Please help!!!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3(3) - PDM 3.0(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, I've also tried an object-group with the needed ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(3)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;clock timezone CST -6&lt;/P&gt;&lt;P&gt;clock summer-time CDT recurring&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 192.168.10.11 GeckoSBS&lt;/P&gt;&lt;P&gt;object-group service SBS tcp&lt;/P&gt;&lt;P&gt;  port-object eq www&lt;/P&gt;&lt;P&gt;  port-object eq pptp&lt;/P&gt;&lt;P&gt;  port-object eq ftp-data&lt;/P&gt;&lt;P&gt;  port-object eq pop3&lt;/P&gt;&lt;P&gt;  port-object eq https&lt;/P&gt;&lt;P&gt;  port-object eq ftp&lt;/P&gt;&lt;P&gt;  port-object eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq www&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq pptp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq ftp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit udp any host 10.20.30.2 eq tftp&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 10.20.30.2 255.255.255.252&lt;/P&gt;&lt;P&gt;ip address inside 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 0.0.0.0 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm location GeckoSBS 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www GeckoSBS www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp GeckoSBS smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pptp GeckoSBS pptp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface ftp GeckoSBS ftp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 GeckoSBS 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) udp interface tftp GeckoSBS tftp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.20.30.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:00:00 sip 0:00:00 sip_media 0:00:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;ntp server 140.221.8.88 source outside&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet 192.168.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322656#M555543</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2020-02-21T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322657#M555544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Config looks good what does not work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq www&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq pptp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq ftp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 10.20.30.2 eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit udp any host 10.20.30.2 eq tftp &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;static (inside,outside) tcp interface www GeckoSBS www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp GeckoSBS smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pptp GeckoSBS pptp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface ftp GeckoSBS ftp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 GeckoSBS 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) udp interface tftp GeckoSBS tftp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you done a " clear xlate " after you changed the static's ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 19:24:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322657#M555544</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-29T19:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322658#M555545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response Patrick.  I just did a clear xlate &amp;amp; I will test my inbound nat rules.  But I cannot get outbound traffice to work now.  I should have mentioned that earlier.  Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 19:36:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322658#M555545</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-10-29T19:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322659#M555546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.20.30.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the whole Inside network as that problem or just GeckoSBS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2004 01:35:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322659#M555546</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-30T01:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322660#M555547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember that I had once a problem with that config line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try instaed:&lt;/P&gt;&lt;P&gt;no global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside) 1 10.20.30.2&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;clear arp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2004 01:56:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322660#M555547</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-30T01:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322661#M555550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.  I'll try this option on Monday &amp;amp; post my results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2004 12:54:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322661#M555550</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-10-30T12:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322662#M555551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your access-list can't reference the private IP. It should reverence the public ip, or "interface":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq smtp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq pptp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq ftp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 3389 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit udp any interface outside eq tftp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re-apply the access-list to the interface any time you make a change:&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;Your complete config may have cut off, but make sure you do NOT have "sysopt noproxyarp outside" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2004 00:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322662#M555551</guid>
      <dc:creator>lr.moore</dc:creator>
      <dc:date>2004-10-31T00:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322663#M555552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 10.20.30.2 address is my public in this instance.  I put that IP in this posting for security reasons.  Thank you for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2004 02:29:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322663#M555552</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-01T02:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322664#M555553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its about time you look (and uploading will be nice) at the contents of your syslog server as all seems fine with your config. The solution to your problem surely lies in what your logs tell us.&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2004 02:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322664#M555553</guid>
      <dc:creator>laje</dc:creator>
      <dc:date>2004-11-01T02:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322665#M555554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;Inbound web, ftp, tftp, pop3, terminal services is all working fine.  The clear xlate &amp;amp; clear arp helped.  I also removed the remote management ability from the outside interface, which superseeded the http/https rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now I just need to allow GRE inbound for my Microsoft VPN (PPTP).  I have port 1723 open &amp;amp; forwarding to my SBS, but I believe GRE is being blocked. (IP 47)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?  The PDM is not very friendly when I try to add the IP GRE protocol rule.  I'd rather do it on the command line, but I don't know the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be happy to post logs if needed, just let me know which ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2004 22:51:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322665#M555554</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-02T22:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322666#M555555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the VPN to work!  I added the fixup protocol pptp 1723 command &amp;amp; I got right in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have users telling me now that once in the VPN, they cannot access the internet.  Sounds like I need to enable split-tunneling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2004 23:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322666#M555555</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-02T23:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322667#M555556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If users are using Microsoft PPTP, you have no split-tunneling options. On the client end, they can check/uncheck the option to "use default gateway on remote network".&lt;/P&gt;&lt;P&gt;Your option would be to use a subset of the local LAN IP subnet for the PPTP pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 00:38:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322667#M555556</guid>
      <dc:creator>lr.moore</dc:creator>
      <dc:date>2004-11-03T00:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322668#M555557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.  I made a change on the SBS RAS settings &amp;amp; we're all set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your input and assistance.  Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 03:04:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322668#M555557</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-03T03:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322669#M555558</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;when you enable pat on the outside interface..you cant use the same public IP for static mapping also.so....give anothe public IP for static map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 07:51:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322669#M555558</guid>
      <dc:creator>venusriraj</dc:creator>
      <dc:date>2004-11-03T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322670#M555559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is I don't have another public IP to assign static.  I'm forced to use the outside interface &amp;amp; PAT.  I have another client with an outside public range that I will use for 1-to-1 NAT &amp;amp; I'll be testing that option as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 15:48:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322670#M555559</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-03T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322671#M555560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bregimand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be so kind as to post, or email me your final config?  I have the exact same scenario and I am having a difficult time getting port 443 through for secure webmail on the sbs server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd love to compare my config with yours.  Feel free to email me at &lt;A href="mailto:ggriffin@nucentric.com"&gt;ggriffin@nucentric.com&lt;/A&gt;.  Thanks in advance!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2004 15:28:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322671#M555560</guid>
      <dc:creator>ggriffin</dc:creator>
      <dc:date>2004-11-10T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322672#M555561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;If you want to port-forward tcp port 443 using the interface IP, you must disable the PIX PDM GUI http server:&lt;/P&gt;&lt;P&gt;  no http server enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2004 18:14:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322672#M555561</guid>
      <dc:creator>lr.moore</dc:creator>
      <dc:date>2004-11-10T18:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 - How to use public (WAN) IP for Dynamic NAT to insi</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322673#M555562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, I have disabled http management on the outside interface.  The management of the PIX is now done after establishing a VPN tunnel &amp;amp; terminal services on a LAN machine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been reading that even SSH from the outside is not recommended.  Anyone have any success enabling SSH on the WAN side?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2004 19:54:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-how-to-use-public-wan-ip-for-dynamic-nat-to-inside/m-p/322673#M555562</guid>
      <dc:creator>bregimand</dc:creator>
      <dc:date>2004-11-10T19:54:54Z</dc:date>
    </item>
  </channel>
</rss>

