From owner-freebsd-net@FreeBSD.ORG Sun Mar 13 14:15:24 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 1256B16A4CE for ; Sun, 13 Mar 2005 14:15:24 +0000 (GMT) Received: from hanghau.pacific.net.hk (hanghau.pacific.net.hk [202.64.33.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03FE43D55 for ; Sun, 13 Mar 2005 14:15:22 +0000 (GMT) (envelope-from jmok@attglobal.net) Received: from [192.168.16.50] (154.159.17.210.fixed.pacific.net.hk [210.17.159.154]) by hanghau.pacific.net.hk with ESMTP id j2DEFLph029294 for ; Sun, 13 Mar 2005 22:15:21 +0800 (CST) Message-ID: <42344AF7.6070701@attglobal.net> Date: Sun, 13 Mar 2005 22:15:19 +0800 From: John Mok User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 13 Mar 2005 14:15:24 -0000 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: 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