dial-in server exit 1

Craig White craigwhite at azapple.com
Sun Feb 13 16:04:48 UTC 2005


On Sun, 2005-02-13 at 10:57 +0000, Chadley Wilson wrote:
> Greetings,
> 
> My dialin server config looks like this now, I have spent many hours trying 
> and yet I can't get it working.
> 
> [root at preload ppp]# cat options.server
> noauth
>   -chap
>   +pap
>   login
>   asyncmap 0
>   :192.168.2.8
>   debug
>   modem
>   crtscts
>   dns-addr 196.25.100.18
>   dns-addr 196.25.100.19
>   proxyarp
> [root at preload ppp]# cat pap-secrets
> ppp     *       "" ppp.teq.pinteq
> 
> [root at preload ppp]# cat /etc/mgetty+sendfax/mgetty.
> mgetty.config  mgetty.oldcfg
> [root at preload ppp]# cat /etc/mgetty+sendfax/mgetty.config
> port ttyS0
>   data-only y
>   direct y
>   debug 5
>   speed 115200
>   login
>   port-owner ppp
>   port-group pppusers
>   port-mode 0664
> 
> [root at preload ppp]# cat /etc/mgetty+sendfax/login.config
> /AutoPPP/ -     ppp     /usr/sbin/pppd file /etc/ppp/options.server
> [root at preload ppp]#cat /etc/ppp/options
> lock
> -detach
> asyncmap 0
> proxyarp
> +pap
> crtscts
> pap-timeout 30
> pap-max-authreq 20
> modem
> noauth
> login
> 192.168.2.1:192.168.2.200
> domain teq.pinteq
> 
----
Here's the config stuff that I had working - hasn't been used since I
set up vpn...

# cat pap-secrets
# Secrets for authentication using PAP
# client                server  secret              IP addresses
user_name               *       pass_word           192.168.0.88
DOMAIN\user_name        *       pass_word           192.168.0.88
"DOMAIN\user_name"      *       pass_word           192.168.0.88
"User Name"             *       pass_word           192.168.0.88

I think I had to cover all eventualities of methods used to present a
login name and I seem to recall the last one is what she ended up using.

# cat options
-detach
asyncmap 0
netmask 255.255.255.0
proxyarp
lock
crtscts
modem
noauth
ms-dns 192.168.0.7
ms-dns 192.168.0.5
ms-wins 192.168.10.7

# cat options.ttyS0
192.168.0.7:192.168.0.88

# tail -n 1 /etc/hosts
192.168.0.88           dialin.my_domain.com     dialin

I don't recall whether I created dns entry for this on the local dns
server (probably)

This is a working configuration

Craig






More information about the fedora-list mailing list