05-04-2003 03:13 AM - edited 02-20-2020 10:43 PM
I have PIX 515 with Software ver 6.2 I use the static command to map an internal server to outside real IP :
static (inside,outside) x.x.x.x 192.168.10.10 netmask 255.255.255.255 0 1
with access-list as follows:
access-list 101 permit ip any host x.x.x.x
access-group 101 in interface outside
the connection is established from outside but one of the services in the server doesn't work although other services work
can any body help me with that ??
05-04-2003 04:26 PM
Can you connect to this service from the inside of the PIX? What do you see when it "doesn't work"? What "doesn't work" exactly? Have you enabled syslog's on the PIX and see if anything is denied through the PIX when you try to connect to this service?
05-07-2003 12:41 PM
Your embryonic connections is only set to 1, try this
static (inside,outside) x.x.x.x 192.168.10.10 netmask 255.255.255.255 0 1000
Let me know...........
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