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

PIX501 VPN Connection problems

Status
Not open for further replies.
Dec 25, 2002
11
0
0
GB
Hi
I'm having problems with VPN config I have using RADIUS Authentication and Cisco VPN Client.

I can connect to the remote network but cant browse to it I have an access list setup which should allow all IP traffic to flow through it but I get traffic is stil denied down the link below is a copy of the config:-

PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname pix501
domain-name hsm
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list out2in permit icmp any any
access-list out2in permit tcp any host 81.137.71.237 eq smtp
access-list vpn2in permit ip 192.168.100.0 255.255.255.0 192.168.101.0 255.255.255.0
pager lines 24
logging trap notifications
logging host inside 192.168.100.1
mtu outside 1500
mtu inside 1500
ip address outside 81.137.71.233 255.255.255.248
ip address inside 192.168.100.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpngroup 192.168.101.1-192.168.101.254
pdm location 192.168.100.1 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 81.137.71.234
nat (inside) 0 access-list vpn2in
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 81.137.71.237 192.168.100.1 netmask 255.255.255.255 0 0
access-group out2in in interface outside
route outside 0.0.0.0 0.0.0.0 81.137.71.238 1
timeout xlate 3:00: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 RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server partnerauth protocol radius
aaa-server partnerauth (inside) host 192.168.100.1 secret timeout 5
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set bdesup esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set bdesup
crypto map bdesup 10 ipsec-isakmp dynamic dynmap
crypto map bdesup client authentication partnerauth
crypto map bdesup interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup bdegroup address-pool vpngroup
vpngroup bdegroup dns-server 192.168.100.1
vpngroup bdegroup wins-server 192.168.100.1
vpngroup bdegroup default-domain hsmuk
vpngroup bdegroup idle-time 1800
vpngroup bdegroup password ********


Any help would be great.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top