Hi, thanks in advance.
Nothing found about doing a factory reset if I came from 380.57. But i'll give this a try.
edit:
ok i flashed firmware again and do a factory reset, now all work as it should.
Thanks again
regards
Hi I have a problem with 380.58.
I upgrade my AC66U which work normal. After flashing and reboot only the 2.4GHz is available.
I reflashed 380.57 and the 5GHz come back. Can anyone please help me.
regards
Hi,
i used some scripts to get an email if a client connect or disconnect from OpenVPN and so i would share my experience with you:
first of all you need 2 scripts which will be stored in /jffs/scripts:
connect script: /jffs/scripts/up.sh
#!/bin/sh
SMTP="<your SMTP address>"
FROM="<email...
Hi,
it is not very difficult, here for example my configaration of an SSH Port only reachable from specific IP:
iptables -t nat -I VSERVER <consecutive number> -p tcp -m tcp -s <ip-Adress> --dport <alternate-port> -j DNAT --to <server-ip in network>:<listen port>
e.g.:
iptables -t nat...