I have an Asus RT-N16 (server) at one location and a Linksys E3000 (client) at another location. both are running Shibby build 99 VPN builds of Tomato. I have gotten my OpenVPN site-to-site tunnel working, however there are some issues. The server can only reach the E3000 on the other end. It is unable to reach any clients or other devices in that network. On the other hand, the client can reach not only the RT-N16 on the server side, but also all of the clients and devices on the server side. Here's a little info: Server is 192.168.1.1/24 Client is 192.168.2.1/24 VPN subnet and mask: 10.8.0.0/24 Some screenshots that may help you help me... Server Routes Server OpenVPN Server Basic Server OpenVPN Server Advanced Server OpenVPN Server Status Client Routes Client OpenVPN Client Basic Client OpenVPN Client Adcanced Any help that you guys could provide would be very much appreciated! Please let me know if there's any more info I can provide in order to help you help me. Thanks again.
you may need to add Code: iroute 192.168.1.0 255.255.255.0 to your server setup. and Code: iroute 192.168.2.0 255.255.255.0 to your client. This tells the routers that each one is routing a certain set of ips.
I've tried putting these commands into the Custom Configuration box, but the VPN server won't start with the above command there on the server.
When I put the following into custom configuration on the server, it will not start. Code: iroute 192.168.1.0 255.255.255.0 When I check my log file, this is what I get: Code: Options error: option 'iroute' cannot be used in this context
well you have me beat. I run a server and then connect my tomato routers to that server. try disable "only allow these clients". I am only guessing at this point. good luck I am sure there are others that have got the same setup as you running.
Thanks for trying. I've tried all sorts of combinations of settings, and no matter what I do I cannot get the server side to communicate with anything except the router on the other side.
I upgraded both server and client routers to build 100 of Shibby, and now everything seems to be working. Odd.
Don't know current state of affairs, but with earlier (like shibby 83) you needed to set up some extra scrips to get it working I had something similar to #iptables -A FORWARD -i br0 -o tun21 -j ACCEPT In admin scrips firewall on the server and if memory serves something similar on clients. That worked for me. Signature? Signature!