01-28-2011 07:51 AM - edited 03-11-2019 12:41 PM
Hi All,
Can anyone help with the following
I have a legacy PIX 501. I have created a static NAT as follows
Inside host (192.168.1.1) to NAT to outside address 10.1.1.1 (not the real ip addresses)
So, I''ve configured static
static (inside,outside) 10.1.1.1 192.168.1.1 netmask 255.255.255.255
Every time inside host 10.1.1.1 makes a request I get a 'no translation group found for udp src inside 10.1.1.1/port dst outside x.x.x.x/port
I can see the translation in XLATE - I've tried clearing translations - no joy.
Any ideas
ACLs, routing all appear fine
TIA!
01-28-2011 08:06 AM
Hi,
The command:
static (inside,outside) 10.1.1.1 192.168.1.1
Means that inside host 192.168.1.1 will be statically translated to 10.1.1.1 when going to the outside interface (and vice versa).
When doing ''show xlate'' you will always see the XLATE and cannot clear it (because is a static XLATE)
However you're right. Should not get a translation error.
Can you check if you have NAT 0 statements with ACLs
NAT on the PIX/ASA have an order of precedence... so a NAT 0 ACL rule will have priority over a static NAT defined for instance.
The order is:
1. NAT 0 ACL
2. Static NAT/PAT
3. Policy NAT/PAT
4. Dynamic NAT/PAT
Federico.
01-28-2011 08:39 AM
Hi Frederico,
Thanks for the response - The are no nat exemptions configured on the firewall. Are there any known bug for 6.3(5)? I know earlier 6.x releases were buggy but can't see any specific related bug for this release. I have two other static NATs configured for other services and they're working fine. This NAT is to pass thru a VPN between a VPN endpoint within our network and a third party concentrator across a private network. The translastion thats failing is outbound ISAKMP if that's significant. I've done something similar on an ASA (8.X) and this worked fine - so I'm thinking bug...??
Thanks
01-28-2011 09:35 AM
Hi ,
I didnt understood some thing
First you say that you have an inside host 192.168.1.1
The configuration is for the inside host 192.168.1.1
Then you say that "every time inside host 10.1.1.1 makes a request" ..."src inside 10.1.1.1".
Which is the host 10.1.1.1 or 192.168.1.1 ?
ddavenport-dcc wrote:
Hi All,
Can anyone help with the following
I have a legacy PIX 501. I have created a static NAT as follows
Inside host (192.168.1.1) to NAT to outside address 10.1.1.1 (not the real ip addresses)
static (inside,outside) 10.1.1.1 192.168.1.1 netmask 255.255.255.255
Every time inside host 10.1.1.1 makes a request I get a 'no translation group found for udp src inside 10.1.1.1/port dst outside x.x.x.x/port
Dan
01-28-2011 09:42 AM
Sorry, sorry, sorry - IP blindness!
That line should have read every time 192.168.1.1 makes a request.
192.168.1.1 is the inside host
10.1.1.1 is it's translated address on the outside
Sorry to mislead!
01-28-2011 09:45 AM
The log is copy/paste ?
'no translation group found for udp src inside 10.1.1.1/port dst outside x.x.x.x/port
Dan
01-28-2011 09:53 AM
Hi,
this is the message from the log. The is the IP address of a third party's VPN concentrator
as you can is this is outbound ISAKMP from a VPN endpoint (Juniper Netscreen) which is hosted on a segment of our internal network. The juniper box alos belongs to a third party - they are trying to set up a L2L IPSec VPN using out network as transit to their network
305005: No translation group found for udp src inside:192.168.1.1/500 dst outside:/500
Iv'e run a capture on the PIX. No traffic is transmitted out of the outside interface towards the VPN concentrator and I get the above message!
Can't figure it - Either I'm doing something dumb or there's a bug. Both equally likely I guess!
01-28-2011 12:01 PM
The static nat is made with the ip interface of the outside interface ?
Dan
01-29-2011 12:23 AM
Hi Dan,
No, but it is using an IP on the same subnet. The pix will proxy arp.
Save
Sent from Cisco Technical Support iPhone App
01-29-2011 05:14 AM
BTW how is that iPhone APP working for you?
Well obviously there is some typo. You masking the "true" IPs is not helping as there could be some typos in what you typed. We cannot see that if you mask them.
So, if it is not a problem pls. copy the output of
sh run | i nat
sh run | i gobal
conf t
logging buffered 7
exit
sh logg | i 192.168.1.x (when the inside hosts tried to go out)
There are two types of translation related syslog messages:
1. No translation group - This indicates there is a problem with nat config on the ingress interface where the client lives. (nat line missing)
2. Port map translation failed - Messages indicates the problem with the egress interface global. (global line missing)
-KS
01-30-2011 01:27 AM
App is great!
I'm not back into work for a couple of days but will send requested info then. Thanks for the reply.
Sent from Cisco Technical Support iPhone App
01-31-2011 04:25 AM
Hi,
Here is the info you asked for - hopefully it is what you need...Thanks for your help so far!
nameif ethernet0 outside security0
nameif ethernet1 inside security100
object-group network VPN-CONC
network-object
object-group network VPN-ENDPOINTS
network-object host
access-list PERMIT-INSIDE permit esp object-group VPN-ENDPOINTS object-group VPN-CONC
access-list PERMIT-INSIDE permit udp object-group VPN-ENDPOINTS object-group VPN-CONC eq isakmp
access-list PERMIT1-INSIDE permit udp object-group VPN-ENDPOINTS object-group VPN-CONC eq 4500
access-list PERMIT-OUTSIDE permit esp object-group VPN-CONC object-group VPN-ENDPOINTS
access-list PERMIT-OUTSIDE permit udp object-group VPN-CONC object-group VPN-ENDPOINTS eq isakmp
access-list PERMIT-OUTSIDE permit udp object-group VPN-CONC object-group VPN-ENDPOINTS eq 4500
ip address outside 10.1.1.126 255.255.255.128
ip address inside 192.168.10.1 255.255.255.0
static (inside,outside) 10.1.1.1 192.168.1.1 netmask 255.255.255.255 0 0
access-group PERMIT-OUTSIDE in interface outside
access-group PERMIT-INSIDE in interface inside
Show Log:
305005: No translation group found for udp src inside:192.168.1.1/500 dst outside:
There are no NAT or GLOBAL statements relating to the IP addresses listed above, no nat exemptions
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide