maybe chaning GATEWAYDEV (from eth0 to ppp0).
...
-Oliver
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jochen Kächelin
Sent: Tuesday, September 25, 2001 8:57 AM
To: [EMAIL PROTECTED]
Subject: RE: Question about route add


Am Die, 2001-09-25 um 08.29 schrieb 1001399396:
> put it in /etc/sysconfig/network
>
> your entry should look like this:
> GATEWAY=217.5.98.32

my /etc/sysconfig/network looks like:

NETWORKING=yes
HOSTNAME=jochen
GATEWAY=217.5.98.32
GATEWAYDEV=eth0

/sbin/route shows the following

Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref
Use Iface
217.5.98.32     *               255.255.255.255 UH    0      0        0 ppp0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         *               0.0.0.0         U     0      0        0 eth0

with this parameters I could not connect to the internet

After typing /sbin/route add default gw 217.5.98.32

/sbin/route shows the following:

Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref
Use Iface
217.5.98.32     *               255.255.255.255 UH    0      0        0 ppp0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         217.5.98.32     0.0.0.0         UG    0      0        0 ppp0
default         *               0.0.0.0         U     0      0        0 eth0

Now I can connect to the internet!
But after rebooting it's gone again!

--
jochen



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to