Try adding on the command line of ASA:
asa#conf t
asa(config)#policy-map global_policy
asa(config-pm
asa(config-pmap-c)#exit
asa
asa#write memory
Hi,
Yesterday I relaced my old entry-level router (at least it was not so complicated for person like me to setup it using GUI) with ASA5505. I'm online now, but cannot connect to the remote server using regular VPN client built-in in Windows Vista or XP. I can't also ping and tracert from command prompt (request time out).
Here is the syslog message I believe is related to this issue:
"regular translation creation failed for protocol 47 src inside:192.168.2.15 dst outside: 82.113.xxx.xxx"
Can you please help me with these issues?
Below is my config:
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
From the console of the asa, can you
asa#sho route
note the default route IP address x.x.x.x
asa#ping x.x.x.x
If yes,
asa#ping 198.6.1.2
If yes
What ip addresses are you getting for DNS on your clients?
Can you ping that DNS server IP address from the ASA console?
Try adding this also:
access-list icmp_permit permit icmp any any
access-group icmp_permit in interface outside
2 lrmoore:
OK, ping and tracert worked after applying
access-list icmp_permit permit icmp any any
access-group icmp_permit in interface outside
should i try these below from your previous message?
policy-map global_policy
class inspection_default
inspect pptp
inspect icmp
exit
policy-map global-policy
no class global-class
exit
no class-map global-class
asa# sho route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 74.72.118.1 to network 0.0.0.0
C 127.0.0.0 255.255.255.0 is directly connected, _internal_loopback
C 192.168.2.0 255.255.255.0 is directly connected, inside
C 74.72.118.0 255.255.254.0 is directly connected, outside
d* 0.0.0.0 0.0.0.0 [1/0] via 74.72.118.1, outside
asa#
asa#ping x.x.x.x
If yes,
asa#ping 198.6.1.2
If yes
What ip addresses are you getting for DNS on your clients?
Can you ping that DNS server IP address from the ASA console?
Yes, I can ping both addresses and DNS server which clients getting and I can see in ipconfig /all. I can also ping server's IP address I'm trying connect to, but probably something is still missing in my config... This is the message in syslog which contains server IP address:
regular translation creation failed for protocol 47 src inside:192.168.2.14 dst outside:82.113.xxx.xxx
The problem was that pptp inspect had to be enabled to allow outbound GRE/PPTP as yurisk correctly diagnosed. However, his command set did not work as you noticed.
Since icmp is a stateless protocol, you have to either inspect it or just allow it in with an access-list. Theoretically you should be able to remove the access-list now that the inspect is in place.
Business Accounts
Answer for Membership
by: MACROLEVELPosted on 2008-10-24 at 17:45:58ID: 22801153
My host OS is Windows Vista x64, and I have VMware Workstation with XP on it. Before firewall swap everything worked fine and VPN connection was fine either from host or from guest OS... Right now it tries to connect, "verify user name and password" for about a minute and then ...nothing.