I have two questions. I am configuring a pix 525 for IPSec. Our remote office needs access to resources on the inside network. Setup is as follows:
nat (inside) 0 access-list 101
crypto ipsec transform-set vpnset esp-des esp-md5-hmac
crypto map remoteamap 10 ipsec-isakmp
crypto map remotemap 10 match address 101
crypto map remotemap 10 set pfs
crypto map remotemap 10 set peer REMOTEOFFICEIP
crypto map remotemap 10 set transform-set vpnset
crypto map remotemap 10 set security-association lifetime seconds 75000 kilobytes 4608000
crypto map remotemap interface outside
isakmp enable outside
isakmp key ***** address REMOTEOFFICEIP netmask 255.255.255.255
isakmp identity hostname
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 1
isakmp policy 20 lifetime 75000
We have a Windows NT domain: Wins and DHCP on the inside. No where am I seeing anything to assign the remote office an inside IP address or where the wins and PDC are. Do I have to set up a Raduis server or what????
My next question. We have 6 interfaces. development servers are in the DMZ but are part of the domain. How do I get the dmz to be able to log into the PDC that is on the inside? This is what I have:
static (inside,outside) 192.168.9.253 192.168.6.253 netmask 255.255.255.255 0 0
static (inside,outside) 192.168.9.27 192.168.6.27 netmask 255.255.255.255 0 0
access-list acl_QaDev permit tcp any host 192.168.9.253 eq 139
access-list acl_QaDev permit udp any host 192.168.9.253 eq netbios-dgm
access-list acl_QaDev permit udp any host 192.168.9.253 eq netbios-ns
access-list acl_QaDev permit tcp any host 192.168.9.27 eq 139
access-list acl_QaDev permit udp any host 192.168.9.27 eq netbios-dgm
access-list acl_QaDev permit udp any host 192.168.9.27 eq netbios-ns
Thank you for your help!!
nat (inside) 0 access-list 101
crypto ipsec transform-set vpnset esp-des esp-md5-hmac
crypto map remoteamap 10 ipsec-isakmp
crypto map remotemap 10 match address 101
crypto map remotemap 10 set pfs
crypto map remotemap 10 set peer REMOTEOFFICEIP
crypto map remotemap 10 set transform-set vpnset
crypto map remotemap 10 set security-association lifetime seconds 75000 kilobytes 4608000
crypto map remotemap interface outside
isakmp enable outside
isakmp key ***** address REMOTEOFFICEIP netmask 255.255.255.255
isakmp identity hostname
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 1
isakmp policy 20 lifetime 75000
We have a Windows NT domain: Wins and DHCP on the inside. No where am I seeing anything to assign the remote office an inside IP address or where the wins and PDC are. Do I have to set up a Raduis server or what????
My next question. We have 6 interfaces. development servers are in the DMZ but are part of the domain. How do I get the dmz to be able to log into the PDC that is on the inside? This is what I have:
static (inside,outside) 192.168.9.253 192.168.6.253 netmask 255.255.255.255 0 0
static (inside,outside) 192.168.9.27 192.168.6.27 netmask 255.255.255.255 0 0
access-list acl_QaDev permit tcp any host 192.168.9.253 eq 139
access-list acl_QaDev permit udp any host 192.168.9.253 eq netbios-dgm
access-list acl_QaDev permit udp any host 192.168.9.253 eq netbios-ns
access-list acl_QaDev permit tcp any host 192.168.9.27 eq 139
access-list acl_QaDev permit udp any host 192.168.9.27 eq netbios-dgm
access-list acl_QaDev permit udp any host 192.168.9.27 eq netbios-ns
Thank you for your help!!