Not able to ping from pc(192.168.1.11) to server(192.168.2.2)

Hi Team,

I am in ccnp enarsi batch from Athul sir batch. Working on ospf assesment lab.
Attached the screenshot of the lab.

Here devices are up and configured ospf .
Able to ping the R3 to R5 and R5 to R3 ips (default gateway ips from both sides ie end to end routers) .Kindly look below
R3#ping 192.168.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms

R5#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms

Issue is from the pc which is connected to R3 ,able to ping its same network ip in one side and other side ip which is in different network not able to ping (200.1.23.3). this is not reaching till 200.1.23.3 , so i am sure i cannot till reach server ip (192.168.2.2) connected to R5. Kindly look below

from pc(192.168.1.11)

C:>ping 192.168.1.1 –Gateway --R3 one side
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Ping statistics for 192.168.1.1:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
C:>ping 200.1.23.3 ---- R3 other side
Pinging 200.1.23.3 with 32 bytes of data:
Request timed out.
Request timed out.
Ping statistics for 200.1.23.3:
Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),
Control-C
^C
C:>tracert 200.1.23.3

Tracing route to 200.1.23.3 over a maximum of 30 hops:

1 * * * Request timed out.
2 * * * Request timed out.
3 *
Control-C
^C
C:>
ospf

R3#show ip ospf database
OSPF Router with ID (200.1.23.3) (Process ID 1)

            Router Link States (Area 500)

Link ID ADV Router Age Seq# Checksum Link count
200.1.23.3 200.1.23.3 1256 0x80000007 0x0045ff 2
200.1.26.2 200.1.26.2 145 0x80000005 0x00f9c4 1

            Net Link States (Area 500)

Link ID ADV Router Age Seq# Checksum
200.1.23.2 200.1.26.2 145 0x80000003 0x00a6ba

            Summary Net Link States (Area 500)

Link ID ADV Router Age Seq# Checksum
200.1.16.0 200.1.26.2 1222 0x8000000b 0x00c0d2
200.1.14.0 200.1.26.2 1222 0x8000000c 0x00deb4
200.1.45.0 200.1.26.2 1222 0x8000000d 0x0090e1
192.168.2.0 200.1.26.2 1222 0x8000000e 0x00fffb
200.1.26.0 200.1.26.2 135 0x8000000f 0x004046
R3#show ip os
R3#show ip ospf st
R3#show ip ospf state
^
% Invalid input detected at ‘^’ marker.

R3#show ip ospf ne
R3#show ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface
200.1.26.2 1 FULL/DR 00:00:32 200.1.23.2 FastEthernet0/0
R3#show ip rou
R3#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
192.168.1.0/24 is directly connected, FastEthernet0/1
L 192.168.1.1/32 is directly connected, FastEthernet0/1
O IA 192.168.2.0/24 [110/6] via 200.1.23.2, 00:58:30, FastEthernet0/0
O IA 200.1.14.0/24 [110/4] via 200.1.23.2, 00:58:30, FastEthernet0/0
O IA 200.1.16.0/24 [110/3] via 200.1.23.2, 01:08:31, FastEthernet0/0
200.1.23.0/24 is variably subnetted, 2 subnets, 2 masks
C 200.1.23.0/24 is directly connected, FastEthernet0/0
L 200.1.23.3/32 is directly connected, FastEthernet0/0
O IA 200.1.26.0/24 [110/2] via 200.1.23.2, 01:08:31, FastEthernet0/0
O IA 200.1.45.0/24 [110/5] via 200.1.23.2, 00:58:30, FastEthernet0/0

R3#

Kindly suggest anything i am missing here or details want to solve.
PCs and servers are up. i can see the switch also up for the ports
Same issue from other side too ie from server(192.168.2.2) to PC ping(192.16.1.11).

Thanks