Recent content by scuro

  • 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. scuro

    How to Push Route with different gateway

    Yup it was just the firewall of the router/vpn that wasn't letting the packets through. iptables -I FORWARD -i tun21 -d 192.168.6.0/24 -j ACCEPT This fixed it. I'll have to add that line to the startup scripts. Thank you! The rest of my config was good that I listed above.
  2. scuro

    How to Push Route with different gateway

    I figured this might be a possibility but when you set this to both, the vpn client starts sending all traffic through VPN, not just the LAN.
  3. scuro

    How to Push Route with different gateway

    Sorry for the confusion. 192.168.3.0/24 is home LAN 192.168.3.1 is the LAN interface for the router 192.168.3.109 is the LAN interface address for the router to the VM networks. 192.168.6.0/24 is a VM network 192.168.10.0/24 is VPN network 192.168.10.1 is the VPN interface for the router/server...
  4. scuro

    How to Push Route with different gateway

    I do have the static routes already set up in the openvpn server (192.168.10.1 for VPN, 192.168.3.1 for LAN). All of my LAN devices (192.168.3.0/24) can reach my VM subnets without issue. When I do a traceroute on a client of the VPN with the route set to use 10.1 for the gateway I, I can see it...
  5. scuro

    How to Push Route with different gateway

    I'm trying to push a route to a family asus router so they can access a VM that I have on a different subnet from my router/openvpn. I am using a pfsense firewall to lock down all my VMs (192.168.3.109). I can push the route without issue with push "route 192.168.6.0 255.255.255.0" however it...
  6. scuro

    Push LAN to clients missing?

    I believe I figured out what is causing it. The asus client is creating a NAT connection on tunnel but has no option to disable. The asus router that is running the client openvpn does not have asus-merlin support. I'll have to try a different vpn client on that end.
  7. scuro

    Push LAN to clients missing?

    Much appreciated. I found this in the changelog How do I do actual routing then? It's working but I can see the traffic is just getting tunneled through the vpn interface (192.168.10.2). I can't actually track the DNS requests by original IP for the remote vpn network.
  8. scuro

    Push LAN to clients missing?

    Hello, Just playing with VPN site to site between two routers. I actually have the VPN working and routing but it is via the client-to-client method which makes it difficult to track down individual computers with my pihole. I currently have a shared pihole server for DNS and I successfully...
Top