From owner-freebsd-questions Wed Jun 17 06:34:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23058 for freebsd-questions-outgoing; Wed, 17 Jun 1998 06:34:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tata.research.rockwell.cz (tata.research.rockwell.cz [193.85.154.66]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA23051 for ; Wed, 17 Jun 1998 06:34:08 -0700 (PDT) (envelope-from mira@rockwell.cz) Received: from rockwell.cz (aja.research.rockwell.cz [193.85.154.75]) by tata.research.rockwell.cz (8.6.9/8.6.5) with ESMTP id PAA04391 for ; Wed, 17 Jun 1998 15:43:35 +0200 Message-ID: <3587C864.B319A16F@rockwell.cz> Date: Wed, 17 Jun 1998 15:45:08 +0200 From: Miroslav Kes Organization: Rockwell Automation Ltd., Research Center Prague X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp:You may not use ppp in this mode with this label Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there I have upgraded one of my FreeBSD boxes from 2.1.5 to 2.2.6 (CDROM release) If I try to use ppp (aka iijppp) with my original configuration it doesn't work. The configuration of follows instructions of the -- RECEIVING INCOMING PPP CONNECTIONS (Method 1) section in the ppp man page. I can successfully log on the box but the ppp fails: login: pdialup Password: Last login: Wed Jun 17 12:34:50 from 193.85.154.75 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 2.2.6-RELEASE (GENERIC) #0: Wed Mar 25 02:28:49 GMT 1998 Welcome to FreeBSD! You may not use ppp in this mode with this label Connection closed by foreign host. The command line looks like: ns/root# more /usr/local/bin/pppdialup #!/bin/sh -p exec /usr/sbin/ppp -direct dialup the ppp.conf is: ns:/root# more /etc/ppp/ppp.conf # # default settings used in any case # default: debug phase lcp chat timeout 0 # # dialup for us # dialup: set ifaddr 193.85.155.129 193.85.155.130/30 255.255.255.224 and ppp.linkup: ns:/root# more /etc/ppp/ppp.linkup # # add route for dialup connection # 193.85.155.129: add 193.85.155.128 netmask 255.255.255.224 HISADDR The whole stuff worked fine on the 2.1.5 with this configuration and it works fine also on another box (2.1.6) with the same configuration (except for the IP addresses). Any idea is welcome Thanks Mira ----------------------------------------------------------- | Miroslav Kes | |---------------------------------------------------------| | Rockwell Automation Ltd. | tel.: (+420) 2 2425 6913 | | Research Center Prague | fax: (+420) 2 250467 | | Americka 22 | e-mail: mira@rockwell.cz | | 120 00 Praha 2 - Vinohrady | | | Czech Republic | | ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message