From owner-freebsd-net Tue Jan 29 2:43:39 2002 Delivered-To: freebsd-net@freebsd.org Received: from web20108.mail.yahoo.com (web20108.mail.yahoo.com [216.136.226.45]) by hub.freebsd.org (Postfix) with SMTP id 0DF4D37B404 for ; Tue, 29 Jan 2002 02:43:37 -0800 (PST) Message-ID: <20020129104336.85859.qmail@web20108.mail.yahoo.com> Received: from [212.234.238.114] by web20108.mail.yahoo.com via HTTP; Tue, 29 Jan 2002 02:43:36 PST Date: Tue, 29 Jan 2002 02:43:36 -0800 (PST) From: ome ome Subject: WANic and Netgraph To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org First of all, thanks for your help !! My WAN card is set as follow : wpa_chdlc0: flags=51 mtu 1500 inet 10.1.1.1 --> 10.2.1.1 netmask 0xff000000 So, here is what I'm trying to do : I would like to make a link between the wpa_chdlc0 and the ppp0, to make a connection between Cisco and pppd. So, I prefer to use Netgraph for the independancy with the hardware. I make two Iface nodes connected on Inet hook (ng0:inet <---> ng1:inet) then, I want to bind my nodes on the devices wpa_chdlc0 and ppp0 My problems are : - When I try to bind my devices, I've got the following message : ngctl: send msg: Function not implemented Could you tell me how to use the bind function (i.e. bind arg1 arg2 ...)? - Do you think I'm on the right way?? Thanks, Olivier __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message