Okay i'm having troubles for hours now, can't make basic ospf work on cisco packet tracer :
in R1 :
int gi0/0
ip addr 192.168.1.1 255.255.255.0
no shut
int seri0/3/0
ip addr 192.168.2.1 255.255.255.0
no shut
in R2 :
int gi0/0
ip addr 192.168.3.1 255.255.255.0
no shut
int seri0/3/0
ip addr 192.168.2.2 255.255.255.0
no shut
in both :
route ospf 1
network 192.168.2.0 0.0.0.255 area 0
And then all i get when i go "debug ip ospf events" is :
00:08:26: OSPF: Rcv hello from 192.168.2.1 area 0 from Serial0/3/0 192.168.2.1
00:08:26: OSPF: End of hello processing
in my route i only got in R1 :
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/0
L 192.168.1.1/32 is directly connected, GigabitEthernet0/0
192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.2.0/24 is directly connected, Serial0/3/0
L 192.168.2.1/32 is directly connected, Serial0/3/0
and in R2
192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.2.0/24 is directly connected, Serial0/3/0
L 192.168.2.2/32 is directly connected, Serial0/3/0
192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.3.0/24 is directly connected, GigabitEthernet0/0
L 192.168.3.1/32 is directly connected, GigabitEthernet0/0
for sho ip ospf datab in R1
Link ID ADV Router Age Seq# Checksum Link count
192.168.2.1 192.168.2.1 658 0x80000002 0x00ffa7 2
192.168.3.1 192.168.3.1 658 0x80000002 0x00f2b2 2
and in R2
Link ID ADV Router Age Seq# Checksum Link count
192.168.3.1 192.168.3.1 661 0x80000002 0x00f2b2 2
192.168.2.1 192.168.2.1 661 0x80000002 0x00ffa7 2
I have no idea why this doesn't work, i did exactly what the dude from Cbt nuggets and everyone on the internet is doing but ospf won't work for me...