help with conection win98->linux pppserver
"pg" (notavalidaddress@home.com)
Tue, 30 Nov 1999 15:26:43 GMT
<bsjsnake@my-deja.com> wrote in message news:81v3fh$bib$1@nnrp1.deja.com...
>
> hi
>
> here they are, there is not .ppprc or options.ttyS1 lying around.
>
> thanks for the reply "pg"
>
> tia
>
> snake....
>
> these are the outputs from configuration files using egrep -v '#|^ *$'
> ------------------------------------------------------------------
> mgetty.config
>
> debug 5
> speed 115200
> port ttyS1
> data-only y
> ------------------------------------------------------------------
> login.config
>
> /AutoPPP/ - a_ppp /usr/sbin/pppd file /etc/ppp/options.server
> * - - /bin/login @
>
> ------------------------------------------------------------------
> options.server
>
> lock
> -detach
> proxyarp
> ms-dns 192.168.1.2 ------>i had try with and without it
> 192.168.1.1:192.168.1.5
> netmask 255.255.255.0
> modem
> /dev/ttyS1
> 115200
> crtscts
> debug
> auth
> -chap
> +pap
> login
> asyncmap 0
>
>
> best regards
>
> snake
> ------------------------------------------------------
Snake,
Mgetty.config looks fine. (Since you are able to dial in and
get the modem to pick up - we know it's working...)
You have the ms-dns set. Is that a valid name server ? Also, are you
trying to connect with a Windows client ?
Do you have TCP/IP protocol installed for the dial-up adapter ? Do you have
IP forwarding enabled for your Linux Kernel ?
Other approaches to try:
1) try dialup into your linux box without PPP. (ie - disable autoppp, and
try a slip connection). If you can login, at least you will know that the
dial up portion is working well.
2) try a manual start of PPP daemon. For this to work, the user logging in
must have permission to start the PPP daemon.
Thats it for now.
PG