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

VPN clients can't connect to Internet

Status
Not open for further replies.

CCES

IS-IT--Management
Nov 15, 2005
13
US
Does anyone know what to do to allow VPN clients access internet.

Here is my conf.

Thanks a lot.
Alex.

PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password yz2LSBWxmwb9HjMb encrypted
passwd yz2LSBWxmwb9HjMb encrypted
hostname ********
domain-name ********.***
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.2.101 ********
access-list inside_access_in permit ip 192.168.1.0 255.255.255.0 any
access-list inside_access_in permit ip 192.168.2.0 255.255.255.0 any
access-list inside_access_in permit ip 192.168.3.0 255.255.255.0 any
access-list outside_access_in permit tcp any interface outside eq www
access-list outside_access_in permit tcp any interface outside eq imap4
access-list outside_access_in permit tcp any interface outside eq smtp
access-list inside_outbound_nat0_acl permit ip 192.168.2.0 255.255.255.0 192.168.2.128 255.255.255.240
access-list PPTP-VPDN-GROUP_splitTunnelAcl permit ip 192.168.2.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside **.***.***.*** 255.255.255.248
ip address inside 192.168.2.100 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm drop
ip audit attack action alarm drop
ip local pool VPN 192.168.2.130-192.168.2.139
pdm location 192.168.3.0 255.255.255.0 inside
pdm location 192.168.2.0 255.255.255.0 outside
pdm location 192.168.3.0 255.255.255.0 outside
pdm location ******** 255.255.255.255 inside
pdm location **.***.***.* 255.255.255.0 outside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 192.168.2.128 255.255.255.240 outside
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 192.168.1.0 255.255.255.0 0 0
nat (inside) 1 192.168.2.0 255.255.255.0 0 0
nat (inside) 1 192.168.3.0 255.255.255.0 0 0
static (inside,outside) tcp interface smtp ******** smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 255.255.255.255 0 0
static (inside,outside) tcp interface imap4 ******** imap4 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 **.***.***.*** 1
route inside 192.168.1.0 255.255.255.0 192.168.2.151 1
route inside 192.168.3.0 255.255.255.0 192.168.2.151 1
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 sip-disconnect 0:02:00 sip-invite 0:03: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 RADIUS (inside) host ******** ********** timeout 10
aaa-server LOCAL protocol local
http server enable
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community local
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
sysopt noproxyarp outside
sysopt noproxyarp inside
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_AES-128_SHA esp-aes esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_AES-128_SHA mode transport
crypto ipsec transform-set TRANS_ESP_3DES_MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set TRANS_ESP_3DES_MD5 mode transport
isakmp enable outside
isakmp enable inside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup PPTP-VPDN-GROUP address-pool VPN
vpngroup PPTP-VPDN-GROUP dns-server ********
vpngroup PPTP-VPDN-GROUP wins-server ********
vpngroup PPTP-VPDN-GROUP default-domain ********.***
vpngroup PPTP-VPDN-GROUP split-tunnel PPTP-VPDN-GROUP_splitTunnelAcl
vpngroup PPTP-VPDN-GROUP idle-time 1800
vpngroup PPTP-VPDN-GROUP password ********
telnet timeout 5
ssh timeout 5
console timeout 5
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto required
vpdn group PPTP-VPDN-GROUP client configuration address local VPN
vpdn group PPTP-VPDN-GROUP client configuration dns ********
vpdn group PPTP-VPDN-GROUP client configuration wins ********
vpdn group PPTP-VPDN-GROUP client authentication aaa RADIUS
vpdn group PPTP-VPDN-GROUP client accounting RADIUS
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcprelay server ******** inside
dhcprelay enable outside
dhcprelay setroute outside
dhcprelay setroute inside
terminal width 80
Cryptochecksum:3537ac17d9b2fefe776244b6b355885c
: end
[OK]
 
Do you want your clients to connect to the internet via remote desktop?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top