Date: Wed, 17 Jun 1998 15:45:08 +0200 From: Miroslav Kes <mira@rockwell.cz> To: freebsd-questions@FreeBSD.ORG Subject: ppp:You may not use ppp in this mode with this label Message-ID: <3587C864.B319A16F@rockwell.cz>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3587C864.B319A16F>
