VH-BIL
New Around Here
Last night my router RT-AC68U totally crashed and needed a restore to start operating normally.
Bandwidth Monitor is not working and the now I have noticed the Temperature is extremely high. It is that high (83C - 84C) I was thinking it may not be accurate.
I am getting a lot of these errors:
I have selective routing on a VPN and I have the following script running:
I really do appreciate the hard work put into this firmware and just wanted to take the time to share my experiences, not complain. I will try the new Beta.
Bandwidth Monitor is not working and the now I have noticed the Temperature is extremely high. It is that high (83C - 84C) I was thinking it may not be accurate.
I am getting a lot of these errors:
Code:
kernel: [truncated] L/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/npch ==NULL/np
I have selective routing on a VPN and I have the following script running:
Code:
#!/bin/sh
sleep 4
iptables -I FORWARD -i br0 -o tun11 -j ACCEPT
iptables -I FORWARD -i tun11 -o br0 -j ACCEPT
iptables -I FORWARD ! -o tun11 -s 192.168.69.240 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.241 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.242 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.243 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.244 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.245 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.246 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.247 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.248 -j REJECT
iptables -I FORWARD ! -o tun11 -s 192.168.69.249 -j REJECT
iptables -I INPUT -i tun11 -j REJECT
iptables -t nat -A POSTROUTING -o tun11 -j MASQUERADE
I really do appreciate the hard work put into this firmware and just wanted to take the time to share my experiences, not complain. I will try the new Beta.