Is the Padavan firmware effected by the Bush bug Shellshock? If so, is there going to be a patched version? Mine is on the Belkin n750 router.
http://forums.smallnetbuilder.com/showthread.php?t=19718
Last edited:
Is the Padavan firmware effected by the Bush bug Shellshock? If so, is there going to be a patched version? Mine is on the Belkin n750 router.
Can I assume then that Padavan is also safe since its also based on Asus' firmware?
BusyBox v1.22.1 (2014-09-22 01:25:36 MDT) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/root # env x='() { :;}; echo vulnerable' sh -c "echo this is a test"
this is a test
/home/root # bash --version
BusyBox v1.22.1 (2014-09-22 01:25:36 MDT) built-in shell (ash)
Enter 'help' for a list of built-in commands.
Anyone know what Padavan is up to? We haven't had a firmware update in quite awhile now.
Anyone know what Padavan is up to? We haven't had a firmware update in quite awhile now.
Anyone know what Padavan is up to? We haven't had a firmware update in quite awhile now.
Try this it's based on padavan firmware >> http://www.smallnetbuilder.com/forums/showthread.php?t=16295
brctl show
bridge name bridge id STP enabled interfaces
br0 8000.d850e695f421 no eth2
ra0
rai0
You would have to experiment with the rules and I am not an expert in those to help you there unfortunately, but:
br0 is the main bridge interface:
whereCode:brctl show bridge name bridge id STP enabled interfaces br0 8000.d850e695f421 no eth2 ra0 rai0
eth2 = wired ports
ra0 = WiFi 5GHz
rai0 = WiFi 2.4GHz
You can execute the above command on boot:
Advanced Settings -> Customization -> Scripts -> Run After Firewall Rules Restarted
FYI: I did try it and all DNS stopped to function, so it must be close but not there yet
You would have to experiment with the rules and I am not an expert in those to help you there unfortunately, but:
br0 is the main bridge interface:
whereCode:brctl show bridge name bridge id STP enabled interfaces br0 8000.d850e695f421 no eth2 ra0 rai0
eth2 = wired ports
ra0 = WiFi 5GHz
rai0 = WiFi 2.4GHz
You can execute the above command on boot:
Advanced Settings -> Customization -> Scripts -> Run After Firewall Rules Restarted
FYI: I did try it and all DNS stopped to function, so it must be close but not there yet
It would be nice if you posted the rule here so everybody could use it too.I've upgraded to the latest version of Padavan's firmware and added the lines to the location you pointed (with a minor adjustment) and everything worked. Thank you very much for your help.
It would be nice if you posted the rule here so everybody could use it too.
iptables -t nat -A PREROUTING -i br0 -p udp --destination 8.8.8.8 --dport 53 -j DNAT --to <alternative DNS>
iptables -t nat -A PREROUTING -i br0 -p udp --destination 8.8.4.4 --dport 53 -j DNAT --to <alternative DNS>
Check under wan.Can anyone tell me how to disable the router acting as the DNS server with this firmware?
I keep getting this error when running a DNS benchmark:
Would I just have the DHCP server assign the DNS servers to the LAN adapters?
OK, if you REALLY want to have each client to have assigned specific DNS servers.Can anyone tell me how to disable the router acting as the DNS server with this firmware?
I keep getting this error when running a DNS benchmark:
Would I just have the DHCP server assign the DNS servers to the LAN adapters?
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!