• 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!

Recent content by bhk20

  1. B

    RT-AC86U - Firewall problem WAN

    Ok you are right. I deleted all rules, also the FORWARD rules. Everthing works! Thanks so much for your support! I toast you with a beer :)
  2. B

    RT-AC86U - Firewall problem WAN

    That's great! It works after a restart and I have access to the FritzNetwork. I deleted the first 4 rules. The workaround for many years are over! :D -iptables -t nat -A POSTROUTING -o tun11 -j MASQUERADE This rule was still necessary. Without that, the tunnel was established butthe internet...
  3. B

    RT-AC86U - Firewall problem WAN

    It is completed. Sorry, the copy paste didn't copy all. After --to destination, the IP is entered
  4. B

    RT-AC86U - Firewall problem WAN

    With the jffs/script/nat-stat I make the port forwarding via vpn into my asus network. Here the content of nat-stat #!/bin/sh iptables -I FORWARD -i br0 -o tun11 -j ACCEPT iptables -I FORWARD -i tun11 -o br0 -j ACCEPT iptables -I FORWARD -i br0 -o vlan1 -j DROP iptables -I INPUT -i tun11 -j...
  5. B

    RT-AC86U - Firewall problem WAN

    Wow, thanks so much for so a fast issue finding!! Honestly, I am a bit overstrained how to solve the problem, even with your link. I am using nat-stat for my portforwading ports via VPN. Thats correct and I still need it . How can I prevent the conflict? One more info: With the old firmware...
  6. B

    RT-AC86U - Firewall problem WAN

    Ok, I did it two times. The 1) first is with the workaround when the access is working. The 2) second is after a restart when the access to the network is not worling. Unfortunately, the code is to long for posting. I attached both files. Thanks in advance!
  7. B

    RT-AC86U - Firewall problem WAN

    Ok, how can I create the dumps you need? Where should I enter the commands to test each combination?
  8. B

    RT-AC86U - Firewall problem WAN

    Hi, thanks eibgrad for your comment. I also had the feeling that a WAN port (outgoing) should be able to access, even it is your own home network with the IP range of 192.168.178.0. Yesterday, I downgraded my AC86-U to firmware 386.2.6 and now it is working again. But with a strange workaround...
  9. B

    RT-AC86U - Firewall problem WAN

    That's interesting. BUt when i deacitcate the firewall, everthing works even when the VPN tunnel is still active. Anyway, can you please describe me the steps how to enable policiy routing to the other network? Thank you!
  10. B

    RT-AC86U - Firewall problem WAN

    The asus router (192.168.1.1) is connected via the WAN interface with my other network (FritzBox; 192.168.178.1). The configured VPN tunnel will be established on my ASUS and all devices use the VPN provider for surfing and streaming. Everything is working except the access to my FritzBox...
Back
Top