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

IP address passthrough

mbluemel
Level 1
Level 1

Hi all. I have a customer with a 5510 ASA and they only have one public ip address. They need to terminate the annex M adsl on a 877ISR. Does anyone have a sample configuration that will allow me to pass the ip address from the 877 onto the ASA? All ideas would be greatly appreciated.

1 Reply 1

Hi,

One solution is to configure a static NAT on the 871.

ip nat inside source static x.x.x.x y.y.y.y

interface e1 --> inside

ip nat inside

interface e0 --> outside

ip nat outside

So, all the traffic received on the router on public IP y.y.y.y will be sent to the private IP of the ASA x.x.x.x (for example to terminate VPNs)

Federico.