From 3e56bac2b1be227fed980b9670fcd6cfe218bfa8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 31 May 2000 21:22:15 +0000 Subject: make description clearer --- sysconfig.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sysconfig.txt b/sysconfig.txt index 369baf0c..9a744407 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -137,12 +137,22 @@ Files in /etc/sysconfig Contains lines of the form: - net netmask gw + host|net may be a device name to have the route brought up and down with the device, or "any" to have the correct devices calculated at run time. - + + For example: + + eth0 host 192.168.2.2 eth0 + + adds a host route through eth0 to 192.168.2.2, while + + any net 192.168.2.0 netmask 255.255.255.0 ppp0 + + adds a network route to the 192.168.2.0 network through ppp0. + /etc/sysconfig/routed: SILENT=yes|no -- cgit v1.2.1