I'll address the top issues first.
>but once conneced i am given the IP which matches the gateway
Can you be more specifc? What IP address do you get on the client? (use ipconfig/all to see)
>I cannot ping anything on the internal network
Can you ping if "use remote gateway" is checked?
>SSH from outside to manage the VPN
use the following command on the PIX if you want to be able to ssh to it from wherever you find yourself:
ssh 0.0.0.0 0.0.0.0 outside
Or, if you want to lock it down to your home IP:
ssh 12.34.56.76 255.255.255.255 outside
>i am willing to change dhcp to 2003 server
Won't make a bit of difference.
>Test the VPN from inside the network (if possible)
Can't do it because you have to attach to the outside interface
>If "use remote gateway" is unchecked through xp i can access the internet,
You're going to have to make an informed decision on this one. It is truely one or the other, not both in this case. Either a user connects to you with "use remote gateway" checked, and has full access to your network, but not the Internet, or not.
There are a couple of things to try as workarounds, but there are no guarantees:
1. On the client, you can add a static route after you connect. Look at your ipconfig to get your IP address, then add a static route:
C:\>route add A.B.C.D mask 255.255.255.0 <gateway>
Where A.B.C.D = your internal LAN of the PIX
Where <gateway> = your client IP address
2. On the PIX, setup the client pool as a sub-set of the existing internal LAN, not a separate subnet. (may or may not work for you, mileage may vary)
>for the vdpn dns ip, should it be my ISP's dns or my Win2003 server?
Your Win2003 server, for sure, since the purpose of the connection is to access your internal network, not the Internet.
That server "should" forward any requests to Internet anyway.
Main Topics
Browse All Topics





by: TonySeawardPosted on 2004-07-19 at 16:02:45ID: 11588247
This is what i have, i ran the pptp and Easy VPN client wizzys to try something new.
0344bd09bf fd6092f157 e
Still can't access VPN from inside yet at least i know that. I am headed out to try it again.
Result of PIX command: "show running config"
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 192.168.5.30 win2003
name xxx.210.150.146 pix-out
name 192.168.5.1 pix-in
name xxx.17.164.57 HomeIP
name xxx.96.240.50 PeaceHealth
name 192.168.5.21 Station21
name 192.168.5.7 Station11
access-list outside_cryptomap_20 permit ip 192.168.5.0 255.255.255.0 xxx.96.64.0 255.255.224.0
access-list inside_outbound_nat0_acl permit ip 192.168.5.0 255.255.255.0 xxx.96.64.0 255.255.224.0
access-list inside_outbound_nat0_acl permit ip host Station21 10.10.10.0 255.255.255.224
access-list inside_outbound_nat0_acl permit ip host Station11 10.10.10.0 255.255.255.224
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.224
pager lines 50
logging on
logging console debugging
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside pix-out 255.255.255.248
ip address inside pix-in 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNGroup 10.10.10.10-10.10.10.20
pdm location 192.168.5.0 255.255.255.0 inside
pdm location xxx.210.150.0 255.255.255.0 outside
pdm location xxx.210.150.144 255.255.255.248 outside
pdm location xxx.96.64.0 255.255.224.0 outside
pdm location 192.168.100.0 255.255.255.0 outside
pdm location 192.168.100.0 255.255.255.240 outside
pdm location HomeIP 255.255.255.255 outside
pdm location Station11 255.255.255.255 inside
pdm location Station21 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 xxx.210.150.145 1
route outside xxx.96.64.0 255.255.224.0 xxx.210.150.145 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http xxx.210.150.144 255.255.255.248 outside
http 192.168.5.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server outside pix-out c:\temp\tftp
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer PeaceHealth
crypto map outside_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 20 set security-association lifetime seconds 86400 kilobytes 4608000
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address PeaceHealth netmask 255.255.255.255
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
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption 3des
isakmp policy 40 hash sha
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
vpngroup arnvpn address-pool VPNGroup
vpngroup arnvpn dns-server win2003 xxx.174.194.53
vpngroup arnvpn default-domain arnw.local
vpngroup arnvpn idle-time 1800
vpngroup arnvpn password ********
telnet timeout 5
ssh HomeIP 255.255.255.255 outside
ssh timeout 5
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication pap
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
vpdn group PPTP-VPDN-GROUP client configuration address local VPNGroup
vpdn group PPTP-VPDN-GROUP client configuration dns win2003 xxx.174.194.53
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username arnvpn password *********
vpdn enable outside
vpdn enable inside
dhcpd address 192.168.5.5-192.168.5.29 inside
dhcpd dns xxx.174.194.53 xxx.174.194.54
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain callatg.com
dhcpd auto_config outside
dhcpd enable inside
terminal width 100
Cryptochecksum:3354b31ba44
: end