<?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: I can't get my pix 515 working correctly in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477999#M711200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uhm i can access my webserver from outside my netwerk bv from my perrents home.&lt;/P&gt;&lt;P&gt;From my perrents home i can browes my website (www.sikkie.nl).&lt;/P&gt;&lt;P&gt;But whane im at home, its not working form inside my network.&lt;/P&gt;&lt;P&gt;And im opening &lt;A href="https://community.cisco.com/www.sikkie.nl" target="_blank"&gt;www.sikkie.nl&lt;/A&gt; its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 May 2010 01:25:13 GMT</pubDate>
    <dc:creator>msikkema</dc:creator>
    <dc:date>2010-05-16T01:25:13Z</dc:date>
    <item>
      <title>I can't get my pix 515 working correctly</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477997#M711087</link>
      <description>&lt;P&gt;Hey i hope some wone can help me ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fix ip range&amp;nbsp; form 92.67.197.96 to 92.67.197.103 mask 255.255.255.248&lt;/P&gt;&lt;P&gt;92.67.197.97 router&lt;BR /&gt;92.67.197.98 pix&lt;BR /&gt;92.67.197.100 web-server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can browes the internet from the insdei and from the dmz.&lt;/P&gt;&lt;P&gt;And i can ping the local dmz ip 172.16.1.10 and 172.16.1.11&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But im not anable to browes to my own web-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thise is my pix config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 7.0(1)&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 92.67.197.98 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 10&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;enable password ********* encrypted&lt;BR /&gt;passwd ********* encrypted&lt;BR /&gt;hostname pixpirewall&lt;BR /&gt;domain-name sikkie.nl&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network www_services&lt;BR /&gt; description All servers providing WWW services to the outside&lt;BR /&gt; network-object host 92.67.197.100&lt;BR /&gt;object-group network https_services&lt;BR /&gt; description All servers providing https services to the outside&lt;BR /&gt; network-object host 92.67.197.100&lt;BR /&gt;object-group network mysql_services&lt;BR /&gt; description All servers providing MySql services to the outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 92.67.197.100 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 92.67.197.100 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 92.67.197.100 eq ftp&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 92.67.197.101 eq 3306&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging standby&lt;BR /&gt;logging console critical&lt;BR /&gt;logging monitor debugging&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging trap informational&lt;BR /&gt;logging history informational&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging queue 3000&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;monitor-interface outside&lt;BR /&gt;monitor-interface inside&lt;BR /&gt;monitor-interface dmz&lt;BR /&gt;asdm image flash:/asdm.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (dmz) 1 172.16.1.0 255.255.255.0&lt;BR /&gt;static (dmz,outside) 92.67.197.100 172.16.1.10 netmask 255.255.255.255&lt;BR /&gt;static (dmz,outside) 92.67.197.101 172.16.1.11 netmask 255.255.255.255&lt;BR /&gt;static (inside,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0&lt;BR /&gt;static (dmz,inside) 172.16.1.0 172.16.1.0 netmask 255.255.255.0&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 92.67.197.97 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server community public&lt;BR /&gt;snmp-server enable traps snmp&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns maximum-length 512&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;Cryptochecksum:*********&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:46:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477997#M711087</guid>
      <dc:creator>msikkema</dc:creator>
      <dc:date>2019-03-11T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: I can't get my pix 515 working correctly</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477998#M711160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can't you browse your web server from? I tested browsing it from the internet, it works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to browse from your inside network, you would need to configure the following static statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then issue "clear xlate" to clear the existing translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, from the inside, you would need to browse to the private ip address of the server as follows:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://172.16.1.10"&gt;http://172.16.1.10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 00:15:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477998#M711160</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-16T00:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: I can't get my pix 515 working correctly</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477999#M711200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uhm i can access my webserver from outside my netwerk bv from my perrents home.&lt;/P&gt;&lt;P&gt;From my perrents home i can browes my website (www.sikkie.nl).&lt;/P&gt;&lt;P&gt;But whane im at home, its not working form inside my network.&lt;/P&gt;&lt;P&gt;And im opening &lt;A href="https://community.cisco.com/www.sikkie.nl" target="_blank"&gt;www.sikkie.nl&lt;/A&gt; its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 01:25:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1477999#M711200</guid>
      <dc:creator>msikkema</dc:creator>
      <dc:date>2010-05-16T01:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: I can't get my pix 515 working correctly</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1478000#M711246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is at your home then....&lt;/P&gt;&lt;P&gt;Can you browse other pages correctly from the Internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 01:28:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1478000#M711246</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-05-16T01:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: I can't get my pix 515 working correctly</title>
      <link>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1478001#M711307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are from the internal network, the dns resolution for"www.sikkie.nl" probably resolves to the public ip address instead of the private ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try browsing the website via its private ip address as suggested earlier.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So instead of "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sikkie.nl"&gt;http://www.sikkie.nl&lt;/A&gt;&lt;SPAN&gt;", try "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://172.16.1.10"&gt;http://172.16.1.10&lt;/A&gt;&lt;SPAN&gt;" when you are from the internal network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the dns entry for "www.sikkie.nl" is hosted on the Internet dns server, then you can configure dns doctoring as follows:&lt;/P&gt;&lt;P&gt;Change the following static statement from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 92.67.197.100 172.16.1.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO:&lt;/P&gt;&lt;P&gt;static (dmz,outside) 92.67.197.100 172.16.1.10 netmask 255.255.255.255 &lt;STRONG&gt;dns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DNS doctoring will only work if the dns entry for &lt;A href="https://community.cisco.com/www.sikkie.nl" target="_blank"&gt;www.sikkie.nl&lt;/A&gt; is hosted on the outside.&lt;/P&gt;&lt;P&gt;To test, you would need to flush the dns entry on your PC, so it triggers dns request through the ASA, and the reply will change the dns entry for &lt;A href="https://community.cisco.com/www.sikkie.nl" target="_blank"&gt;www.sikkie.nl&lt;/A&gt; from 92.67.197.100 to 172.16.1.10 so you can access the website internally using its private ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 May 2010 01:53:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-can-t-get-my-pix-515-working-correctly/m-p/1478001#M711307</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-16T01:53:18Z</dc:date>
    </item>
  </channel>
</rss>

