Advertisement

11.21.2008 at 01:01PM PST, ID: 23926550
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

Running 2 domains behind a single PIX 501

Asked by DRBibens in Enterprise Firewalls, Networking Hardware Firewalls, Cisco PIX Firewall

Tags: , , ,

I have a personal domain running behind a PIX 501 firewall and all is fine.  I want to add a Mac server and assign a different domain name to it call them DOMAIN-1 and DOMAIN-2 respectfully.

I have both wireless and wired clients and shared resources like printers etc.

I am not sure how to modify the PIX configuration.  I believe that this will do it but I would like an expert review before implementation as I am not comfortable in this environment.


I am providing current and proposed configurations for comment.

           Current Configuration:
                   DSL Router
         Outside IP: xx.xx.xx.185
            Inside IP: xx.xx.xx.186
                             |
                             |
            CISCO PIX 501 (DHCP)
            Outside IP:  xx.xx.xx.186
               Inside IP: 192.168.1.1
                            |
                            |
                 Win2K Server
      DNS, WWW, POP, SMTP. RDS
           Outside IP:  xx.xx.xx.187
              Inside IP: 192.168.1.187


PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname DOMAIN-1-PIX
domain-name DOMAIN-1.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound permit icmp any any echo-reply
access-list inbound permit icmp any any time-exceeded
access-list inbound permit icmp any any unreachable
access-list inbound permit tcp any host xx.xx.xx.187 eq www
access-list inbound permit tcp any host xx.xx.xx.187 eq 3389
access-list inbound permit tcp any host xx.xx.xx.187 eq smtp
access-list inbound permit tcp any host xx.xx.xx.187 eq ftp
access-list inbound permit tcp any host xx.xx.xx.187 eq pop3
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xx.xx.xx.186 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.187 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) xx.xx.xx.187 192.168.1.187 netmask 255.255.255.255 0 0
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.185 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 60
console timeout 0
dhcpd address 192.168.1.50-192.168.1.100 inside
dhcpd dns 192.168.1.187
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain DOMAIN-1.com
dhcpd auto_config outside
dhcpd enable inside
username pixadmin password n/FYuXw8ZeMg9jOj encrypted privilege 15
terminal width 80
Cryptochecksum:b0a7967b211d701dd4a4f733b2021302
: end
[OK]


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                Proposed Configuration:
                                          DSL Router
                             Outside IP: xx.xx.xx.185
                                Inside IP: xx.xx.xx.186
                                                   |
                                                   |
                                 CISCO PIX 501 (DHCP)
                                  Outside IP: xx.xx.xx.186
                                     Inside IP:192.168.1.1
                                                    |
                                                    |
                                                 /     \
                                               /           \
                                            /                 \
                                          /                      \
               DOMAIN-1                                  DOMAIN-2
           Win2K Server                                 Mac Server
  DNS, WWW, POP, SMTP. RDS       WWW, POP, IMAP. SMTP, RDS
  Outside IP:  xx.xx.xx.187                  Outside IP:  xx.xx.xx.189
  Inside IP: 192.168.1.187                  Inside IP:  192.168.1.189

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname DOMAIN-1-PIX
domain-name DOMAIN-1.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
--------- BEGIN PROPOSED ADDITION ----------
fixup protocol imap 143
---------- END PROPOSED ADDITION ------------
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound permit icmp any any echo-reply
access-list inbound permit icmp any any time-exceeded
access-list inbound permit icmp any any unreachable
access-list inbound permit tcp any host xx.xx.xx.187 eq www
access-list inbound permit tcp any host xx.xx.xx.187 eq 3389
access-list inbound permit tcp any host xx.xx.xx.187 eq smtp
access-list inbound permit tcp any host xx.xx.xx.187 eq ftp
access-list inbound permit tcp any host xx.xx.xx.187 eq pop3
---------------------- BEGIN PROPOSED ADDITION --------------------
access-list inbound permit tcp any host xx.xx.xx.189 eq www
access-list inbound permit tcp any host xx.xx.xx.189 eq 3389
access-list inbound permit tcp any host xx.xx.xx.189 eq smtp
access-list inbound permit tcp any host xx.xx.xx.189 eq ftp
access-list inbound permit tcp any host xx.xx.xx..189 eq pop3
access-list inbound permit tcp any host xx.xx.xx.189 eq imap
--------------------- END PROPOSED ADDITION -----------------------
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xx.xx.xx..186 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.187 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) xx.xx.xx.187 192.168.1.187 netmask 255.255.255.255 0 0
----------------------------- BEGIN PROPOSED ADDITION -------------------------------
static (inside,outside) xx.xx.xx.189 192.168.1.189 netmask 255.255.255.255 0 0
----------------------------- END PROPOSED ADDITION ---------------------------------
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.185 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 60
console timeout 0
dhcpd address 192.168.1.50-192.168.1.100 inside
dhcpd dns 192.168.1.187
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain DOMAIN-1.com
dhcpd auto_config outside
dhcpd enable inside
username pixadmin password n/FYuXw8ZeMg9jOj encrypted privilege 15
terminal width 80
Cryptochecksum:b0a7967b211d701dd4a4f733b2021302
: end
[OK]

Hope this is not too long but I want to get you guys all the information you need.  Thank you in advance, I'll assign 500 points for a rapid response as I have to have this up and running before Monday 11/24/2008.Start Free Trial
[+][-]11.22.2008 at 05:17AM PST, ID: 23020523

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Enterprise Firewalls, Networking Hardware Firewalls, Cisco PIX Firewall
Tags: CISCO, PIX 501, PIX ver 6.3(5) PDM ver 3.0(4), Firewall configuration
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
[+][-]11.22.2008 at 06:16AM PST, ID: 23020779

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.23.2008 at 03:03PM PST, ID: 23026209

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.24.2008 at 02:28PM PST, ID: 23031062

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628