Recent content by guho

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

    Wireguard VPN connected peers can't reach local network devices

    Yes, I had the same problem of only being able to connect to the router IP, not other LAN IPs from Wireguard client. But why does this need to be a nat/maquerade rule? One would think it should be possible to access LAN resources without NATing, just bridging the wireguard subnet to the LAN...
  2. G

    Release Asuswrt-Merlin 386.7 is now available for all models

    I just upgraded my AX86U from 386.5_2 to 386.7 and everything went very well. My JFFS scripts survived. AX68U node (AP mode, not AIMesh) also upgraded without problems. Thanks RMerlin!
  3. G

    ASUS AX68U 5GHz Band Dropping / Disappearing

    There's a 386.7 alpha now for the ax68u. I wonder whether it fixes the problem.
  4. G

    Beta Asuswrt-Merlin 386.4 beta is now available

    My AX86U got into a bootloop after dirty upgrade from 386.4beta2 to 386.4beta3. Fortunately I had settings and jffs backups. So after a reset followed by restore it is back to normal again. Thanks RMerlin for this new beta.
  5. G

    Upgrading to AX from AC questions

    How about RT-AX86U as the main router and RT-AX68U as mesh nodes or access points? Is that a sensible setup? This is what I am considering, coming from an AC86U main router and an AC68U in access point mode (wired backhaul).
  6. G

    AX86U - what to use as mesh node

    I am confronted with the same question. I just ordered an RT-AX86U to replace my main router RT-AC86U. My access point (Not AIMESH) is an AC68U in access point mode (wired backhaul). Would you recommend the RT-AX68U to take its place? Or would an RT-AX58U suffice?
  7. G

    Release Asuswrt-Merlin 386.3 is now available

    Please read https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-config-files In your case, enable custom scripts and create /jffs/scripts/ipsec.postconf containing: #!/bin/sh CONFIG=$1 source /usr/sbin/helper.sh pc_replace "rightsourceip=10.10.10.0/24" "rightsourceip=192.168.2.0/24" $CONFIG
  8. G

    Release Asuswrt-Merlin 386.3 is now available

    I have my IPK2 at 192.168.2.x and I do this by copying a customized /jffs/scripts/ipsec.conf to $CONFIG in /jffs/scripts/ipsec.postconf. You can also use the helper functions to only change the IPK2 address range, but I have a lot of customizations in mine, so for me it is easier to overwrite...
  9. G

    Release Asuswrt-Merlin 386.1 is now available

    Under ikev2 config it says 'not authenticated'. Buttons greyed out. Where do I start so it generates an ikev2 certificate? Thanks. I have asuscomm ddns configured.
  10. G

    [Release] Asuswrt-Merlin 384.18 and 384.13_10 is now available

    I had to revert to 384.17 from 384.18 after a dirty upgrade. I've kept up with all releases via dirty upgrades, which has been fine thus far. All my VPN servers (OpenVPN, IPSec & PPTP) stopped working and even the port forwarding from my internet-facing main Fios router to the AC86u for the...
  11. G

    RT-AC86U guest network issue

    You need to set up DHCP reservations if your devices cannot be set to fixed IPs. That is what my ChromeCasts get their fixed IPs from.
  12. G

    RT-AC86U guest network issue

    Using ebtables commands, it is possible to open up a range of IP addresses on the main network to be accessible to/from guests. I have done this so guests can use IP printers and cast to Chromecasts on my main network. Check out this post...
  13. G

    AC86U sometimes powers completely off during reboot

    I have my AC86u on a UPB smart appliance switch, which is controlled from my ELK alarm panel. Since the AC86u is not my main router, I can still trigger the switch from the ELK via Internet, and if all else fails the ELK panel is also reachable by phone to trigger the UPB switch via touch tones...
  14. G

    AsusWRT and guest network with no intranet access on AP mode

    This is my /jffs/scripts/firewall-start: #!/bin/sh logger firewall-start ebtables -t filter -A FORWARD -p IPv4 -i wl0.1 --ip-dst 192.168.0.1 -j ACCEPT ebtables -t filter -A FORWARD -p IPv4 -o wl0.1 --ip-src 192.168.0.1 -j ACCEPT ebtables -t filter -A FORWARD -p IPv4 -i wl0.1 --ip-dst...
  15. G

    AsusWRT and guest network with no intranet access on AP mode

    No double NAT to worry about, because on the Asus in Router Mode, you can disable NAT and run the wire from one of the LAN ports of the ASUS to the main router, not the WAN port. I think I hardcoded my Asus WAN IP to something nonsensical. Correct, on my Asus I run my main 2.4 and 5GHz WLANs as...
Top