I don't have any of the software. I suppose that it is a problem. I don't have the Smartnet's either. I have a couple of questions on the cli portion above...
- I would need to do this config after flashed the pix with the upgraded ios version?
- access-list vpnlist2 permit ip 192.168.3.0 255.255.255.0 192.168.6.x 255.255.255.224
access-list vpnlist2 permit ip 192.168.4.0 255.255.255.0 192.168.6.x 255.255.255.224
I don't understand why both are here, shouldn't there just be one, say the first one.
- ip local pool client 192.168.6.x-192.168.6.x
This should be different then my internal nat, right? So if my internal addresses were 192.168.3.x for instance, I could use anything else for my pool?
- vpngroup vpnmyclients dns-server 158.43.x.x 158.43.x.x
vpngroup vpnmyclients default-domain whatever.com
vpngroup vpnmyclients split-tunnel vpnlist2
On the DNS server, is this my particular internal DNS server addresses?
On the default-domain, is this just the domain name?
On the split tunnel, is this why there are two addresses ranges, does it split up the addresses between the two to provide for more concurrent accesses?
Sorry about all the questions, I don't know my arse from my elbow with this stuff...
Here is another question...Depending on the cost of the smartnet for the software, should I just dump both Pix's and get a new firewall with better functionality, etc. I would like to have failover and I know the Pix 506 doesn't support it.
Main Topics
Browse All Topics





by: snoopy13Posted on 2004-03-12 at 02:53:39ID: 10579451
Have you got a hold of the software? You can configure the Pix to accept VPN coneection from clients you could use that cisco vpn client software on the XP machines. If you are going to upgrade make sure that your remote client set-up is using a different access-list than the Lan to Lan tunnel.
This is what you need to set up on the Pix for the VPN clients
access-list vpnlist2 permit ip 192.168.3.0 255.255.255.0 192.168.6.x 255.255.255.224
access-list vpnlist2 permit ip 192.168.4.0 255.255.255.0 192.168.6.x 255.255.255.224
ip local pool client 192.168.6.x-192.168.6.x
crypto ipsec transform-set transform1 esp-des esp-sha-hmac
crypto dynamic-map dynmap 50 set transform-set transform1
crypto map vpn-clients 10 ipsec-isakmp dynamic dynmap
crypto map vpn-clients client configuration address initiate
vpngroup vpnmyclients address-pool client
vpngroup vpnmyclients dns-server 158.43.x.x 158.43.x.x
vpngroup vpnmyclients default-domain whatever.com
vpngroup vpnmyclients split-tunnel vpnlist2
vpngroup vpnmyclients idle-time 1800
vpngroup vpnmyclients password ********