outofcontrol
MIS
Good Afternoon.
I have a problem with a Cisco PIX 506 firewall. This will be a long story. I am trying to install this firewall for a friend and did not do all the original setup of his server.
-----------------------------------------------------------
The current configuration of the network is one Dell Server with two NIC cards:
The external NIC has three addresses:
*.*.*.21 for web pages
*.*.*.20 for mail pages
*.*.*.18 for DNS
We are servicing several web pages with all the addresses
pointing to *.*.*.18
The Dell server has three internal addresses of
192.168.1.101 – this is the only real address any one uses.
192.168.1.102
192.168.1.103
----------------------------------------------------------
Once I added the PIX 506E, I disabled the external NIC card on the server and added the following statements to the CLI on the PIX
access-list 100 permit tcp any host *.*.*.21 eq www
access-list 100 permit tcp any host *.*.*.21 eq https
access-list 100 permit tcp any host *.*.*.21 eq nntp
access-list 100 permit tcp any host *.*.*.21 eq ftp
access-list 100 permit tcp any host *.*.*.21 eq ftp-data
access-list 100 permit tcp any host *.*.*.20 eq smtp
access-list 100 permit tcp any host *.*.*.20 eq pop3
access-list 100 permit tcp any host *.*.*.20 eq imap4
access-group 100 in interface outside
static (inside,outside) *.*.*.20 192.168.1.102 netmask 255.255.255.255 0 0
static (inside,outside) *.*.*.21 192.168.1.101 netmask 255.255.255.255 0 0
Everyone on the internal network can get out to the internet just fine. No one can send mail in or see the webpages
I am confused on what I need to do to fix this problem.
Please help.
Thanks
I have a problem with a Cisco PIX 506 firewall. This will be a long story. I am trying to install this firewall for a friend and did not do all the original setup of his server.
-----------------------------------------------------------
The current configuration of the network is one Dell Server with two NIC cards:
The external NIC has three addresses:
*.*.*.21 for web pages
*.*.*.20 for mail pages
*.*.*.18 for DNS
We are servicing several web pages with all the addresses
pointing to *.*.*.18
The Dell server has three internal addresses of
192.168.1.101 – this is the only real address any one uses.
192.168.1.102
192.168.1.103
----------------------------------------------------------
Once I added the PIX 506E, I disabled the external NIC card on the server and added the following statements to the CLI on the PIX
access-list 100 permit tcp any host *.*.*.21 eq www
access-list 100 permit tcp any host *.*.*.21 eq https
access-list 100 permit tcp any host *.*.*.21 eq nntp
access-list 100 permit tcp any host *.*.*.21 eq ftp
access-list 100 permit tcp any host *.*.*.21 eq ftp-data
access-list 100 permit tcp any host *.*.*.20 eq smtp
access-list 100 permit tcp any host *.*.*.20 eq pop3
access-list 100 permit tcp any host *.*.*.20 eq imap4
access-group 100 in interface outside
static (inside,outside) *.*.*.20 192.168.1.102 netmask 255.255.255.255 0 0
static (inside,outside) *.*.*.21 192.168.1.101 netmask 255.255.255.255 0 0
Everyone on the internal network can get out to the internet just fine. No one can send mail in or see the webpages
I am confused on what I need to do to fix this problem.
Please help.
Thanks