<?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 Pix Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-help/m-p/1731953#M495549</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;1) first create a static PAT : &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static(dmz,outside) tcp interface 80&lt;/STRONG&gt; x.x.x.x &lt;STRONG&gt;80 &lt;/STRONG&gt; where x.x.x.x is your web server ip address.&lt;/P&gt;&lt;P&gt;2) allow traffic from outside to this webserver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;access-list 102 permit tcp any 196.35.41.82 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;access-group 102 in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to enable https access do the same for port 443&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Oct 2011 18:21:14 GMT</pubDate>
    <dc:creator>cadet alain</dc:creator>
    <dc:date>2011-10-16T18:21:14Z</dc:date>
    <item>
      <title>Pix Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-help/m-p/1731951#M495545</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im very new to this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a config im working on with a PIX. Its really basic just for VPN purposes but now i wanna put a web server on the DMZ interface.&lt;/P&gt;&lt;P&gt;How do i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet2 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;nameif ethernet2 dmz security30&lt;/P&gt;&lt;P&gt;enable password hMfEmR.SqzHjLIz9 encrypted&lt;/P&gt;&lt;P&gt;passwd hMfEmR.SqzHjLIz9 encrypted&lt;/P&gt;&lt;P&gt;hostname tc-legion01-jhb&lt;/P&gt;&lt;P&gt;domain-name bright.co.za&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;access-list 101 permit ip 10.0.1.0 255.255.255.0 192.168.1.0 255.255.255.0&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;mtu dmz 1500&lt;/P&gt;&lt;P&gt;ip address outside 196.35.41.82 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 10.0.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address dmz 192.168.0.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;ip local pool vpn 192.168.1.1-192.168.1.25&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;failover timeout 0:00:00&lt;/P&gt;&lt;P&gt;failover poll 15&lt;/P&gt;&lt;P&gt;no failover ip address outside&lt;/P&gt;&lt;P&gt;no failover ip address inside&lt;/P&gt;&lt;P&gt;no failover ip address dmz&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 101&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 196.35.41.1 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 sip-disconnect 0:02:00 sip-invite 0:03: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 TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&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;sysopt connection permit-pptp&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set myset esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto dynamic-map dynmap 10 set transform-set myset&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 vpn outside&lt;/P&gt;&lt;P&gt;isakmp policy 10 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 10 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 10 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 10 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 10 lifetime 86400&lt;/P&gt;&lt;P&gt;isakmp policy 20 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 20 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 20 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 20 group 2&lt;/P&gt;&lt;P&gt;isakmp policy 20 lifetime 86400&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all address-pool vpn&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all dns-server 10.0.1.2&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all wins-server 10.0.1.2&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all default-domain password&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all idle-time 1800&lt;/P&gt;&lt;P&gt;vpngroup vpn3000-all password ********&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 10.0.1.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;vpdn group 1 accept dialin pptp&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication pap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication mschap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp encryption mppe auto&lt;/P&gt;&lt;P&gt;vpdn group 1 client configuration address local vpn&lt;/P&gt;&lt;P&gt;vpdn group 1 pptp echo 60&lt;/P&gt;&lt;P&gt;vpdn group 1 client authentication local&lt;/P&gt;&lt;P&gt;vpdn username test *****&lt;/P&gt;&lt;P&gt;vpdn enable outside&lt;/P&gt;&lt;P&gt;username srvadmin password IOhWN8so9gNl2f.c encrypted privilege 2&lt;/P&gt;&lt;P&gt;username estellev password f4RTpgxM/Xmz0x0m encrypted privilege 2&lt;/P&gt;&lt;P&gt;username reinierb password 4dWfOyRAZ5lkN8ek encrypted privilege 2&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:86e54c4b35696ca47ca3fef936b43045&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;tc-legion01-jhb#&lt;/P&gt;&lt;P&gt;tc-legion01-jhb# conf t&lt;/P&gt;&lt;P&gt;tc-legion01-jhb(config)# int ethernet2 auto&lt;/P&gt;&lt;P&gt;tc-legion01-jhb(config)#&lt;/P&gt;&lt;P&gt;tc-legion01-jhb# wr mem&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Cryptochecksum: 9f575ee5 ec636024 938627cf 0a86bdc8&lt;/P&gt;&lt;P&gt;[OK]&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:38:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-help/m-p/1731951#M495545</guid>
      <dc:creator>nuno</dc:creator>
      <dc:date>2019-03-11T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Pix Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-help/m-p/1731952#M495548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nuno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing much just a couple of commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you have a free public ip for your dmz server 196.35.41.82 and the real ip of the server is 192.168.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would need a static:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 196.35.41.82 192.168.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also an access-list to allow access to the server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 196.35.41.82&lt;/P&gt;&lt;P&gt;&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;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 18:17:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-help/m-p/1731952#M495548</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-16T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Pix Help</title>
      <link>https://community.cisco.com/t5/network-security/pix-help/m-p/1731953#M495549</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;1) first create a static PAT : &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static(dmz,outside) tcp interface 80&lt;/STRONG&gt; x.x.x.x &lt;STRONG&gt;80 &lt;/STRONG&gt; where x.x.x.x is your web server ip address.&lt;/P&gt;&lt;P&gt;2) allow traffic from outside to this webserver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;access-list 102 permit tcp any 196.35.41.82 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;access-group 102 in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to enable https access do the same for port 443&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 18:21:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-help/m-p/1731953#M495549</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-16T18:21:14Z</dc:date>
    </item>
  </channel>
</rss>

