I'm using kppp to connect to my ISP.
I can succesfully get connection, pppd is up and running, can ping DNS
server, can ping the other side of ppp0. But can't see www.
I'm also using eth0 on the same box. Results of commands ifconfig, route -n
are down there.

My ppp0 adress should be dyn. assigned, but(when connected) my side of ppp
is local eth0 adress ,
probably this is problem?   Somewhere there in settings of kppp is checkbox
configure adress
from ..., this is checked.


Command route add default gw ........ doesnt help.
System:
RHL6.1 (2-12-20 ), not sure about version of kppp.

I'm tinkering with this some time, probably you could show me light.

ifconfig
=====
eth0      Link encap:Ethernet  HWaddr 00:60:08:C4:B0:E0
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:421 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:10 Base address:0x300

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

ppp0      Link encap:Point-to-Point Protocol
          inet addr:192.168.0.1  P-t-P:212.55.225.7  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:21 errors:3 dropped:0 overruns:0 frame:3
          TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10

route
=====
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
212.55.225.7    0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
192.168.0.1     0.0.0.0         255.255.255.255 UH    0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.0.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         212.55.225.7    0.0.0.0         UG    0      0        0 ppp0


-------------
 ico66
-------------



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to