<?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: Could something be wrong with my pix? Please help!! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254897#M577883</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;Thanks for the response!  The nonat statement is there for the VPN traffic.  192.168.200.0 is the VPN pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2003 23:31:46 GMT</pubDate>
    <dc:creator>jhaggett</dc:creator>
    <dc:date>2003-11-24T23:31:46Z</dc:date>
    <item>
      <title>Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254893#M577879</link>
      <description>&lt;P&gt;I have a faily basic config here, and I can't get it to work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple Citrix servers, web, and a mail server behind my pix.  They all have static ip's, so, I want to nat them at the firewall to re-direct to my internal servers.  Here is my config (Ip address's changed for security reasons)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone here see if I'm missing anything?  It's driving me crazy!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&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;enable password xxxxx&lt;/P&gt;&lt;P&gt;passwd xxxxxx&lt;/P&gt;&lt;P&gt;hostname firewall&lt;/P&gt;&lt;P&gt;domain-name somecompany.com&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 ils 389&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;names&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 192.168.100.0 255.255.255.0 192.168.200.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list 151 permit ip 192.168.100.0 255.255.255.0 192.168.200.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.2 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.2 eq ssh&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.3 eq smtp&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.3 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.4 eq citrix-ica&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.5 eq citrix-ica&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.5 eq 3389&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.6 eq www&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.6 eq citrix-ica&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.6 eq 3389&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host 207.229.61.7 eq www&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 x.x.x.x 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 192.168.100.86 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;ip local pool VPNPOOL 192.168.200.20-192.168.200.40&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) 0 access-list nonat&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 207.229.61.2 www 192.168.100.138 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.2 ssh 192.168.100.138 ssh netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.3 smtp 192.168.100.16 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.3 www 192.168.100.16 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.4 citrix-ica 192.168.100.11 citrix-ica netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.5 citrix-ica 192.168.1.3 citrix-ica netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.5 3389 192.168.1.3 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.6 www 192.168.100.18 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.6 citrix-ica 192.168.100.18 citrix-ica netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.6 3389 192.168.100.18 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 207.229.61.7 www 192.168.0.67 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 207.229.61.161 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00: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:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.100.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;snmp-server community public&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;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set CLIENT esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map dynmap 10 set transform-set CLIENT&lt;/P&gt;&lt;P&gt;crypto map mymap 10 ipsec-isakmp dynamic dynmap&lt;/P&gt;&lt;P&gt;crypto map mymap client configuration address initiate&lt;/P&gt;&lt;P&gt;crypto map mymap client configuration address respond&lt;/P&gt;&lt;P&gt;crypto map mymap interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address 0.0.0.0 netmask 0.0.0.0&lt;/P&gt;&lt;P&gt;isakmp identity address&lt;/P&gt;&lt;P&gt;isakmp client configuration address-pool local VPNPOOL outside&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption 3des&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;vpngroup LOGICORP address-pool VPNPOOL&lt;/P&gt;&lt;P&gt;vpngroup LOGICORP dns-server 192.168.100.14&lt;/P&gt;&lt;P&gt;vpngroup LOGICORP wins-server 192.168.100.14&lt;/P&gt;&lt;P&gt;vpngroup LOGICORP idle-time 7200&lt;/P&gt;&lt;P&gt;vpngroup LOGICORP password ********&lt;/P&gt;&lt;P&gt;vpngroup dns idle-time 1800&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.168.100.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;username xxx password xxxxx&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:07:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254893#M577879</guid>
      <dc:creator>jhaggett</dc:creator>
      <dc:date>2020-02-21T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254894#M577880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first view, quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your outside IP address or your gateway address, it seems they are not on the same subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside IP:  207.229.61.150&lt;/P&gt;&lt;P&gt;Default Gateway:  207.229.61.161&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With mask of .224, the IP bounderies are:&lt;/P&gt;&lt;P&gt;0-31&lt;/P&gt;&lt;P&gt;32-63&lt;/P&gt;&lt;P&gt;64-95&lt;/P&gt;&lt;P&gt;96-127&lt;/P&gt;&lt;P&gt;128-159&lt;/P&gt;&lt;P&gt;160-191&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps your default gateway should be .151&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2003 21:03:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254894#M577880</guid>
      <dc:creator>bdube</dc:creator>
      <dc:date>2003-11-24T21:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254895#M577881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good eye, but, the address's are in the same range.  I changed them around a bit in the config I posted for security reasons &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2003 22:06:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254895#M577881</guid>
      <dc:creator>jhaggett</dc:creator>
      <dc:date>2003-11-24T22:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254896#M577882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Nat statements seem wrong to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no need for the no-nat statements. In fact I wouldn't be surprised if you are screwing up the ASA engine with those statements, especially the 0.0.0.0 one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, use a single IP or multiple IP addresses in the server's DMZ(192.168.200.0) for Nat'n the internal clients. This way when you talk to the servers from the inside network you look local to the DMZ(IE 192.168.200.0 net)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try something more like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 207.229.61.150&lt;/P&gt;&lt;P&gt;global (dmz) 1 192.168.200.200-192.168.200.253&lt;/P&gt;&lt;P&gt;global (dmz) 1 192.168.200.254&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should cause anything going outside from the inside network to go to PNAT(port nat) on 207.229.61.150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dmz traffic should get IP to IP maps for the first 53 or so connections then fall to PNAT on 192.168.200.254 for more then 54 connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try those and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the ASA engine will automatically allow higher interface connections to lower, so there's no need to create extra rules for that(IE the No-nat statements) If still have access issues, then it's time to look at the ACL's(access-control lists). You should only really need them for the static maps from the outside to the dmz, the rest should be handled automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2003 23:21:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254896#M577882</guid>
      <dc:creator>koaps</dc:creator>
      <dc:date>2003-11-24T23:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254897#M577883</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;Thanks for the response!  The nonat statement is there for the VPN traffic.  192.168.200.0 is the VPN pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2003 23:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254897#M577883</guid>
      <dc:creator>jhaggett</dc:creator>
      <dc:date>2003-11-24T23:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254898#M577884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it was something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop the 0.0.0.0 nat statement and try being more specific with the rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also on the temp, not apply the ACL's for VPN til u have a working setup, then try them. So you know which rules are breaking things and which are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2003 23:44:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254898#M577884</guid>
      <dc:creator>koaps</dc:creator>
      <dc:date>2003-11-24T23:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254899#M577885</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;For testing Purpose make simpler Static commands:static (inside,outside) 207.229.61.2 192.168.100.138  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2003 11:13:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254899#M577885</guid>
      <dc:creator>tyagi.v</dc:creator>
      <dc:date>2003-11-25T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254900#M577886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;regarding citrix servers, in my opinion you need to add 2 entries in inbound al:&lt;/P&gt;&lt;P&gt; access-list inbound permit udp any host 207.229.61.4 eq 1604&lt;/P&gt;&lt;P&gt;access-list inbound permit udp any host 207.229.61.5 eq 1604&lt;/P&gt;&lt;P&gt;Regards, Archi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2003 05:53:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254900#M577886</guid>
      <dc:creator>a-bekerman</dc:creator>
      <dc:date>2003-11-27T05:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could something be wrong with my pix? Please help!!</title>
      <link>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254901#M577887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wonder if on my access-list instead of permitting the address through to the external static address, if I permit it to the internal address.. hmm .. let me try that today when I get a chance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks everyone for your help so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2003 15:43:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/could-something-be-wrong-with-my-pix-please-help/m-p/254901#M577887</guid>
      <dc:creator>jhaggett</dc:creator>
      <dc:date>2003-11-27T15:43:55Z</dc:date>
    </item>
  </channel>
</rss>

