Hi guys,
I have a technical question for you.
My classmate made the following topology under GNS3.


R1, R3 and R6 are considered as host machine (as qemu hosts doesnt work properly under windows). So they have ip routing disabled.
She activated the RIP version 2 on R2,R4 and R5
First there was a link between R2 and R5.
So R1,R3 and R6 could ping each other.
Then she removed the link between R2 and R5 (to check that routers update their routing tables well).
But she did it, she can't ping R3 from R1 anymore.
Here are the tests she did :
Ping :
R1 to R3=>KO
R3 to R1=>KO
R1 to R2 =>OK
R1 to R4 =>OK
R2 to R4=>OK
R3 to R4=>OK
R3 to R6=>OK
On R1 to R3:
traceroute 128.1.2.1
1ms 128.1.1.2
*
On R3 to R1:
traceroute 128.1.1.1
192.168.4.1
192.168.4.2
*
Here are the routing tables of R2 and R4
R4
Gateway of last resort is not set
128.1.0.0/16 is variably subnetted, 2 subnets, 2 masks
R 128.1.0.0/16 [120/1] via 192.168.4.2, 00:00:08, FastEthernet0/1
[120/1] via 192.168.3.1, 00:00:13, FastEthernet0/0
C 128.1.2.0/24 is directly connected, FastEthernet1/0
C 192.168.4.0/24 is directly connected, FastEthernet0/1
R 89.0.0.0/8 [120/1] via 192.168.4.2, 00:00:08, FastEthernet0/1
[120/1] via 192.168.3.1, 00:00:13, FastEthernet0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
R2
Gateway of last resort is not set
128.1.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 128.1.1.0/24 is directly connected, FastEthernet1/0
R 128.1.0.0/16 [120/1] via 192.168.3.2, 00:00:14, FastEthernet0/1
R 192.168.4.0/24 [120/1] via 192.168.3.2, 00:00:14, FastEthernet0/1
89.0.0.0/16 is subnetted, 1 subnets
C 89.89.0.0 is directly connected, FastEthernet0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/1
And here are the rip running config of each router :
R2
128.1.0.0
89.0.0.0
192.168.3.0
R4
128.1.0.0
192.168.3.0
192.168.4.0
R5
128.1.0.0
89.0.0.0
192.168.4.0
PS : Network addresses for R1,R3 and R6 are class B on purpose.
I had the same config with different adresses (but still from the same class), and that works fine.
But I can't figure why hers doesn't. Does some of you know why?
Thanks and sorry for the long long post to read. But this is breaking my brain.
Ho no the image import didn't work. I don't have a link of the jpg. Can someone tell me how to insert a jpg from my computer? Looks like we cannot.