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

    dnsmasq.conf.add without custom firmware?

    Thank you! I was not aware of that! I'll do some reading, then!
  2. mad_ady

    dnsmasq.conf.add without custom firmware?

    Sorry for bumping this thread, but I was in exactly the same situation. I bought a new RT-AX58U v2 (which is not supported by RMerlin), and I had the need to inject some custom routes for a VPN in DHCP. This was previously done on RMelin firmware with a /jffs/scritps/dnsmasq.postconf script...
  3. mad_ady

    Solved High nvram usage

    Ok, I ran the cleanup script and it freed about 5000 bytes from nvram, which I guess it's plenty :) Rebooted and vpn is working fine. Thanks again for the assistence!
  4. mad_ady

    Solved High nvram usage

    Thank you!
  5. mad_ady

    Solved High nvram usage

    Here are my top variables: size: 65429 bytes (107 left) 1147 dhcp_staticlist 1089 sshd_hostkey 991 custom_clientlist 810 nc_setting_conf 655 client_info_tmp 624 sshd_dsskey 454 rc_support 412 sshd_authkeys 400 vpn_serverx_clientlist 338 sshd_ecdsakey 168 vpn_client1_custom2 167...
  6. mad_ady

    Solved High nvram usage

    Thank you both for the suggestion. However, since I'm running an old version 384.5 and my router is no longer supported - I'm not sure whether deleting those entries from nvram is safe (the fix was proposed in a 384.10 post). Any ideas when the certificates were moved out of the nvram? Edit: It...
  7. mad_ady

    Solved High nvram usage

    I was playing with my RT-AC56U running RMerlin 384.5 and I noticed by accident that the nvram usage is a bit high: NVRAM usage: 65545 / 65536 bytes It seems I am 9 bytes over the limit and yet the router *appears* to be running fine. I do use long wifi passwords, have 30+ static dhcp bindings...
  8. mad_ady

    Support for usb-serial adapter based on cp210x

    ... must be something wrong with my setup/environment because kernel make fails/make modules as well: CC [M] drivers/usb/core/notify.o CC [M] drivers/usb/core/generic.o CC [M] drivers/usb/core/quirks.o CC [M] drivers/usb/core/devices.o CC [M] drivers/usb/core/hcd-pci.o CC [M]...
  9. mad_ady

    Support for usb-serial adapter based on cp210x

    Ok, so I followed the guide above in a Ubuntu 12.04 lxc, combined with info from https://hqt.ro/how-to-compile-modules-for-asuswrt-routers/. I went to /home/ubuntu/asuswrt-merlin.ng/release/src-rt-6.x.4708/linux/linux-2.6 and ran 'make menuconfig', selected CONFIG_USB_SERIAL_CP210X=m followed by...
  10. mad_ady

    Support for usb-serial adapter based on cp210x

    I'm going to give this a try: https://github.com/RMerl/asuswrt-merlin/wiki/Compile-Firmware-from-source-using-Ubuntu I'll probably try to spin up a 14.04 lxc container for the job...
  11. mad_ady

    Support for usb-serial adapter based on cp210x

    Hello all! I was planning to use my RT-AC56U as a serial debug bridge for an Odroid board which is close by. I hooked up a USB cp210x adapter into its USB port, but it seems that support for it was not included in the kernel: $ lsusb Bus 003 Device 116: ID 10c4:ea60 Cygnal Integrated Products...
  12. mad_ady

    Openvpn client doesn't install routes

    Thanks, this explains it: admin@arcturus:/tmp/home/root# cat /etc/iproute2/rt_tables 100 wan0 111 ovpnc1 112 ovpnc2 113 ovpnc3 114 ovpnc4 115 ovpnc5 200 wan1 admin@arcturus:/tmp/home/root# ip route show table 111 10.0.0.1 dev ppp0 scope link 172.20.20.13 dev tun11 scope link src 172.20.20.14...
  13. mad_ady

    Openvpn client doesn't install routes

    Thanks. The option is called "Redirect internet traffic" and I set it to policy (it was off). I added the static route and now ping works, but the routing table doesn't show the route: admin@arcturus:/tmp/home/root# route -n Kernel IP routing table Destination Gateway Genmask...
  14. mad_ady

    Openvpn client doesn't install routes

    I'm using openvpn on RMerlin's ASUS firmware (v 384.5) as a client (client1) with a ovpn config which pushes a route: push "route 192.168.100.0 255.255.255.0" The client connects correctly to the openvpn server, however, the route is not installed into the router's routing table (connection...
  15. mad_ady

    Setup a dummy interface

    I'm running RMerlin 380.69-0 on my RT-AC56U and I'm experiencing some problems with DHCP - sometimes the router stops responding to DHCP (devices with fixed IP can still work). I'd like to write a small watchdog script that periodically tries to get an IP via DHCP and if it can't it can take...
  16. mad_ady

    [SOLVED] Openvpn listen on ip

    That's what I suspected. This is my attempted fix in /jffs/scripts/wan-start: #!/bin/sh #allow ppp0 to start sleep 10 #restart openvpn server1 to allow it to listen to the correct IP service stop_vpnserver1 sleep 4 service start_vpnserver1 We'll see how it goes, thanks!
  17. mad_ady

    [SOLVED] Openvpn listen on ip

    Yes, local ddns-name worked beautifully. Thank you! Does openvpn need to be restarted manually on wan up/down or does it restart automatically? I will test as soon as possible.
  18. mad_ady

    [SOLVED] Openvpn listen on ip

    Oh, I'll give that a try as well, thanks!
  19. mad_ady

    [SOLVED] Openvpn listen on ip

    It seems that listen doesn't work when used with the ddns name, sadly: Mar 4 22:02:46 openvpn[10356]: Options error: Unrecognized option or missing or extra parameter(s) in config.ovpn:28: listen (2.4.3) Mar 4 22:02:46 openvpn[10356]: Use --help for more information. Mar 4 22:02:46 syslog...
  20. mad_ady

    AB-Solution - The Ad Blocking Solution

    Thank you for the suggestion. If it works with ddns name it would be perfect :)
Top