<?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 Configuration/Routing Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130043#M607447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that inside route is supposed to say 192.168.1.5.   I really dont want to have to use NAT seeing as the inside network is already done with real IP's, that would be a lot of changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2003 17:52:15 GMT</pubDate>
    <dc:creator>mraisley</dc:creator>
    <dc:date>2003-04-03T17:52:15Z</dc:date>
    <item>
      <title>PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130041#M607445</link>
      <description>&lt;P&gt;I work for a local ISP and am putting in a PIX firewall for the first time.  It is going to go between the router on our backbone and a PC setup as a router.  We got a small hub and my plan is to have the Ethernet address on the backbone router changed to 10.10.10.1 and then the outside interface on the PIX to 10.10.10.2 and plug those into the hub.  The inside interface will go to our LAN in the office.  The router in the office has an IP address of 192.168.1.5, but actually has a real IP but kept out for security reasons. (as well as the inside interface on the PIX)  I am having a hard time understanding exactly how the PIX routes, we tried it with the configuration that is shown and it didnt work.  I am sure i have several issues wrong with the config.  Any help would be great!  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4)&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 intf2 security10&lt;/P&gt;&lt;P&gt;nameif ethernet3 intf3 security15&lt;/P&gt;&lt;P&gt;nameif ethernet4 intf4 security20&lt;/P&gt;&lt;P&gt;nameif ethernet5 intf5 security25&lt;/P&gt;&lt;P&gt;enable password Vc5SuIC5HTy5.dBK encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname PIXFIREWALL&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 1720&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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24               &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 auto shutdown&lt;/P&gt;&lt;P&gt;interface ethernet3 auto shutdown&lt;/P&gt;&lt;P&gt;interface ethernet4 auto shutdown&lt;/P&gt;&lt;P&gt;interface ethernet5 auto shutdown&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 intf2 1500&lt;/P&gt;&lt;P&gt;mtu intf3 1500&lt;/P&gt;&lt;P&gt;mtu intf4 1500&lt;/P&gt;&lt;P&gt;mtu intf5 1500&lt;/P&gt;&lt;P&gt;ip address outside 10.10.10.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address intf3 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address intf4 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address intf5 127.0.0.1 255.255.255.255&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;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;failover ip address outside 0.0.0.0         &lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf2 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf3 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf4 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf5 0.0.0.0&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 206.187.74.5 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 h323 0:05:00 si&lt;/P&gt;&lt;P&gt;p 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;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;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:3c8e47f3297492db91ef88d9bff73d41&lt;/P&gt;&lt;P&gt;: end           &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130041#M607445</guid>
      <dc:creator>mraisley</dc:creator>
      <dc:date>2020-02-21T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130042#M607446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any "static" or "nat" statements on the configurations above.&lt;/P&gt;&lt;P&gt;For traffic to pass thru the pix you need to either:&lt;/P&gt;&lt;P&gt;a) enable NAT.; or&lt;/P&gt;&lt;P&gt;b) use static ip address mapping.&lt;/P&gt;&lt;P&gt;Note that with NAT enabled, you can still preserve the ip address by NAT'ing an ip address to itself (it sounds crazy, but it works).&lt;/P&gt;&lt;P&gt;I'd suggest that you enable NAT as follows:&lt;/P&gt;&lt;P&gt;global (outside) 1 10.10.10.x&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;this way traffic will pass thru the pix and all inside hosts will share a single "ouside" ip address of 10.10.10.x&lt;/P&gt;&lt;P&gt;Also you might want to point the default route to the ouside interface:&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 206.187.74.5 1&lt;/P&gt;&lt;P&gt;do:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.x&lt;/P&gt;&lt;P&gt;where x.x.x.x is the your internet gateway ip address assuming that private-to-public ip address translation is done along the path.&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Mustafa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2003 17:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130042#M607446</guid>
      <dc:creator>mhussein</dc:creator>
      <dc:date>2003-04-03T17:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130043#M607447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that inside route is supposed to say 192.168.1.5.   I really dont want to have to use NAT seeing as the inside network is already done with real IP's, that would be a lot of changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2003 17:52:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130043#M607447</guid>
      <dc:creator>mraisley</dc:creator>
      <dc:date>2003-04-03T17:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130044#M607448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can still do that (preserve the real ip's - no translation) by using "nat 0" statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;static (inside, outside) 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;These two statements will allow 192.168.1.x hosts to establish connections to the outside thru pix (outside hosts can not establish connections to inside without proper access-lists).&lt;/P&gt;&lt;P&gt;Remember to use the "clear xlat" everytime you issue or modify an "static" statement (carefull: the command is disruptive to established connections).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2003 18:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130044#M607448</guid>
      <dc:creator>mhussein</dc:creator>
      <dc:date>2003-04-03T18:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130045#M607449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several servers behind the PIX and people who dial-in will need to get through the pix for authentication.  Would i just set up a simple access-list that i would do on a normal router?  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2003 20:17:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130045#M607449</guid>
      <dc:creator>mraisley</dc:creator>
      <dc:date>2003-04-03T20:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Configuration/Routing Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130046#M607450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The access-lists are similar to IOS routers'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g: an access for inbound connections&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit tcp any host 192.168.1.5 eq ftp&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit tcp any host 192.168.1.6 eq www&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit tcp any host 192.168.1.8 eq 100&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit icmp any any eq echo&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit icmp any any eq echo-reply&lt;/P&gt;&lt;P&gt;access-list inbound_stuff permit ip any host 192.168.1.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inbound_stuff in interface outside&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;The first 3 statements allow access to specific services and ports on some inside servers. Statements 4&amp;amp;5 allow outside hosts to ping any inside host. Statement 6 allows full access to 192.168.1.8 (no firewalling - fixup rules apply)&lt;/P&gt;&lt;P&gt;The last statement applies the access list to inbound connections arriving at the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend going thru the pix command reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_61/index.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_61/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, PIX version 6.2 introduced object grouping&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/config/mngacl.htm#1024374" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/config/mngacl.htm#1024374&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which - along with PDM software - greatly enhance access control configurations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2003 23:21:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-routing-problem/m-p/130046#M607450</guid>
      <dc:creator>mhussein</dc:creator>
      <dc:date>2003-04-03T23:21:03Z</dc:date>
    </item>
  </channel>
</rss>

