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.
I have build a GRE tunnel between RouterA and RouterB.There is a OSPF1 router connect to RouterA with ethernet cableanother OSPF2 router connect to RouterBwith ethernet cableall these four router are eanble OSPFhowever OSPF1 router can only form neig...
ip route 0.0.0.0 0.0.0.0 172.26.64.69 is a default routeIf a packet enter from any interface of the router with a destination address which cannot find in routing table. The router use the default route for this packet.yes static route has lower AD t...
Are you find for this?When first web client make request to 203.214.17.212the router will forward to 192.168.1.2when second web client make request to 203.214.17.212the router will forward to 192.168.1.3and so onIf the answer is yes the follow config...
you put ip nat outside in Dialer0 interfacebut you put Dialer1 inip nat inside source route-map nonat interface Dialer1 overloadtherefore the NAT does not workchange ip nat inside source route-map nonat interface Dialer1 overloadto ip nat inside sour...