Tom Brough
Regular Contributor
Yes of course, but just now it's added to the Advanced menu tab.
"Debug info" is the new add-on info view,
"Netgear Debug Info" is the stock untouched page.
When do we get this beautiful add on!!
Yes of course, but just now it's added to the Advanced menu tab.
"Debug info" is the new add-on info view,
"Netgear Debug Info" is the stock untouched page.
I think it only came to light this year though kamoj which has made a a few unhappy as they did not disclose earlier, but these things do happen one way or another. I meant no offence, I just noticed Nord in the image of your menu that was all and since I don't use the routers in question was not sure if it was an offered option.I now that about the NordVPN. It happened long time ago, and there are no reports of any customer complaints?
Whatever, I don't recommend any specific VPN provider.
My addon supports anyone that allows you to cut and paste the contents of the configuration file, eg an .ovpn file.
kamoj, @Voxel ,Yes of course, but just now it's added to the Advanced menu tab.
At the moment it looks like this:
View attachment 19809
View attachment 19811
PS
"Debug info" is the new add-on info view,
"Netgear Debug Info" is the stock untouched page.
Is /root/firewall-start.sh invoked at the end?
I added some ip6tables rules in the script, but they always get reverted after some time or when the router restart.
I added "echo $date > /root/logs" to the script so make sure the script is indeed executed.
What is a easiest way from windows PC to access and modify config file in /etc/config/?
Sorry I'm a total newbie ; )
Thanks so much! Putting the script under /etc/scripts/firewall/ seem to do the trick.
root@R7800:~$ cat /etc/scripts/firewall/ziki2.rule
#! /bin/sh
case $1 in
"start")
ip6tables -t mangle -I PREROUTING -p tcp -m multiport --dports 22,80,443,5001,32400 -j ACCEPT
;;
"stop")
ip6tables -t mangle -D PREROUTING -p tcp -m multiport --dports 22,80,443,5001,32400 -j ACCEPT
;;
*)
:;;
esac
kamoj, @Voxel ,
If possible, could kamoj's add-on be integrated into future releases of Voxel firmware?
IOW, make it part of the standard equipment package instead of an optional add-on.
(Sorry for using a car buyers analogy )
@Voxel
Dumb question but is /root and /etc preserved during upgrade of your own firmware? Got some stuff in there and would like to know if I should add it again or not after upgrade
No any such changes are kept unfortunately. Flashing new fw kills them. You should make the backup. Something like described here:
https://www.snbforums.com/threads/e...xel-routers-for-sky-uk-etc.41720/#post-353344
Voxel.
Sorry for being a bit behind the curve here, but how do I enable your additional menu features?Yes of course, but just now it's added to the Advanced menu tab.
At the moment it looks like this:
View attachment 19809
View attachment 19811
PS
"Debug info" is the new add-on info view,
"Netgear Debug Info" is the stock untouched page.
@Voxel
Any thoughts on adding persistent storage to your firmware? like a jffs partition that doesn't get wiped out during upgrade. Will make it very easy to restore custom configs. Possible? yes/no?
I switched from DD-WRT to V1.0.2.72SF a couple of days ago. I like the simplicity of the NG firmware but haven't used it since the R7000 days because of bugs and terrible tech support. I'm really glad I was able to get this running because it's working well, it's fast, and it's stable. I sent a donation for you @Voxel.
The only issue I have right now is that enabling Dynamic QoS is impossible. Once I enable it and apply the settings, it prompts me for my password again even though I'm already logged in. It does this every time I try to change to a different page and then it just starts prompting me over and over until I get an auth failed message. It stops as soon as open a new browser window and immediately disable QoS.
I use a router_backup/router_restore thing as part of an add-on.
It restores specfic things in nvram like port forwarding and device names,
but also new files and modification of e.g. /etc/dnscrypt-proxy-2.toml
Could you please make a list of what you would like to restore?
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!