Gentoo Archives: gentoo-user

From: Tim Watson <tmw@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] conf.d/net static routes
Date: Mon, 10 Oct 2005 19:15:04
Message-Id: A9ADB050-5438-4445-8F45-18EF9D181832@thedromedary.org
1 Hi,
2
3 I currently use a conf.d/local.start script to set my default routes:
4 route add 10.255.255.1 dev eth0
5 route add default gw 10.255.255.1
6
7 I know I can set the second one using:
8 routes_eth0=( "default via 10.255.255.1" )
9
10 but I cannot work out the correct syntax for the first.
11 This setup is used by the hosting company 1&1.
12
13 Any ideas?
14
15 Thanks,
16 tim
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] conf.d/net static routes Nico Rittner <nrittner@××××××××××××.de>
[gentoo-user] Re: conf.d/net static routes Jochen Schalanda <Jochen@×××××××××.de>