01-10-2006 03:16 PM - edited 03-09-2019 01:34 PM
i have a pix firewall with 3 interface configuration without NAT or PAT. I put my webserver on the DMZ. however, i cant ping or talk to my webserver either on the inside or outside. i need some assistance as to why its not working.
01-10-2006 06:35 PM
01-10-2006 07:12 PM
thanks paul, i appreciate all your help.
thanks
01-12-2006 04:23 PM
Paul - I have one more request to make. I also want to open port 554 & 1755 on this server on the DMZ. I want to be able to get to my server from the public side.
Here is the statemenet i had and it does not work:
access-list acl_out permit tcp any host 68.16.128.2 eq 554
access-list acl_out permit tcp any host 68.16.128.2 eq 1755
please help
01-12-2006 04:54 PM
Hi
Just add these two lines to the configuration..it should work.
static (dmz,outside) tcp interface 554 172.16.128.5 554 netmask 255.255.255.255
static (dmz,outside) tcp interface 1755 172.16.128.5 1755 netmask 255.255.255.255
Ashish
01-13-2006 02:35 PM
Thanks, I will let you know if it works. I am still new at this and just trying to get my way around it.
One more question, i would also like to allow Remote Admin from the Inside to the DMZ which mean i want to be able to remote desktop into this machine from the inside to DMZ.
Thanks
01-14-2006 05:56 AM
hi
As in the configuration you have already bypassed NAT between inside and dmz no extra configurartion is required.You will be able to login to your server through remote admin.
ashish
01-14-2006 06:31 AM
just an add-on.
pix be default permits traffic from higher security level to lower security level providing proper nat/global/static is configured.
inside interface default security level is 100;
outside interface default security level is 0;
dmz interface security level is any number in between.
so, the traffic originated from inside and destined for dmz/outside will be permitted by default by pix.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide