From owner-freebsd-net@FreeBSD.ORG Mon Mar 28 19:17:11 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3331716A4CE for ; Mon, 28 Mar 2005 19:17:11 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A36B43D1D for ; Mon, 28 Mar 2005 19:17:11 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 8C0DA7A423; Mon, 28 Mar 2005 11:17:10 -0800 (PST) Message-ID: <42485836.6030203@elischer.org> Date: Mon, 28 Mar 2005 11:17:10 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en, hu MIME-Version: 1.0 To: John Mok References: <42344AF7.6070701@attglobal.net> <423C72A1.7060000@cronyx.ru> <4240497D.5030304@attglobal.net> <42404B15.5040605@elischer.org> <424835C0.9070603@attglobal.net> In-Reply-To: <424835C0.9070603@attglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org cc: Roman Kurakin Subject: Re: HOWTO connect MCI using Netgraph + Frame Relay with Digi SYNC/570i X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 19:17:11 -0000 what does "ngctl types" say? looks like you don't have all the right modules loaded.. John Mok wrote: > > After issuing the following commands :- > > #ngctl mkpeer sync_ar0: frame_relay rawdata downstream > #ngctl mkpeer sync_ar0:rawdata lmi dlci0 ansi > #ngctl mkpeer sync_ar0:rawdata rfc1490 dlci16 rfc1490 > #ngctl mkpeer sync_ar0:rawdata dlci16 rl0 inet inet > #ifconfig ng0 1.2.3.4 5.6.7.8 > ifconfig: interface ng0 does not exist are you SURE none of these returned an error? > > The command ifconfig shows :- > > rl0: flags=8843 mtu 1500 > options=8 > inet6 fe80::207:40ff:fe09:f09%rl0 prefixlen 64 scopeid 0x1 > inet 192.168.255.254 netmask 0xffffff00 broadcast 192.168.255.255 > ether 00:07:40:09:0f:09 > media: Ethernet autoselect (none) > status: no carrier > xl0: flags=8843 mtu 1500 > options=9 > inet6 fe80::201:3ff:fec1:9c58%xl0 prefixlen 64 scopeid 0x2 > ether 00:01:03:c1:9c:58 > media: Ethernet autoselect (100baseTX ) > status: active > xl1: flags=8843 mtu 1500 > options=9 > inet6 fe80::201:3ff:fe34:61af%xl1 prefixlen 64 scopeid 0x3 > inet 192.168.16.254 netmask 0xffffff00 broadcast 192.168.16.255 > ether 00:01:03:34:61:af > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 > inet 127.0.0.1 netmask 0xff000000 > > and the command "ngctl list" shows :- > > There are 4 total nodes: > Name: ngctl811 Type: socket ID: 00000011 Num hooks: 0 > Name: Type: frame_relay ID: 00000004 Num hooks: 1 > Name: sync_ar1 Type: sync_ar ID: 00000002 Num hooks: 0 > Name: sync_ar0 Type: sync_ar ID: 00000001 Num hooks: 1 > > Would it be the problem that I test it with cable disconnected from > the modem (i.e.CSU/DSU)? > > Thanks a lot. > > John Mok > > > Julian Elischer wrote: > >> did the last command do anything? >> >> please show the output of: >> ifconfig >> ngctl list >> >>