[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem connecting to Netvision
Hi,
yulzari@mail.iol.co.il wrote:
>
> Hello,
>
> I have 2 ISPs: Internet Gold and Netvision.
> I have no problems connecting through Internet Gold but when I try to
> connect through Netvision a strange thing happens: I get connected
> to Netvision's computer but have no access to the net; after a short
> while the following line appears in my log file:
>
> LCP: timeout sending Config-Requests
>
> I couldn't figure it out from the online documentation. Can you help?
>
> My options file has the following entries:
>
> 115200
> asyncmap 0
> crtscts
> defaultroute
> lock
> modem
> mru 1024
> netmask 255.255.255.0
> noipdefault
> passive
> debug
> kdebug 7
> mtu 1024
>
> Thanks!
I had a similar problem connecting to Actcom. Apparently,
the Actcom side rejected my request for mru N, where N<1500,
which caused an LCP request-reject loop that ended with the
above message.
If the problem goes away when you comment the mru line, then
that's it.
Also, since you have the "debug" option on, check the output.
This probably goes to /var/log/debug or /var/log/ppp or something
like that (/etc/syslog.conf says where), and lists all the LCP
messages.
Hope this helps ...
- Itai