Magellan Linux

Annotation of /trunk/magellan-initscripts/conf.d/net.routes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1261 - (hide annotations) (download)
Fri Mar 11 17:41:10 2011 UTC (13 years, 2 months ago) by niro
File size: 293 byte(s)
moved [top]/etc/conf.d -> [top]/conf.d
1 niro 509 # /etc/conf.d/net.routes - example routes configuration file
2 niro 930 # $Id$
3 niro 509 #
4     # simply put your "route add|del" statements in here
5     # example:
6     # for a route like
7     # route add -net 10.0.2.2 netmask 255.255.255.255 dev eth0
8     # you put following in here
9     # -net 10.0.2.2 netmask 255.255.255.255 dev eth0
10     #