Cisco PIX Firewall Version 6.3(5)
Cisco PIX Device Manager Version 3.0(4)
Hardware: PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz
I added the following lines to create a connection between a new web application and a MS SQL server and File server. The file server and database are on the inside with the private IPs and the web server is in the dmz. The connections worked well and the application is working properly. Previous to this addition the two internal servers could see the internet. Now they can't. There must be an additional line I need to allow this traffic but I don't know for sure what it is. Any help would be appreciated.
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.151 eq 1433
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.151 eq 1434
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.1 eq 445
access-list acl_dmz permit ip host 199.241.8.115 host 172.27.116.151
access-list acl_dmz permit tcp host 199.241.8.115 any
Cisco PIX Device Manager Version 3.0(4)
Hardware: PIX-515E, 64 MB RAM, CPU Pentium II 433 MHz
I added the following lines to create a connection between a new web application and a MS SQL server and File server. The file server and database are on the inside with the private IPs and the web server is in the dmz. The connections worked well and the application is working properly. Previous to this addition the two internal servers could see the internet. Now they can't. There must be an additional line I need to allow this traffic but I don't know for sure what it is. Any help would be appreciated.
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.151 eq 1433
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.151 eq 1434
access-list acl_dmz permit tcp host 199.241.8.115 host 172.27.116.1 eq 445
access-list acl_dmz permit ip host 199.241.8.115 host 172.27.116.151
access-list acl_dmz permit tcp host 199.241.8.115 any