From owner-freebsd-questions Mon Jul 16 19: 1:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12006.mail.yahoo.com (web12006.mail.yahoo.com [216.136.172.214]) by hub.freebsd.org (Postfix) with SMTP id A906437B403 for ; Mon, 16 Jul 2001 19:00:58 -0700 (PDT) (envelope-from bsd2000au@yahoo.com.au) Message-ID: <20010717020058.97379.qmail@web12006.mail.yahoo.com> Received: from [61.9.188.7] by web12006.mail.yahoo.com via HTTP; Tue, 17 Jul 2001 12:00:58 EST Date: Tue, 17 Jul 2001 12:00:58 +1000 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: is set device cuaa0 correct to allow dialins in ppp.conf? To: fbsd MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am still trying to get my machine to accept dialins. The modem answers but the server doesn't start a session with the remote caller. The machine is also an ADSL pppoe gateway (external adsl modem) and so the the ppp.conf looks like... +++++++++++++++++++++++++++++++++++++++++++++++++ default: # or name_of_service_provider set device PPPoE:fxp0 # replace xl1 with your ethernet device set speed sync set mru 1492 set mtu 1492 # now a patch to fix errant mtu sizes from windoze machines enable tcpmssfixup # some handshake stuff set ctsrts off enable lqr set authname ABCD set authkey EFGHIJ set log Phase tun command # you can add more detailed logging if you wish # set dial # set login # set ifaddr 10.0.0.1/0 10.0.0.2/0 add default HISADDR enable dns # nat enable yes # if you want to enable nat for your local net # Now some stuff for the dialin line set debug phase lcp chat set timeout 0 papchap: set authname ABCD set authkey EFGHIJ # The dialin line dynamic address allocation # the ns machines are listed separated by space...at the moment only one here ttyd0: set device /dev/cuaa0 accept dns set dns 203.56.180.1 set ifaddr 203.56.180.150 203.56.180.17 255.255.255.255 enable proxy +++++++++++++++++++++++++++++ Should I do an overriding... set device cuaa0 in the tty profile???? In ttys I have a line... ttyd0 "/usr/libexec/getty VH57600" dialup on I am lost here. Can't figure it out. thanks Keith _____________________________________________________________________________ http://messenger.yahoo.com.au - Yahoo! Messenger - Voice chat, mail alerts, stock quotes and favourite news and lots more! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message