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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX 501 Client VPN and access to LAN

Status
Not open for further replies.

Bobby1100

IS-IT--Management
Aug 30, 2005
3
US
I have been messing around with this for a while and can't seem to get it. I even have a Cisco Firewall book. Seems like it should be fairly simple, but no luck. I am trying to connect via VPN Client to my PIX and have access to the LAN. Any comments or help would be appreciated.

Thanks,

Bobby

Attached is my config
_____________________________________________________
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXXXXXXXXXXXXXx encrypted
passwd XXXXXXXXXXXXXXXX encrypted
hostname XXXXXX
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.40.100 TS_Server
name 192.168.40.80 Computer1
object-group service TS udp
port-object range 8767 8767
access-list inbound permit udp any host XX.XX.XXX.XX eq 8767
access-list inside_outbound_nat0_acl permit ip 192.168.40.0 255.255.255.0 192.168.50.0 255.255.255.240
access-list outside_cryptomap_dyn_60 permit ip any 192.168.50.0 255.255.255.240
access-list 80 permit ip 192.168.40.0 255.255.255.0 192.168.50.0 255.255.255.0
pager lines 58
icmp deny any outside
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.40.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool HOMEPOOL 192.168.50.1-192.168.50.10
pdm location TS_Server 255.255.255.255 inside
pdm location Computer1 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 80
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) udp 69.250.197.96 8767 TS_Server 8767 netmask 255.255.255.255 0 0
access-group inbound in interface outside
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 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 TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
http server enable
http 192.168.40.0 255.255.255.0 inside
snmp-server host inside TS_Server
no snmp-server location
no snmp-server contact
snmp-server community FNHOME
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set AAADES esp-des esp-md5-hmac
crypto dynamic-map outside_dyn_map_2 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map_2 20 set transform-set ESP-3DES-MD5
crypto dynamic-map outside_dyn_map_2 40 set transform-set ESP-3DES-MD5
crypto dynamic-map outside_dyn_map_2 60 match address outside_cryptomap_dyn_60
crypto dynamic-map outside_dyn_map_2 60 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map_1 65535 ipsec-isakmp dynamic outside_dyn_map_1
crypto map outside_map_2 65535 ipsec-isakmp dynamic outside_dyn_map_2
crypto map outside_map_2 client authentication LOCAL
crypto map outside_map_2 interface outside
isakmp enable outside
isakmp policy 20 authentication rsa-sig
isakmp policy 20 encryption des
isakmp policy 20 hash sha
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 md5
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
vpngroup HOMEVPN address-pool HOMEPOOL
vpngroup HOMEVPN idle-time 1800
vpngroup HOMEVPN password ********
ca identity xxxxxx.com 192.168.40.1:/cgi-bin
ca configure xxxxxx.com ca 1 100
telnet 192.168.40.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.40.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
dhcpd address 192.168.40.30-192.168.40.50 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
username Bobby password EydPcXKDZmllrDVm encrypted privilege 15
terminal width 80
banner login AUTORIZED ACCESS ONLY!
Cryptochecksum:639e0e831bd51d1d0bc00d25cc69804b
: end
 
Well I figured it out... I guess it took me a post to figure it out....

Bobby
 
I'm in the midst of acquiring the same Pix 501 firewall you have and if you don't mind me asking.....what was the remedy you had to do in order to connect the client pc to the VPN?

A simple explanation would be eternally grateful.

Thanks.

 
I have the same firewall and would like to know too if you wouldn't mind sharing.
 
I used the VPN wizard in the PDM which makes it alot easier. But I also had to add an access list to allow the VPN pool of address to access the LAN IP addresses. This would be the following commands

access-list 80 permit ip 192.168.40.0 255.255.255.0 192.168.50.0 255.255.255.0

nat (inside) 0 access-list 80

I also wasn't sure if it was working or not. I kept using the internal interface of the PIX to ping to see if it was working, however I believe this is disabled. The config above also includes Port forwarding for port 8767 which is used for a TeamSpeak Server. (VOIP).

Please let me know if you have any other questions.

-Bobby
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top