jaredkipe
New Around Here
I have been attempting to create a wireless bridge between two buildings using 2 routers (effectively 3).
I've run into a bit of a road block when it comes to routing from one network to the other.
Here are the basics of the configurations
A) 192.168.5.1 (LAN) static route (192.168.6.0/24 -> 192.168.5.254)
^
||
B) 192.168.5.254 (WAN 192.168.5.0/24 -> 192.168.5.1) <-> 192.168.6.25 (LAN)
^
||
C) 192.168.6.1 (LAN) static route (192.168.5.0/25 -> 192.168.6.25)
Here is where it gets interesting. With router (B) configured as a 'gateway' I can access all services on the 5 segment from computers on the 6 segment. (AKA ping from 192.168.6.50 to 192.168.5.20 works)
However computers in the 5 segment cannot ping or talk to computers on the 6 segment.
-------------
If I configure router (B) as a 'router' the situation is reversed. (AKA ping from 192.168.5.20 to 192.168.6.50 works, but not the reverse.)
While (B) is configured as a 'router' I packet sniffed and found the ICMP packets had the correct source and destination hardware addresses (meaning the destination was the hardware address of (B). And the correct IP addresses for source and destination.
I don't know what is going on but I assume I don't have the correct routes on (B).
Any advice?
I've run into a bit of a road block when it comes to routing from one network to the other.
Here are the basics of the configurations
A) 192.168.5.1 (LAN) static route (192.168.6.0/24 -> 192.168.5.254)
^
||
B) 192.168.5.254 (WAN 192.168.5.0/24 -> 192.168.5.1) <-> 192.168.6.25 (LAN)
^
||
C) 192.168.6.1 (LAN) static route (192.168.5.0/25 -> 192.168.6.25)
Here is where it gets interesting. With router (B) configured as a 'gateway' I can access all services on the 5 segment from computers on the 6 segment. (AKA ping from 192.168.6.50 to 192.168.5.20 works)
However computers in the 5 segment cannot ping or talk to computers on the 6 segment.
-------------
If I configure router (B) as a 'router' the situation is reversed. (AKA ping from 192.168.5.20 to 192.168.6.50 works, but not the reverse.)
While (B) is configured as a 'router' I packet sniffed and found the ICMP packets had the correct source and destination hardware addresses (meaning the destination was the hardware address of (B). And the correct IP addresses for source and destination.
I don't know what is going on but I assume I don't have the correct routes on (B).
Any advice?