Does anyone know how to add a persistent static route to BusyBox (v1.19.2)?
I've been asked to look at some nasty WiFi APs which run BB. The web GUI lets you enter a default gateway but it doesn't seem to end up in the routing table.
I've managed to get Telnet access as the root password is exposed in plain text in the HTML code
I can add a route via the CLI using "route" but obviously it's not saved for reboots.
I was half expecting to find something in /etc/sysconfig but /etc does exist, /sysconfig doesn't. The AP can run in different modes so I'm wondering where to look to add the route to make it persistent.
Edit to say it doesn't need to be a specific static route, just getting the default gateway applied properly would work.
I've been asked to look at some nasty WiFi APs which run BB. The web GUI lets you enter a default gateway but it doesn't seem to end up in the routing table.
I've managed to get Telnet access as the root password is exposed in plain text in the HTML code
I can add a route via the CLI using "route" but obviously it's not saved for reboots.
I was half expecting to find something in /etc/sysconfig but /etc does exist, /sysconfig doesn't. The AP can run in different modes so I'm wondering where to look to add the route to make it persistent.
Edit to say it doesn't need to be a specific static route, just getting the default gateway applied properly would work.
Last edited: