From owner-freebsd-questions Fri Aug 30 7:44:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5333A37B400 for ; Fri, 30 Aug 2002 07:44:16 -0700 (PDT) Received: from mailhub.co.ru (mailhub.co.ru [194.85.128.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865EF43E3B for ; Fri, 30 Aug 2002 07:44:14 -0700 (PDT) (envelope-from admin@arfatur.ru) Received: from ARFA ([195.16.50.5]) by mailhub.co.ru (8.11.0/8.11.0) with SMTP id g7UEi9I16957 for ; Fri, 30 Aug 2002 18:44:10 +0400 (MSD) Received: from vasily by arfatur.ru with SMTP (MDaemon.v2.7.SP4.R) for ; Fri, 30 Aug 2002 18:44:01 +0400 Date: Fri, 30 Aug 2002 18:44:00 +0400 From: Vasily X-Mailer: The Bat! (v1.45) Educational Reply-To: Vasily X-Priority: 3 (Normal) Message-ID: <4087581973.20020830184400@arfatur.ru> To: freebsd-questions@FreeBSD.ORG Subject: netgraph problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG X-Return-Path: admin@arfatur.ru 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've tried to organize connection via ADSL modem using PPPoE (PPP over Ethernet). According to instructions I included in KERNEL options NETGRAPH After compilation I tried --------------------------------- #/usr/sbin/ppp Working in interactive mode Using interface: tun0 ppp ON myhost> --------------------------------- then --------------------------------- ppp ON myhost> dial module_register: module netgraph already exists! linker_file_sysinit "netgraph.ko" failed to register! 17 Warning: kldload: ng_ether: Exec format error Aug 30 18:20:08 myhost /kernel: module_register: module netgraph already exists! Aug 30 18:20:08 myhost /kernel: module_register: module netgraph already exists! Aug 30 18:20:08 myhost /kernel: linker_file_sysinit "netgraph.ko" failed to register! 17 Aug 30 18:20:08 myhost /kernel: linker_file_sysinit "netgraph.ko" failed to register! 17 Aug 30 18:20:08 myhost ppp[129]: tun0: Warning: kldload: ng_ether: Exec format error Warning: rl0: Cannot send a netgraph message: No such file or directory Aug 30 18:20:08 myhost ppp[129]: tun0: Warning: rl0: Cannot send a netgraph message: No such file or directory ppp ON myhost> --------------------------------- Computer has 2 interfaces wb0 and rl0. wb0 - for LAN, rl0 connected with ADSL modem. RELEASE 4.5. Before it was RELEASE 4.1 and everything worked OK. I updated the system and have problems now. Thank you in advance for any help. -- Best regards, Vasily admin@arfatur.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message