11-11-2010 07:05 AM - edited 03-04-2019 10:26 AM
Hello,
I have 2 ADSL Lines connected with two Cisco 837 Routers, and I need incoming port-forwarding. But it seems that I am unable to configure the router to do not only incoming destination NAT but at the same time also Source NAT so that the outgoing packages will be sent to the same router where the incoming connection originates from and not to the router defined by the current default gateway.
I also can not depend on an IP (dynamic IP's) so I would need a solution which uses the interface (dialer) instead of an configured IP.
Thanks,
Best,
11-11-2010 08:34 AM
Hi,
On IOS devices you can NAT both the source and destination of the packets but not in a single statement (I believe).
i.e.
To NAT the source:
ip nat inside source...
To NAT the destination
ip nat outside source...
So, you might be able to accomplish what you need, but using two statements what do you think?
Federico.
11-11-2010 09:17 AM
Hi,
I have currently no direct access to the device, but as far as I remember the nat outside source did not let me configure an interface, just an IP and that would not cut it as we have dynamic ips ... but i will check again, it would be great if you have any more specific information though ...
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