01-23-2007 05:02 AM - edited 03-03-2019 03:27 PM
Hi There,
Please explain me what is the difference between these two ACL..
access-list acl_dmz line 1 permit tcp host 10.22.1.10 host 192.168.2.5 eq
5555 (hitcnt=0)
access-list acl_dmz line 2 permit tcp host 10.22.1.10 eq 5555 host 192.168
.2.5 (hitcnt=0)
As am troubleshooting an issue it is very. It would be greteful if I get a reply at the earlist.
Thanks in adv
01-23-2007 05:08 AM
Hi
The first line says allow the host 10.22.1.10 with any source port to talk to the host 192.168.2.5 on port 5555.
The second line says allow the host 10.22.1.10 with a source port of 5555 to talk to the host 192.168.2.5 on any port.
HTH
01-23-2007 05:16 AM
Thanks for your immediate reply.
My PIX having both the ACL but I couldn't telnet the IP from 10.22.1.10 to 192.168.2.5
telnet 192.168.2.5 5555
Will it allow this direction? the 192.168.2.5 is in inside network and 10.22.1.10 is in DMZ.
Please shed me
01-23-2007 06:00 AM
Have you got a static entry for the server inside
ie "static (inside,DMZ) 192.168.2.5 192.168.2.5 netmask 255.255.255.255"
Where i have put DMZ in the static statement you need to put whatever you DMZ interface is called.
HTH
01-23-2007 06:01 AM
there is an ACL stating no nat required for this subnet
01-23-2007 06:08 AM
Can you send a copy of the config you are working with minus any sensitive info.
01-23-2007 06:12 AM
as it is an enterprise config it having huge amount of config details as well as security concern I couldn't.
Could you please guide me to trouble shoot this issue with config detail
01-23-2007 06:19 AM
Okay but it would be easier with config. You need to do some debugging.
On the inside interface
debug packet inside dst 192.168.2.5
When telnet from the DMZ do you see any packets from the debug. If you don't then the traffic is not making it through the firewall.
Do you see any hits on the acl applied to your DMZ interface
your acl should read something like
access-list DMZ_IN permit tcp host 10.22.1.10 host 192.168.2.5 eq 5555
Could you confirm what you mean by no nat for this connection - ie you could show me that bit of the config.
Routing - is the 192.168.2.5 server on the same subnet as the pix inside interface ? If it isn't does the pix know how to route to that server. And does the server know how to route back 10.22.1.10 ?
HTH
01-23-2007 06:27 AM
Hi sorry jon,
I am newbie to PIX am not aware of that much.
Could you please give me the command how to see the routing...I tried sh ip route but its vain.
no nat configured as like this.
access-list nonat permit ip any 192.168.2.0 255.255.255.0
01-23-2007 06:30 AM
I can telnet from DMZ to inside server. the thing is I cant telnet from inside to DMZ.
01-23-2007 06:37 AM
Do you have an acl on the inside interface.
To view the routes you need "sh route"
Jon
01-23-2007 06:45 AM
no, there is no specific ACL for this subnet on inside interface.
I can ping the server in DMZ from inside server. So it sounds routing was there.
01-23-2007 07:23 AM
If you can ping the server in the DMZ from 192.168.2.5 then there should be nothing stopping telnet.
Are you telnetting on port 5555 or are you using telnet on port 23. Are you sure the service is up and running on the DMZ server.
if there are any other servers on the DMZ try telnetting from their.
01-24-2007 02:32 AM
hi Jon,
Thanks for your immediate reply. I haven't checked the service in server will check it and come back to you if any help is required.
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