Inter-vlan routing with Juniper switches is driving me crazy. For some reason, the RVI gateway of 192.168.10.1 and 10.0.0.1 is not able to reach any devices on the 192.168.1.0 subnet. All of the other RVIs are able to route between the subnets but not to the internet. Only the 192.168.1.0 subnet is able to route to the internet. The IP address of my internet gateway (Pfsense PC) is 192.168.1.1.
The RVIs are:
vlan.0 = 192.168.1.2
vlan.10 = 192.168.10.1
vlan.20 = 10.0.0.1
Please help in troubleshooting this issue. What else do I need to post to help in the troubleshooting?
root> ping 192.168.1.5 source 192.168.1.2 count 3
PING 192.168.1.5 (192.168.1.5): 56 data bytes
64 bytes from 192.168.1.5: icmp_seq=0 ttl=64 time=1.850 ms
64 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=2.220 ms
64 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=1.811 ms
--- 192.168.1.5 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.811/1.960/2.220/0.184 ms
root> ping 192.168.1.5 source 192.168.10.1 count 3
PING 192.168.1.5 (192.168.1.5): 56 data bytes
--- 192.168.1.5 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
root> ping 192.168.1.5 source 10.0.0.1 count 3
PING 192.168.1.5 (192.168.1.5): 56 data bytes
--- 192.168.1.5 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
root> show route
inet.0: 7 destinations, 7 routes (7 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 07:49:43
> to 192.168.1.1 via vlan.0
10.0.0.0/24 *[Direct/0] 07:49:38
> via vlan.20
10.0.0.1/32 *[Local/0] 07:49:53
Local via vlan.20
192.168.1.0/24 *[Direct/0] 07:49:43
> via vlan.0
192.168.1.2/32 *[Local/0] 07:49:53
Local via vlan.0
192.168.10.0/24 *[Direct/0] 07:49:38
> via vlan.10
192.168.10.1/32 *[Local/0] 07:49:53
Local via vlan.10