cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
0
Helpful
1
Replies

Unable ping client from local Pool Pix501 in PPTP connected

Good morning guys, only you can help me.
I have a Pix501 that I would like to use as a VPN gateway through the PPTP configuration that works perfectly, the clients connected on the inside segment go on the internet without problems, but as I launch the VPN connection from the outside I am assigned the first available IP of the pool but I can't ping the client but only my GTW

I state that the pix has an ouside interface on the fastweb router LAN with IP 192.168.1.12 and inside with IP 192.168.3.1.

Now I show you the configuration, could you please kindly tell me how I can solve this problem?

 

pix501(config)# sh run
: Saved
:
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix501
domain-name esxlab.local
clock timezone CEST 1
clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol icmp error
fixup protocol ils 389
fixup protocol pptp 1723
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
names
access-list acl_out permit icmp any any
access-list acl_out permit ip any any
access-list acl_out permit tcp any any
access-list acl_out permit udp any any
access-list acl_out permit icmp 192.168.2.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list acl_out permit icmp host 192.168.1.7 host 192.168.1.11
access-list inside_outbound_nat0_acl permit ip any 192.168.2.0 255.255.255.0
pager lines 64
logging on
logging buffered debugging
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside 192.168.1.12 255.255.255.0
ip address inside 192.168.3.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPOOL 192.168.2.1-192.168.2.254
pdm location 0.0.0.0 0.0.0.0 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
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 192.168.1.254 1
route outside 192.168.2.0 255.255.255.0 192.168.1.254 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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication telnet console LOCAL
aaa authorization command LOCAL
http server enable
http 0.0.0.0 0.0.0.0 outside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
ssh timeout 5
management-access outside
console timeout 0
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 VPNPOOL
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username ******** password *********
vpdn enable outside
dhcpd auto_config outside
terminal width 80
banner exec Attenzione ogni accesso al sistema è perseguibile penalmente se non preventivamente autorizzati.
Cryptochecksum:81c59872812f97d9c22ea211b44668f3
: end

1 Reply 1

Boys one at a time