Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPN Client setup

Status
Not open for further replies.

ZenMuster

Technical User
Aug 22, 2003
39
US
Hi everyone,

I'm new to pix501 firewall and VPN setup. I need your help. I would like to connect couple of people at home to our internal network using the cisco VPN client software. At home they have DLS and Cable modems. Where do I start?Do you have a sample configuration? And how do I configure the client Pc as far as networking?

Any help is welcome,

Thank you.


Alex.
 
Fairly easy to accomplish. instead of re-writing the wheel as they say, here's a good link I found after Googelizing "cisco vpn installation". Many, many more can be found out there.


As for a sample config file, firstly I would offer this excellent Cisco resource (only available if your registered) -
Even easier is to after you run the setup once, take the <connection name>.pcf file (usually under \program files\cisco systems\vpn client\profiles) and modify it as you see fit. Then redistibute the .pcf file with the client and the users are all set.

As for the broadband connections from their homes, the onlyu issues I've run into are applications on the network side that require special ports be open on their side. Everything else works great.

Hope this helps.
 
Do I have to do anything on the home PC running DSL besides loading the client?

Alex.
 
Shouldn't have too change anything, unless they have to access any special ports on your side. one more thing to check on their side is if they are running any personal firewall software - vpn client 4.03D addresses some of the issues with them.

Mike
 
Hi Mike,

I configured the PIX501 firewall. When I try to connect to the netowork from home I get the following error:

Secure VPN Connection terminated locally by the Client.
Reason 412: The remote peer is no longer responding.

At home I have windows XP Pro, DSL modem and firewall disebled.

Below is my PIX config. Can you see what is wrong with this config?


PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password QB.o4qtAUf2x8nuB encrypted
passwd 2KFQnbNIdI.2KYOU 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.1.3 MAILServer
object-group service MailServices tcp
description SMTP and Secure IMAP
port-object eq 993
port-object eq smtp
port-object eq pop3
port-object eq pop2
port-object eq imap4
port-object eq https
port-object eq www
access-list inside_access_in permit tcp any host XX.XX.XXX.XXX object-group Mail
Services
access-list 80 permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside XX.XX.XXX.XXX 255.255.255.240
ip address inside 192.168.1.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool dealer 192.168.10.1-192.168.10.254
pdm location 192.168.1.0 255.255.255.0 inside
pdm location MAILServer 255.255.255.255 inside
pdm location MAILServer 255.255.255.255 outside
pdm location 192.168.10.0 255.255.255.0 outside
pdm location 192.168.1.4 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 1 XX.XX.XXX.XXX
nat (inside) 0 access-list 80
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) interface MAILServer netmask 255.255.255.255 0 0
access-group inside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 XX.XX.XXX.XXX 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 si
p 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
aaa-server vpnauthgroup protocol radius
aaa-server vpnauthgroup (inside) host 192.168.1.4 abcdef timeout 5
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set strong esp-3des esp-sha-hmac
crypto dynamic-map cisco 10 set transform-set strong
crypto map partner-map 20 ipsec-isakmp dynamic cisco
crypto map partner-map interface outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp client configuration address-pool local dealer outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup default address-pool dealer
vpngroup default dns-server 192.168.1.4
vpngroup default wins-server 192.168.1.4
vpngroup default default-domain 192.168.1.4
vpngroup default split-tunnel 80
vpngroup default idle-time 1800
vpngroup default password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
username Administrator password 9mwY2PwxvSXALQE5 encrypted privilege 15
terminal width 80
Cryptochecksum:d69f6f88537988d52da5f72334218be0
pixfirewall#


Thank you,


Alex.

 
Alex,
The only notable difference I see between yours and mine is the creation of the vpdn groups. Otherwise, I think I more knowledgeable Cisco-guru might have to step in here to help.

Here's my setup for the groups:
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe auto
vpdn group 1 client configuration address local pptppool
vpdn group 1 client configuration dns xxx.xxx.xxx.xxx
vpdn group 1 client configuration wins xxx.xxx.xxx.xxx
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username johndoe password ********
vpdn username janedoe password ********

Sorry if this is no help.
 
Hello again,

I still get the same error and I cannot connect to the network. Same error as above. I don't even see the light &quot;VPN TUNNEL&quot; on the firewall. So far this configuration is everything, but easy:)

Could someone take a look at my new configuration and let me know what I'm doing wrong?

thank you,

and thanks Mike I tried.

Alex.


PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password QB.o4qtAUf2x8nuB encrypted
passwd 2KFQnbNIdI.2KYOU 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.1.3 MAILServer
object-group service MailServices tcp
description SMTP and Secure IMAP
port-object eq 993
port-object eq smtp
port-object eq pop3
port-object eq pop2
port-object eq imap4
port-object eq https
port-object eq www
access-list inside_access_in permit tcp any host 68.75.211.114 object-group Mail
Services
access-list 80 permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside XX.XX.XXX.XXX 255.255.255.240
ip address inside 192.168.1.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
ip local pool dealer 192.168.10.1-192.168.10.254
pdm location 192.168.1.0 255.255.255.0 inside
pdm location MAILServer 255.255.255.255 inside
pdm location MAILServer 255.255.255.255 outside
pdm location 192.168.10.0 255.255.255.0 outside
pdm location 192.168.1.4 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 1 XX.XX.XXX.XXX
nat (inside) 0 access-list 80
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) interface MAILServer netmask 255.255.255.255 0 0
access-group inside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 68.72.225.181 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 si
p 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
aaa-server vpnauthgroup protocol radius
aaa-server client protocol radius
aaa-server client (inside) host 192.168.1.4 secretkey timeout 60
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
no sysopt route dnat
crypto ipsec transform-set strong esp-3des esp-sha-hmac
crypto dynamic-map cisco 10 set transform-set strong
crypto map mymap 20 ipsec-isakmp dynamic cisco
crypto map mymap client configuration address initiate
crypto map mymap client authentication client
crypto map mymap interface outside
crypto map partner-map 20 ipsec-isakmp dynamic cisco
crypto map partner-map client configuration address initiate
crypto map partner-map client authentication client
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp client configuration address-pool local dealer outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup client address-pool dealer
vpngroup client dns-server 192.168.1.4
vpngroup client wins-server 192.168.1.4
vpngroup client default-domain ciscopix.com
vpngroup client split-tunnel 80
vpngroup client pfs
vpngroup client idle-time 1800
vpngroup client password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
vpdn group client accept dialin pptp
vpdn group client ppp authentication pap
vpdn group client ppp authentication chap
vpdn group client ppp authentication mschap
vpdn group client ppp encryption mppe auto
vpdn group client client configuration address local dealer
vpdn group client pptp echo 60
vpdn username ********* password ********
vpdn enable outside
username Administrator password 9mwY2PwxvSXALQE5 encrypted privilege 15
terminal width 80
Cryptochecksum:bb1b07e8e4aa6f91b450446307f3ae44
pixfirewall(config)#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top