Hello,

I have two linux machines, one with an ethernet (eth0) connection and a wireless (eth1). (eth0 is hooked to the other unix box with a crossover cable). The wireless is the interface to the outside world.

I have the following routes (working) on the box with the wireless:

Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
192.168.1.0 * 255.255.255.0 U 2 0 0 eth1
link-local * 255.255.0.0 U 1002 0 0 eth0
default * 0.0.0.0 U 0 0 0 eth1

How do I (on FC 12) save the static routes so that I don't have set the routes after booting?

thanks,

Ron

(oh and what is link-local for? that one seems to be added automatically)