Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
hello,
I cannot reach 8.8.8.8 base on source ip address 192.168.207.0 network using policy base route map and I have the next hop to 192.168.0.2
which is the core switch. from the core I can ping 8.8.8.8 fine because it has the default route to 192....
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 c...
I have 100mb download and 20 upload for cable modem. when connect from pc to modem, I got the correct result. however, connecting to a cisco 2811, I got total of 30 MB download and 20mb upload. running speedtest.net. I hardcoded auto speed and full d...
I have a scenario with 2 router 2 ISP connected to 1 core HP switch. I need fail over to track the main and secondary. if main ISP router die, it should automatic failover to the second router.first router is vendor lease router, I have no access to ...
Hi Jon,
after I applied the PBR and send internet traffic to the designated router. it works for about 2 days and I start seeing flapping connection. I had to reboot the router to get connection back. My thought is it due to congestion, what is your...
First, thanks for the response
the core switch and the R3 know about the 192.168.207.0 and can route. I can ping all the internal address. it is the outside 8.8.8.8 that I cant get a response from client
192.168.207.2.
here my R3
config
ip tcp synwa...
so if i send over the core switch do I make f1/0 nat outside. I try both and it is not working
my config below:
interface FastEthernet0/0 ip address dhcp ip nat outside ip virtual-reassembly shutdown duplex auto speed auto!interface FastEthernet0/1 i...
Goal is to route any client from source 192.168.207.0 to the high speed internet on router 3
route map policy is apply to the interface. when i do the debug ip policy enable, I do see it route to the correct path which is 192.168.0.6, however it ca...