Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 1998 22:12:49 -0500 (CDT)
From:      rich@chumbly.math.missouri.edu (Rich Winkel)
To:        freebsd-questions@FreeBSD.ORG
Subject:   ijppp server config problems
Message-ID:  <199809200312.WAA29673@chumbly.math.missouri.edu>

next in thread | raw e-mail | index | archive | help
I give up :-<
I'm trying to set up a ppp server for a static ip address.
I'm using ppp 1.65 with 2.2.6 stable, and regular getty (not mgetty).
The passwd entry for "cppp" has a shell which invokes:
/usr/sbin/ppp -direct cppp
----------------- /etc/ppp/ppp.conf ---------------
default:
 set debug phase lcp chat
 disable lqr
 disable passwdauth
 set timeout 0

cppp:
 disable passwdauth
 set ifaddr server_addr client_addr 255.255.255.255
 enable proxy
--------------- /etc/ppp/ppp.linkup ------------
cppp:
 add client_addr netmask 255.255.255.255 HISADDR
-------------------------------------------------
The error message is:
You may not use ppp in this mode with this label
The syslog message is:
ppp[555]: Warning: Label cppp rejected -direct connection

Many thanks for any help.

Rich


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809200312.WAA29673>