From owner-freebsd-net@FreeBSD.ORG Sat Mar 19 18:56:33 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 F163016A4CE for ; Sat, 19 Mar 2005 18:56:33 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BBD43D31 for ; Sat, 19 Mar 2005 18:56:32 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j2JIrTwR009528 for freebsd-net@freebsd.org.checked; Sat, 19 Mar 2005 21:53:29 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j2JIqKi1009510; Sat, 19 Mar 2005 21:52:20 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <423C72A1.7060000@cronyx.ru> Date: Sat, 19 Mar 2005 21:42:41 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: John Mok References: <42344AF7.6070701@attglobal.net> In-Reply-To: <42344AF7.6070701@attglobal.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org 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: Sat, 19 Mar 2005 18:56:34 -0000 In case you still need this information. John Mok: > Hi, > > I would like to replace the existing Cisco router 1600 and connect to > MCI Hong Kong with FeeBSD 5.3 box with a Digi SYNC 570 serial card. > With reference of the FreeBSD handbook and the information from Julian > Elischer at > > http://www.elischer.org/netgraph/ > > I have compiled the kernel with the following options :- > > .... > options NETGRAPH > options NETGRAPH_FRAME_RELAY > options NETGRAPH_LMI > .... > device ar > > The dmesg showed that the device ARNET/Digi SYNC/570i was loaded > successfully. However, when I tried to config. with the following, the > ngctl prompt with the error: > > #ngctl mkpeer ar0: frame_relay rawdata downstream > #ngctl mkpeer ar0:rawdata lmi dlci500 ansi ngctl mkpeer ar0:rawdata lmi dlci0 annexD also you need NETGRAPH_RFC1490 ngctl mkpeer ar0:rawdata rfc1490 dlci500 downstream ngctl mkpeer ar0:rawdata.dlci500 iface inet inet and you will get smth like ng0 Best regards, Roman Kurakin > > ngctl: send msg: No such file or directory > > I tried the testing with MCI connection disconnected. How do I set the > line speed to 1536 Kbps? I hope someone could help me how to config. > the netgraph with work with Digi SYNC/570i > > Thanks a lot. > > John Mok > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"