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. W

    bridge file when to call at boot

    I have created a bridge event, when would be the best time to call this file. init-start? nat-start? wan-event with wan0-init? #!/bin/sh ifconfig br0:net10 10.255.255.254 netmask 255.0.0.0 broadcast 10.255.255.255 down &> /dev/null ifconfig br0:net172 172.31.255.254 netmask 255.240.0.0...
  2. W

    iptables to forward port and make sure only access internet from vpn...help?

    I have a ac68u with asusmerlin's 384.13. router (192.168.1.1) ..... nas (192.168.1.241).......Docker(172.16.0.1).......Machine(172.16.0.11) ..... laptop (192.168.1.22) I can talk all the way up and down the network and dnsmaq works great too. I am having...
  3. W

    route external wild card domain to internal proxy

    I do not want to open up port 80 and forward to traefik running on an internal pc unless the specific domain is used. For example if I go to the External Static IP (http://123.456.123.456:80) I dont want anything to happen. However if I go to fresh.pxy.domain,com I would like that to go to the...
  4. W

    Brute Force Port Forward

    This is originally taken from Merlin's Wiki. I have adapted the script so that I can make multiple ports forward with one script. However I need a fresh pair of eyes, it isn't working properly. I can't access the forwarded port. It tries for a while and eventually fails. Any insight? My...
  5. W

    route static ip through server vpn to attached client

    I am running 384.9 on a 68U I have an openvpn server configured on the router and am using ccd files to create static ips for the clients that connect. All is working great I can ping any internal ip with iroute and push routes. I would like to route 173.194.103.142 through the vpn to "client1"...
  6. W

    Move openvpn client2 to client1

    Is there an easy way to move openvpn client2 to client1?. Even with the command line would be great! I am hoping for something easier that using copy paste and having to go back and forth between pages in the gui. I found some files in /tmp/etc/openvpn. Can I just mv the folder from client2 to...
  7. W

    openvpn-event how to deal with ipchange

    openvpn-event script works with vpnclient1-route-up and vpnserver2-route-down. Can it work with vpnclient1-ipchange? What would be the best way of dealing with this? It seems as though PIA does not disconnect the client vpn. They just change the remote ip. Which causes some local scripts to...
  8. W

    [SOLVED] Why does the openvpn vpnclient2-route-up script fail?

    LOOK at this post for corrected scripts https://www.snbforums.com/threads/solved-why-does-the-openvpn-vpnclient2-route-up-script-fail.49634/#post-441378 #!/bin/sh # # Enable port forwarding when using Private Internet Access # TRANSUSER=USER TRANSPASS=PASSWORD TRANSHOST=IP1 TRANSGUI=IP2...
  9. W

    route certain domains through client vpn

    Is there a way to route certain domains through a client vpn? I have been using Asus Merlin's build for a few months now. I moved from TomatoUSB to here. There is no going back. The only thing missing is to route domain names. With the use of cloudflare and others you can't rely and ip...
  10. W

    [SOLVED] openvpn server creating tun0 10.201.0.12/7 with ccd file

    Using merlin's 384.5 on an ac68u I have created a ccd file with ifconfig-push 10.201.0.12 10.201.0.1 on a debian client all connects well. however it is creating a tunnel incorrectly. /sbin/ip addr add dev tun0 10.201.0.12/7 route 10.0.0.0 * 254.0.0.0 U 0 0...
  11. W

    [SOLVED] openvpn server push redirect gateway disable

    I am using 384.6 beta 1 on a ac68u.... I cannot find a place on the router's advanced vpn server page to disable redirect gateway... PUSH: Received control message: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0 vpn_gateway 500,dhcp-option DNS 192.168.1.1,redirect-gateway def1,route 10.0.0.0...
  12. W

    [SOLVED] ifconfig add br0:net10 adding own routes?

    I have a qnap box on 192.168.1.241 with virtual hosts, I want to be able to access these host across the network. I have added these to my RT-AC68U running 384.5 ifconfig br0:net10 10.255.255.254 netmask 255.0.0.0 broadcast 10.255.255.255 up ifconfig br0:net172 172.31.255.254 netmask...
Top