Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. N

    Request: Help on site-to-site OpenVPN

    I ended up adding this script to both sides and it appears to be working now. For some reason, the log shows the Openvpn connection reconnecting every hour to the second. Is this normal?
  2. N

    Request: Help on site-to-site OpenVPN

    Not sure this is working. Do I need to change the script to TAP12 above ?
  3. N

    Request: Help on site-to-site OpenVPN

    OK, here is what I did: I used SSH and connected to the router and navigated to the /JFFS/scripts folder. I used VI to create the file that looked like the following: Code: #!/bin/sh ebtables -A INPUT --in-interface tap+ --protocol ipv4 --ip-protocol udp --ip-destination-port 67:68 -j DROP...
  4. N

    Request: Help on site-to-site OpenVPN

    Here is my ifconfig from the CLIENT: br0 Link encap:Ethernet HWaddr 38:2C:4A:CC:2F:08 inet addr:192.168.11.1 Bcast:192.168.11.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5462510 errors:0 dropped:0 overruns:0...
  5. N

    Request: Help on site-to-site OpenVPN

    Good point. I restricted the range on each so that they wouldn't overlap, but I guess that is not enough. How can you block dhcp across the vpn?
  6. N

    Request: Help on site-to-site OpenVPN

    I ended up just changing my subnets to match and then running TAP. That way I can browse both networks. Not idea, but I guess it will have to do. Thanks for the help!
  7. N

    Request: Help on site-to-site OpenVPN

    When I use TUN, my PC OpenVPN client cannot browse the remote network like it can with TAP. That is the reason I am using TAP. Am I missing something obvious here?
  8. N

    Request: Help on site-to-site OpenVPN

    Thanks for your responses. I have tried to apply principles from other solutions, but they don't all match up. For example, I am using TAP, not TUN. And the examples from dd-wrt don't match ASUS Merlin firmware. More details: See the server screenshots. This is the config of the openvpn...
  9. N

    Request: Help on site-to-site OpenVPN

    Hi everyone, I have spent the past week going through the archives looking for an answer before posting my question. I have 2 Asus ac-68u routers that I want to connect via VPN. The server (192.168.3.1 int. IP) and the client (192.168.11.1 int. IP). I have configured the OpenVPN server and...
Top