hi all,
have some trouble with pix/vpn/dmz configuration.
szenario:
cisco pix (PIX-515E, ver 6.2(2)) configured with inside, outside, dmz
interfaces. additional vpn settings for remote users using cisco vpn
client ver 3.6.3(A) for win2k.
there is a server located in the dmz, reachable from inside.
remote users connected via vpn, should have access to this server too.
the vpn connections seems to be ok. i can create a vpn ipsec tunnel
from remote client. but i can not reach (using ping) the server.
during the ping test there are no packets coming back from the pix,
only the tx counter shows traffic.
pix config details:
(source: cisco online docu "configuring pix to pix dynamic-to-static-
ipsec with nat and cisco vpn client" - but it is without the dmz
thing)
############################################################
.
.
access-list acl_inside permit ip any any
access-list acl_inside permit icmp any any
access-list acl_inside deny ip any any
access-list acl_dmz permit icmp any any
access-list acl_dmz deny ip any any
access-list vpn permit ip 10.3.0.0 255.255.255.0 10.3.1.0
255.255.255.0
.
.
ip address outside xxx.xxx.xxx.xxx 255.255.255.192
ip address inside 192.168.0.1 255.255.255.252
ip address dmz 10.3.0.1 255.255.255.0
.
.
ip local pool vpn_ippool 10.3.1.1-10.3.1.254
.
.
global (ouside) 1 interface
global (dmz) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 0 access-list vpn
.
.
access-group acl_outside in interface outside
access-group acl_inside in interface inside
access-group acl_dmz in interface dmz
.
.
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-3des esp esp-md5-hash
crypto dynamic-map dynmap 1 set transform-set myset
crypto map mymap 20 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup myname address-pool vpn_ippool
vpngroup myname idle-time 1800
vpngroup mayname password mypw
.
############################################################
questions:
o config snips detailed enough?
o anything missconfigured?
o anything additinonal infos needed (log, debug...)?
o is there any strange pix behavior for that vpn thing?
final notes:
i also replaced dmz with inside settings - after that it was possible
to reach inside ip addresses.
hope you can give any useful advice
thnx
Hendrik Danz