On Sun, 24 Jan 1999, Claudiu Balciza wrote:
>I installed it. [RedHat 5.2]
>All worked well except routing.
>All routes were ok on the workstations and on the server.
>Yet nothing got routed.
>Not even ping packets.

I'm not sure how clean your RH5.1 installation was, and I'm not sure whether
you mean that the routes were all okay because you dynamically queried them or
because the definition files looked right, so I'll mention one thing which
changed in RH5.1, i.e. the switch to the use of linuxconf for route
maintenance, which initially caused me some grief.

RedHat 5.0 used a file called "/etc/sysconfig/static-routes". It contained
lines like:

    interface-name route-option ...
e.g.
    eth0 net 207.236.16.0 netmask 255.255.255.0 gw 207.236.16.34

N.B.: There is no leading "-" on the "net" or "host" option.

RedHat 5.1 switched to a file called "/etc/conf.routes", which contains lines
like:

    route-option ... interface-name
e.g.
    net 207.236.16.0 gw 207.236.16.34 netmask 255.255.255.0 eth0

N.B.: These options are order dependent ... the dev or gw option must preceed
netmask.

-- 
Dave Mielke           | 856 Grenon Avenue | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: [EMAIL PROTECTED] | Canada  K2B 6G3   | if you're concerned about Hell.

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to