On Mon, 2 Aug 1999, v - CN Michael James wrote:
> > With the Redhat 5.1 distribution the Ricochet wireless modem on my
> > Toshiba 730XCDT laptop worked fine.
> >
> > With Redhat 6.0, it establishes a connection, can look up hosts
> > by name, and APPEARS to open telnet and ftp sessions to them.
> > However the connections themselves just hang (though they work
> > from other machines).
...
On the matter of the hanging connects, I agree with Hauge Jans reply that
this is most likely a nameserver configuration issue. Not that I'm an
expert on DNS, but the symptoms are characteristic of timeouts on a tcpd
lookup (see 'man tcpd').
...
> > (the modprobe failures are interesting:)
> > Aug 2 10:32:20 (none) modprobe: can't locate module ppp-compress-21
> > Aug 2 10:32:20 (none) modprobe: can't locate module ppp-compress-26
> > Aug 2 10:32:21 (none) inetd: inetd startup succeeded
> > Aug 2 10:32:21 (none) modprobe: can't locate module ppp-compress-24
...
This is a common problem and FAQ, but not related to your connection
problem. PPP cannot find the deflate and BSD compress modules. You need
to add aliases to /etc/conf.modules to support this capability. The
following entries will do so and suppress those warnings:
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
Good luck!
Geof Goodrum
Voice: +1-301-457-5100
Email: [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]