[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: um-ppp installation



On 23-Nov-2001 Neal H Walfield wrote:
>> I don't know if that works, because now I'm not abble to just use wget or
>> lynx.
> 
> This is what you are getting when you use diald or when you connect
> using straight ppp?
> 
> Try starting with something a bit more simple, for instance, pinging
> your gateway.  Then, move on to pinging a host on the net and finally
> using tcp/ip (vs icmp).
> 

Well, when I ping my localhost, I got this message :

==================================================================
root@hurd:~# ping -c 3 localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=30.000 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.000 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.000 ms
--- localhost ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.000/10.000/30.000/14.142 ms
==================================================================

(the first time=30.000ms is just because it's the first time I
start ping. With a second ping, that become : time=0.000ms)


When I try to ping a host on the net, I got this message : 

==================================================================
root@hurd:~# ping -c 3 212.27.32.5
PING 212.27.32.5 (212.27.32.5): 56 data bytes
ping: sendto: Network is unreachable
ping: sendto: Network is unreachable
ping: sendto: Network is unreachable
ping: sendto: Network is unreachable
....
==================================================================

I have trying the same thing under linux, and that works fine.
Here, it seems that it can't make a link between the modem and
the sockets (but maybe I'm wrong).



> If you are interested in debugging this, you will want to look at
> src/hurd/pfinet/tunnel.c.  I suspect that the bug is in this code.
> 

Well, of course, if I can do something to make it works under
The Hurd, I'll be happy to do that.
But : 1: I'm not sure if I know how to do.
      2: I have not find the file src/hurd/pfinet/tunnel.c and even
        if I find it, I'm not sure I can do something with it.


So, if you see another thing I can try, please, tell me.
But I think I'm going to studdy the Hurd to understand a bit more
what I can do.


Thanks a lot for your works.

regards,


-- 
Philippe Brochard <hocwp@free.fr>
http://hocwp.free.fr



Reply to: