Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2005 15:54:01 +0200
From:      "Norbert Koch" <NKoch@demig.de>
To:        <freebsd-questions@freebsd.org>
Subject:   ppp via null modem cable
Message-ID:  <000101c583c4$7f009360$4801a8c0@ws-ew-3.W2KDEMIG>

next in thread | raw e-mail | index | archive | help
Hello.

I am trying to configure a FreeBSD box to serve
as a ppp server for a Windows box.
I have to use a null-modem cable with only
RxD/TxD/GND.


Here is my ppp.conf for userland ppp:

default:
 set log ...
 ident ...

direct0:
 set device /dev/cuaa0
 set speed 19200
 set timeout 0
 set lqrperiod 10
 enable lqr
 accept lqr
 set ctsrts off
 set cd off
 set accmap 000a0000
 set openmode passive
 enable pap chap
 set ifaddr 172.16.0.1/0 172.16.0.100-172.16.0.199

And I have a ppp.secret with one entry only:
 test test

Neither "ppp -dedicated direct0" nor interactive ppp work.

Can someone verify, if there is something wrong
with my ppp.conf, so that I _only_ need to
investigate in finding Windows configuration problems?

Thank you,

Norbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c583c4$7f009360$4801a8c0>