From owner-freebsd-net Thu Nov 30 14:19:14 2000 Delivered-To: freebsd-net@freebsd.org Received: from relay.flashnet.it (ems.flashnet.it [194.247.160.44]) by hub.freebsd.org (Postfix) with ESMTP id EEB5437B699 for ; Thu, 30 Nov 2000 14:19:10 -0800 (PST) Received: from smtp.flashnet.it (ip043.pool-173.cyb.it [195.191.181.44]) by relay.flashnet.it (EMS-RELAY/8.10.0) with SMTP id eAUMJ2n11526 for ; Thu, 30 Nov 2000 23:19:02 +0100 Message-Id: <200011302219.eAUMJ2n11526@relay.flashnet.it> To: freebsd-net@freebsd.org X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Thu, 30 Nov 2000 23:19:04 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: ppp server help Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to set up a ppp server on a 4.1.1-R system; the modem answers correctly, but I get the following in /var/log/ppp.log: Phase: Using interface: tun1 tun1: Phase: PPP Started (direct mode). tun1: Debug: Select changes time: no tun1: Phase: bundle: Establish tun1: Phase: deflink: closed -> opening tun1: Debug: deflink: Input is a tty (/dev/ttyd2) tun1: Debug: deflink: tty_Create: physical (get): fd = 0, iflag = 0, oflag = 6, cflag = 34b00 tun1: Debug: deflink: physical (put): iflag = 201, oflag = 6, cflag = 3cb00 tun1: Phase: deflink: Connected! tun1: Phase: deflink: opening -> carrier tun1: Debug: deflink: Entering tty_Raw tun1: Phase: deflink: carrier -> lcp tun1: LCP: FSM: Using "deflink" as a transport tun1: LCP: deflink: State change Initial --> Closed tun1: LCP: deflink: State change Closed --> Stopped tun1: Physical: read tun1: Physical: 7d 21 7d 21 7d 20 7d 37 7d 22 7d 26 7d 20 7d 2a }!}!} }7}"}&} }* tun1: Physical: 7d 20 7d 20 7d 25 7d 26 7d 20 7d 39 b6 74 7d 27 } } }%}&} }9.t}' tun1: Physical: 7d 22 7d 28 7d 22 7d 2d 7d 23 7d 26 d8 ff 7e }"}(}"}-}#}&..~ tun1: Debug: deflink: DescriptorRead: read 47/2048 from 0 tun1: Sync: Read tun1: Sync: 7d 21 7d 21 7d 20 7d 37 7d 22 7d 26 7d 20 7d 2a }!}!} }7}"}&} }* tun1: Sync: 7d 20 7d 20 7d 25 7d 26 7d 20 7d 39 b6 74 7d 27 } } }%}&} }9.t}' tun1: Sync: 7d 22 7d 28 7d 22 7d 2d 7d 23 7d 26 d8 ff 7e }"}(}"}-}#}&..~ tun1: Debug: proto_LayerPull: unknown -> 0x007d tun1: Debug: link_PullPacket: Despatch proto 0x007d tun1: Phase: Unknown protocol 0x007d (reserved (Control Escape)) tun1: LCP: deflink: SendProtocolRej(1) state = Stopped tun1: Debug: fsm_Output tun1: Debug: 08 01 00 34 00 7d 21 7d 21 7d 20 7d 37 7d 22 7d ...4.}!}!} }7}"} tun1: Debug: 26 7d 20 7d 2a 7d 20 7d 20 7d 25 7d 26 7d 20 7d &} }*} } }%}&} } tun1: Debug: 39 b6 74 7d 27 7d 22 7d 28 7d 22 7d 2d 7d 23 7d 9.t}'}"}(}"}-}#} tun1: Debug: 26 d8 ff 7e &..~ tun1: Debug: proto_LayerPush: Using 0xc021 tun1: Sync: Write tun1: Sync: ff 03 c0 21 08 01 00 34 00 7d 21 7d 21 7d 20 7d ...!...4.}!}!} } tun1: Sync: 37 7d 22 7d 26 7d 20 7d 2a 7d 20 7d 20 7d 25 7d 7}"}&} }*} } }%} tun1: Sync: 26 7d 20 7d 39 b6 74 7d 27 7d 22 7d 28 7d 22 7d &} }9.t}'}"}(}"} tun1: Sync: 2d 7d 23 7d 26 d8 ff 7e -}#}&..~ tun1: Debug: link_PushPacket: Transmit proto 0xc021 tun1: Debug: m_enqueue: len = 1 tun1: Debug: m_dequeue: queue len = 1 .. and so on. Obviously no connection can get established. I've also tried different clients, but the result is roughly the same. Can anyone help me? Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message