-------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC1 (192.168.1.2)   ------ Router1 - (eth0 Interface 192.168.1.1)---- Wifi Radio over the router1- wan interface 192.168.3.1  

<<<<<<-------WIFI------>>>>>>>

Wifi Radio over the router2- wan interface 192.168.3.2 ---------Router2 - eth0 Interface 192.168.2.1 ---------PC2  192.168.2.2
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Only i can make this making a bridge between Eth0 and Wan interfaces... but when i make static ip route, it doesnt work.

The statics routes are.
Router 1
--------------------------------------------------------------------------------------------
Interface        Target                   Netmask           Gateway
eth0             192.168.2.0     255.255.255.0             192.168.3.1
---------------------------------------------------------------------------------------------------
Router 2
Interface        Target           Netmask           Gateway
eth0             192.168.1.0     255.255.255.0             192.168.3.2
-----------------------------------------------------------------------------------------------------




At 04:36 p.m. 14/08/2013, you wrote:
What are the routes on the routers?
How does 192.168.2.x know they can talk with 192.168.3.x?

Just a thought



On Wed, Aug 14, 2013 at 12:05 PM, Daniel Lipuma <[email protected]> wrote:
Hello dear community,

Could you help me?

What am i doing wrong? I have this configuration

    192.168.3.1     -  192.168.3.2
+--------+                        +--------+
| router1 |---------------    | router2 |
+--------+                       +--------+
192.168.1.1                 192.168.2.1
     |                                        |
     |                                        |
+----+                               +----+
| PC  |                               | PC   |
|   1   |                               |   2   |
+----+                              +----+
192.168.1.2             192.168.2.2

PC 1 become a entry
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.1
PC 2 become a entry, too.
route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.2.1

But when i make ping, i dont have response from PC1 to PC2 and vice versa.

 I just have ping from 192.168.3.1 from PC1 and 192.168.3.2 from PC2.

Thanks in advance

Best regards

Daniel
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users


_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to