>Here's my routing table before ppp is initiated:
>
>$ netstat -rn
>Kernel IP routing table
>Destination   Gateway    Genmask         Flags   MSS Window  irtt Iface 
>192.168.1.100 0.0.0.0    255.255.255.255 UH        0       0    0 eth0
>192.168.1.0   0.0.0.0    255.255.255.0   U         0       0    0 eth0
>127.0.0.0     0.0.0.0    255.0.0.0       U         0       0    0 lo
>
>
>Here's my routing table after ppp is started:
>
>$ netstat -rn
>Kernel IP routing table
>Destination     Gateway  Genmask         Flags   MSS Window  irtt Iface
>207.166.192.23  0.0.0.0  255.255.255.255 UH        0 0          0 ppp0
>192.168.1.100   0.0.0.0  255.255.255.255 UH        0 0          0 eth0
>192.168.1.0     0.0.0.0  255.255.255.0   U         0 0          0 eth0
>127.0.0.0       0.0.0.0  255.0.0.0       U         0 0          0 lo
>0.0.0.0  207.166.192.23  0.0.0.0         UG        0 0          0 ppp0

I can't address your kde problems, but your routing needs to read like
this for the kernel to know how to access the internet.

Glen



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

Reply via email to