Kevin Cabral
Occasional Visitor
My apologizes. I tried to install the firmware, and it was unsuccessful. Any ideas on why?A little more reading the first post is in order but the answer is yes.
My apologizes. I tried to install the firmware, and it was unsuccessful. Any ideas on why?A little more reading the first post is in order but the answer is yes.
Yes,
I understand that is the next logical step. However, so many others have reported doing that and called no joy, that I would prefer to wait for an upgrade option.
I don't have the time or the patience to deal with the family while I restore all my settings only for the issue to persist.
Make sure you get the correct firmware file....not the 86U file but the 68U file.My apologizes. I tried to install the firmware, and it was unsuccessful. Any ideas on why?
My apologizes. I tried to install the firmware, and it was unsuccessful. Any ideas on why?
It is a RT-AC68UIs it a real AC68U or a TM1900 ?
I believe I did get the right file. This is what I downloaded and tried to install: https://sourceforge.net/projects/asuswrt-merlin/files/RT-AC86U/Release/RT-AC86U_384.9_0.zip/downloadMake sure you get the correct firmware file....not the 86U file but the 68U file.
You got the wrong file. Your link says RT-AC86U. You need the RT-AC68U file.I believe I did get the right file. This is what I downloaded and tried to install: https://sourceforge.net/projects/asuswrt-merlin/files/RT-AC86U/Release/RT-AC86U_384.9_0.zip/download
For the love of God! I must be half asleep or something to not catch that lmao. Thanks a ton! Hopefully this firmware will fix my wifi issues I'm having. The moment I download a file on my PC, everything else becomes slow :| Mind you, I have 200mbps to play with. Not sure why this is happening. Same thing happens if I download something on my PS4, my PC becomes slow and streaming seems to buffer.You got the wrong file. Your link says RT-AC86U. You need the RT-AC68U file.
https://sourceforge.net/projects/asuswrt-merlin/files/RT-AC68U/Release/RT-AC68U_384.9_0.zip/download
I had a previous firmware version but installed the latest Asus official firmware an hour ago.Which firmware are you upgrading from? If it is an old version you may have to upgrade earlier versions first.
Have a read of this thread.@RMerlin,
On my RT-AC86U does this version not working very well? DHCP list that is suddenly empty, Wi-Fi lists that do not show names and he occasionally loses the connection to the internet. I have restored the previous version as a test.
Can this be caused by USB? with Devision on it?
regarding CPU temps.
Your temp is normal for this kind of chip, and this is not what choke your wireless .Already had 2x A68u and it was their normal temperature for years (room temp 22c to 32c)The CPU temp reads 80 degree's celsius.
PC1 192.168.12.112 0.0.0.0 VPN
mobil 192.168.12.134 0.0.0.0 VPN
mobil-bypass 192.168.12.134 10.10.10.10 WAN <<<=== this not working as is should
#!/bin/sh
/usr/sbin/iptables -t nat -N DNSVPN1
/usr/sbin/iptables -t nat -A DNSVPN1 -s 192.168.12.112 -j DNAT --to-destination 192.165.9.158
/usr/sbin/iptables -t nat -A DNSVPN1 -s 192.168.12.134 -j DNAT --to-destination 192.165.9.158
/usr/sbin/iptables -t nat -I DNSVPN1 -s 192.168.12.134 -j RETURN
/usr/sbin/iptables -t nat -I PREROUTING -p udp -m udp --dport 53 -j DNSVPN1
/usr/sbin/iptables -t nat -I PREROUTING -p tcp -m tcp --dport 53 -j DNSVPN1
Just have to ask:
When using vpnclient and except for requests then it wont work.
mobil is completly bypassed and DNS is leaking. Same with Exclusiv and strict rule.
it's inserting a: "/usr/sbin/iptables -t nat -I DNSVPN1 -s 192.168.12.134 -j RETURN" rule.
https://github.com/RMerl/asuswrt-merlin/wiki/Policy-based-routing
Code:PC1 192.168.12.112 0.0.0.0 VPN mobil 192.168.12.134 0.0.0.0 VPN mobil-bypass 192.168.12.134 10.10.10.10 WAN <<<=== this not working as is should
Code:#!/bin/sh /usr/sbin/iptables -t nat -N DNSVPN1 /usr/sbin/iptables -t nat -A DNSVPN1 -s 192.168.12.112 -j DNAT --to-destination 192.165.9.158 /usr/sbin/iptables -t nat -A DNSVPN1 -s 192.168.12.134 -j DNAT --to-destination 192.165.9.158 /usr/sbin/iptables -t nat -I DNSVPN1 -s 192.168.12.134 -j RETURN /usr/sbin/iptables -t nat -I PREROUTING -p udp -m udp --dport 53 -j DNSVPN1 /usr/sbin/iptables -t nat -I PREROUTING -p tcp -m tcp --dport 53 -j DNSVPN1
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!