On Fri, Mar 30, 2001 at 03:59:24PM +0200, Szemerédy Gábor a ecrit:
>
> I installed RedHat 6.2 Zoot with kernel 2.2.14-5.0.
#include <update_mesg.h>
> After the first boot I get message:
> Insmod: Note : /etc/conf.modules is more recent than
> /lib/modules/2.2.14-5.0/modules.dep ( 9 times).
do a `depmod -a` as root and this will go away.
> I can not ping my eth0 address from the console. (from localhost).
> ifconfig shows that eth0 is OK.
I'm guessing your route to whatever IP address eth0 has is not set correctly.
> When I type "echo 1 > /proc/sys/net/ipv4/ip_forward" and reboot the
> system
> the content of ip_forward is 0 again!
This is normal behaviour.
To change the default configuration, edit /etc/sysctl.conf .
you'll find the line `net.ipv4.ip_forward = 1` which determines
default behaviour. Edit this line and you shouldn't have any more
problems.
BTW, you don't have to reboot a Linux system for this type of change
to have effect.
> If I define some route with route command , the route is visible typing
> "route -n"
> but it disappears after rebooting!
> Why?
Again, this is standard behaviour.
Change the config files to change it.
This should go in /etc/sysconfig/network,
/etc/sysconfig/network-scripts/ifcfg-eth0 or, in the worst of cases,
in /etc/rc.d/rc.local
Emmanuel Seyman
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list