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

Reply via email to