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

    [Release 384/NG] Asuswrt-Merlin 384.5 is now available

    Thanks, I'll have to dig into it someday. Before 384 I used firewall rules to drop all lan access except of the router it self. Then push DNS worked. Any simple reverse rule to give access to routers ip even if the "Internet only" is ticked? Sent from my Pixel 2 using Tapatalk
  2. R

    [Release 384/NG] Asuswrt-Merlin 384.5 is now available

    I guess it's not possible to "Advertise DNS to clients" and have "Client will use VPN to access: Internet only" at the same time? I want my openvpn server to be used for Internet only, not LAN and at the same time push DNS to clients. But it seems the "Internet only" blocks access to the routers...
  3. R

    [Release 380/Legacy] Asuswrt-Merlin 380.70 is now available

    Yes, no. Sent from my Pixel 2 using Tapatalk
  4. R

    384 upgrade reconfiguration help

    If you use Windows 10 just press Win+G to record your screen. Click through all the settings pages, don't forget the sub menus. Later you can just watch and pause :) Sent from my Pixel 2 using Tapatalk
  5. R

    Unable to start OpenVPN on 380.59

    Do you have openvpn-event script in /jffs/scripts? Skickat från min Nexus 5X via Tapatalk
  6. R

    Setting the adm password to 50 characters breaks the web UI completely

    Are you sure you haven't changed you routers ip adress? Sent from my LG-D802 using Tapatalk
  7. R

    guest wifi -how to disable torrent downloads

    Not possible since torrents can be encrypted. Sent from my LG-D802 using Tapatalk
  8. R

    Asuswrt-Merlin 376.49 is out

    * Thanks, did you notice my post some day ago? Is this possible to fix for "Server 2"? * * HI RMerlin, I see that this is fixed in _4, but I just enabled "Server 2" and this setting is missing from gui in server 2 configuration.
  9. R

    Openvpn pre-configured?

    Seems to work, really really thank you. But how come its not blocket by iptables? This command: iptables -I FORWARD -s 10.16.0.0/24 -d 192.168.1.0/24 -j DROP Blocks access to my other LAN smb shares. While the iptables for tun22 don´t block for the routers smb share. Just wonder why? Is there...
  10. R

    Openvpn pre-configured?

    [global] workgroup = WORKGROUP netbios name = RT-AC68U server string = RT-AC68U unix charset = UTF8 display charset = UTF8 log file = /var/log.samba log level = 0 max log size = 5 security = USER guest ok = no map to guest = Bad User encrypt passwords = yes pam password change = no...
  11. R

    Openvpn pre-configured?

    From my VPN client 10.16.0.6. I tried the second option and I still can access smb at the vpn server from my vpn client.
  12. R

    Openvpn pre-configured?

    I used the first solution: iptables -I INPUT -s 10.16.0.0/16 -d 192.168.1.1/32 -p udp -m multiport ! --dports 53,67 -j DROP iptables -I INPUT -s 10.16.0.0/16 -d 192.168.1.1/32 -p tcp -j DROP iptables -I INPUT -s 10.16.0.0/16 -d 10.16.0.1/32 -p udp -m multiport ! --dports 53,67 -j DROP...
  13. R

    Openvpn pre-configured?

    Ok, thanks, but why only port 53 and 67 for udp? Sorry, but I'm just learning. Sent from my LG-D802 using Tapatalk
  14. R

    Openvpn pre-configured?

    Thank you. Will try, but won't this drop all tcp traffic? Sent from my LG-D802 using Tapatalk
  15. R

    Openvpn pre-configured?

    Anyone can help me creating this iptables? At least for Web gui, samba, transmission web gui? Regards Sent from my LG-D802 using Tapatalk
  16. R

    upgrading router - biggest concern is walls

    Think about this, even if the router is broadcasting a really strong signal. All your equipment must respond as strong in return. So there is no super router that covers it all. Even if the router will cover your whole apartment your clients won't be able to reach the router and it will...
  17. R

    Openvpn pre-configured?

    Ok, so I found a solution and it´s kinda working: iptables -I FORWARD -s 10.16.0.0/24 -d 192.168.1.0/24 -j DROP Is this the correct way to do this? Now the "Server 2" that is on 10.16.0.0 subnet can't access my LAN, but the router is still accessible. I understand that I cant block the...
  18. R

    Openvpn pre-configured?

    Is it possible some other way? Proxy? PPTP? L2TP? I just want to route her traffic so it appears that she is in Sweden, nothing more. I'm not so good with all this, I'm not totally new but definitely far from expert. Maybe some firewall rule to drop all lan traffic for "Server 2"? Sent from...
  19. R

    Openvpn pre-configured?

    I just tried that, but it's not working. I soon as I check "Direct clients to redirect Internet traffic" I can access my lan. "Push LAN to clients" is unchecked. If I don't redirect Internet traffic, then the regular ip is showed, not the one from the vpn server. Sent from my LG-D802 using...
  20. R

    Asuswrt-Merlin 376.49 is out

    HI RMerlin, I see that this is fixed in _4, but I just enabled "Server 2" and this setting is missing from gui in server 2 configuration. Sent from my LG-D802 using Tapatalk
Top