Quantcast
Viewing all articles
Browse latest Browse all 10744

Routes are crazy

Hi,

Look at the image below people,i have set two static default routes on R3 overwriting the routes wich were installed by dhcp,my routes are like that:

ip route 0.0.0.0 0.0.0.0 189.20.0.1

ip route 0.0.0.0 0.0.0.0 200.200.200.1

 

R1 has the address 8.8.8.8 

R2 has the address  4.4.4.4

And dont have NAT configured on R3.

 

The problem: When i ping from R3 to 8.8.8.8 it works,but when i ping 4.4.4.4 from R3 it doesnot work because through debug i realised that the data are just flowing through R1 but the two routes with the same AD are on the routing table what is happening??

 

 

Image may be NSFW.
Clik here to view.

 

 

 

 

If i make the two routes like below the problem keeps on:

 

ip route 0.0.0.0 0.0.0.0 f0/0 189.20.0.1

ip route 0.0.0.0 0.0.0.0 f0/1 200.200.200.1

Enjoying i am making this post,when should i create static routes specifing the outgoing interface and the next hop as these last routes?


Viewing all articles
Browse latest Browse all 10744

Trending Articles