View Full Version : Add static routes on AirOS (and Manual AirOS Scripts)
skyhook
05-17-2009, 11:41 PM
http://wiki.ubnt.com/wiki/index.php/User:Skyhook#How_to_add_a_static_route
bye
mailkhushal
05-28-2009, 12:33 AM
it works
skyhook
05-28-2009, 02:52 AM
it works
Please send me feedback on this tutorial. ;)
danielh
05-28-2009, 05:48 AM
looks cool, but
# Create a script /etc/persistent/rc.poststart and write here commands to add static route
# Make sure that /etc/persistent/rc.poststart are executable
i'd add the actual commands (route, chmod) and a brief howto on routes, for people who may not be familiar with linux and routing
skyhook
05-28-2009, 05:57 AM
looks cool, but
# Create a script /etc/persistent/rc.poststart and write here commands to add static route
# Make sure that /etc/persistent/rc.poststart are executable
i'd add the actual commands (route, chmod) and a brief howto on routes, for people who may not be familiar with linux and routing
tnx :)
But... this is not a Linux/Routing Wiiki ;)
danielh
05-28-2009, 06:04 AM
good point :) but i can already hear the posts about it :)
Good work skyhook.
Really helped me out
Nice HOWTO skyhook, thanks :)
skyhook
02-11-2010, 02:25 AM
tnx to all ;)
tkerns
02-18-2010, 07:11 PM
The example shows using dev eth0, what is the dev for the wireless interface?
wlan0? wpci0?
Thanks,
Tim
Edit: corrected ether0 to eth0
skyhook
02-20-2010, 04:34 AM
The example shows using dev eth0, what is the dev for the wireless interface?
wlan0? wpci0?
Thanks,
Tim
Edit: corrected ether0 to eth0
Hi tkerns,
you need to use Linux style route commands ;)
In my example I have explicitate the interface (dev), but I not remember if this in mandatory for AirOS (I m out office and I cannot verify, sorry ).
If you describe your scenario, we can help you ;)