JacquesR
Regular Contributor
Strange! Can you show a printscreen of your VPN settings?
Strange! Can you show a printscreen of your VPN settings?
@RMerlin are we certain that its the firewall which causes the openvpn issue? I've been trying to solve this since yesterday but nothing seems to work and I can't change the server config either.
OVPN clients connecting through the router cannot use it as a WAN gateway (traffic blocked by firewall, fixed in beta 2).
https://github.com/RMerl/asuswrt-merlin.382/commit/d7969d74a5dfbfb7bef3129aaa03bc8b9ad22794
Appears fix will be in beta 2.
https://github.com/RMerl/asuswrt-merlin.382/commit/d7969d74a5dfbfb7bef3129aaa03bc8b9ad22794
Appears fix will be in beta 2.
I’m not experienced like you and many folks here, so I have no idea how to fix this issue. No idea when he’ll release the update, but he’s definitely already on it. He updated the reserved post in this thread with the update.Nice! Do you know if we can solve this problem manually earlier? Or do you have an idea when beta 2 comes out?
Strange this worked with the latest alpha.....hmmmm.
I loaded the latest 382.2 Beta1 firmware on my AC86U and AC68U and I am not seeing the new IPSec Tabs or options for an IPSec VPN.
Can we solve this manually? or do we need beta 2 for this problem?
iptables -D FORWARD -o eth0 ! -i br0 -j logdrop
Is the wireless driver updated in 382 for RT-AC68 comparing to the 380.xx branch?
-HTTPS webui take a lot of time to up. Once is up, is fine, probably because some crash or cert generation...
-HTTPS custom cert dont work, don't detect our custom certs, webui dont let you upload either or set persistent certs
@RMerlin are we certain that its the firewall which causes the openvpn issue? I've been trying to solve this since yesterday but nothing seems to work and I can't change the server config either.
If you are referring to the server not allowing redirected WAN traffic, yes. You can even see the traffic count of that rule increase as you try to transfer through your tunnel.
iptables -D FORWARD -o eth0 ! -i br0 -j logdrop
iptables: No chain/target/match by that name.
Thanks, I tried your command:
Code:iptables -D FORWARD -o eth0 ! -i br0 -j logdrop
but thats what I get:
Code:iptables: No chain/target/match by that name.
I do have the rule as well and trying to remove it using the line number, does get it removed but it doesnt solve the issue.
Then your issue is a different one.
iptables -L FORWARD -v --line-numbers
2 12 624 DROP all -- !br0 eth0 anywhere anywhere
iptables -D FORWARD 2
Does your command do something different?
iptables -D FORWARD -o ppp0 ! -i br0 -j logdrop
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!