I took advantage of our contract with Cisco and asked them. Below is the response
Carl,
On the ASA there would be no way to do this. The only thing we could do would be to use PAT but that's not going to work as there are no ports to send it back to.
You may be able to accomplish this with policy-based routing. On the router you could configure an ACL matching ip protocol 41 and route it inside to a specific address. The only thing is that you would still need to create some sort of static translation for that traffic.
-Pete
On 1/13/2010 2:02 PM, Carl wrote:
> Hm.
>
> It seems like there's a way to do this if I had a router...then I could use the ip-forward command?
>
> Someone had mentioned using a class map to achieve this...is that possible?
>
> Thanks
>
> -----Original Message-----
>
> Carl,
>
> There is currently no way to do a NAT policy based on IP protocol number. We can only do something like this is if we had TCP/UDP port numbers. You may be able to talk to your tunnel broker and see if they can do TSP or some other kind of UDP based encapsulation for the traffic so that we could create the desired NAT policy.
>
> -Pete
>
> On 1/13/2010 1:50 PM, Carl wrote:
>> I'll try and explain.
>>
>> I want to set up an IPv6 tunnel at my site, but I only have one external Public IP address. So, I need to forward protocol 41 to an internal host to set up this tunnel.
>>
>> Say my Public IP address is 12.12.12.12. I would set up the tunnel
>> at the tunnel broker site to send all tunnel traffic to 12.12.12.12.
>> However, there is a router at that address, not the computer that
>> needs to receive the traffic. So, what I would need to do is create
>> something that says ok, any protocol 41 traffic sent to 12.12.12.12
>> needs to be forwarded to the internal address of 192.168.1.1
>>
>> Hope that helps.
>>
>>
>> -----Original Message-----
>>
>> Hello,
>>
>> My name is Pete, I'm with the TAC Firewall team here in RTP, North Carolina and I'll be the new engineer working on your case.
>>
>> To get started can you describe to me exactly what you are doing? Are
>> you trying to do dual-stack PAT where you take in an IPv6 packet on
>> port
>> 100 and translate to an IPv4 address on port 50 for example?
>>