01-26-2017 01:28 PM - edited 03-05-2019 07:55 AM
to avoid double natting.
would it work if my cisco router interface have this configuration
int f0/0 DHCP
no nat outside
int f0/1 192.168.215.1
no nat inside.
basicially i am grabbing dhcp from the modem and having it do NAT
then I turn nat off on cisco router.
Solved! Go to Solution.
01-26-2017 02:18 PM
Hello,
that is definitely going to work and quite a common setup. Just make sure to set the default route on the Cisco to the actual IP address assigned to your cable modem, as I have seen multiple cases where:
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
or
ip route 0.0.0.0 0.0.0.0 dhcp
doesn't seem to work well.
01-26-2017 02:18 PM
Hello,
that is definitely going to work and quite a common setup. Just make sure to set the default route on the Cisco to the actual IP address assigned to your cable modem, as I have seen multiple cases where:
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
or
ip route 0.0.0.0 0.0.0.0 dhcp
doesn't seem to work well.
01-26-2017 02:23 PM
thanks for responding.
another question if I reverse it. would it work as well? example
cable modem disable nat
and leave nat on cisco router
int 0/0
nat outside
int f0/1
nat inside
01-26-2017 02:38 PM
Hello,
for that to work you would have to put your cable modem in bridge mode. Other than that, yes that would work.
01-26-2017 02:43 PM
appreciated thanks you much...
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