From owner-freebsd-current Tue Apr 3 21:36:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 2872437B71A for ; Tue, 3 Apr 2001 21:36:22 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f344aBq33128 for freebsd-current@FreeBSD.ORG.AVP; Wed, 4 Apr 2001 06:36:11 +0200 (CEST) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f344aBq33122 for freebsd-current@FreeBSD.ORG; Wed, 4 Apr 2001 06:36:11 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina ([192.168.5.100]) by arnold.neland.dk (8.11.3/8.11.0) with SMTP id f344Zwu06433 for ; Wed, 4 Apr 2001 06:36:02 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <013d01c0bcc0$d3d26e60$6405a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: Subject: pppoe, userland ppp Date: Wed, 4 Apr 2001 00:03:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by ns.internet.dk id f344aBq33122 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd like to try pppoe to connect to poptop (on a linuxbox). The port is forbidden; I should use ng_pppoe. I haven't done netgraph stuff before; afaiu I should attach ng_pppoe to a node which is the physical device. But I'm doing userland ppp, and tun0 is not a node. ngctl list shows this: There are 10 total nodes: Name: ngctl3349 Type: socket ID: 0000000b Num hooks: 0 Name: ipr3 Type: ether ID: 00000009 Num hooks: 0 Name: ipr2 Type: ether ID: 00000008 Num hooks: 0 Name: ipr1 Type: ether ID: 00000007 Num hooks: 0 Name: ipr0 Type: ether ID: 00000006 Num hooks: 0 Name: isp3 Type: ether ID: 00000005 Num hooks: 0 Name: isp2 Type: ether ID: 00000004 Num hooks: 0 Name: isp1 Type: ether ID: 00000003 Num hooks: 0 Name: isp0 Type: ether ID: 00000002 Num hooks: 0 Name: ed0 Type: ether ID: 00000001 Num hooks: 0 If my local network is 192.168.5.0, inside ip 192.168.5.11, outside ip dynamic, the remote internal network 192.168.0.0, the gateway running poptop is 192.168.0.1 internal, 194.1.2.3 outside, how do I setup ng_pppoe? When my ADSL gets installed, it will be on ed1. Same question as above. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message