From owner-freebsd-net@FreeBSD.ORG Mon Mar 14 13:24:18 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 8F73116A4CE for ; Mon, 14 Mar 2005 13:24:18 +0000 (GMT) Received: from hanghau.pacific.net.hk (hanghau.pacific.net.hk [202.64.33.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D5243D2D for ; Mon, 14 Mar 2005 13:24:17 +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 j2EDOBph024923; Mon, 14 Mar 2005 21:24:15 +0800 (CST) Message-ID: <4235907A.2010907@attglobal.net> Date: Mon, 14 Mar 2005 21:24:10 +0800 From: John Mok User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Maren S. Leizaola" References: <42344AF7.6070701@attglobal.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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: Mon, 14 Mar 2005 13:24:18 -0000 Dear Maren, I did not notice anything special in the Cisco 1600 router config. as shown below :- ! hostname example.com no service udp-small-servers no service tcp-small-servers ! ip sub-net-zero ip classless ip routing ! enable-password ***** ! interface FastEthernet 0 description To Intranet ip address 1.2.3.4 255.255.255.224 no ip directed broadcast no shutdown ! interface Serial 0 description To MCI bandwidth 1536 encapsulation frame-relay IETF frame-relay lmi-type ansi no ip address no shutdown no fair-queue ! interface Serial 0.1 point-to-point ip unnumbered FastEthernet0 frame-relay interface-dlci 500 IETF bandwidth 1536 no shutdown ! ip route 0.0.0.0 0.0.0.0 Serial 0.1 ! ip domain-name ALTER.NET ip name-server 198.6.1.5 snmp-server community .... .... How to put the same serial config. on ARNET/Digi SYNC/570i with Netgraph + Frame Relay? If it would be easier to work with Sangoma S5141, then how to convert into the Sangoma config. with Netgraph? Thanks a lot. John Mok Maren S. Leizaola wrote: > On Sun, 13 Mar 2005, John Mok wrote: > >> 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/ > > > John, > Are you sure that you have moved all the items you need from the > cisco config to FreeBSD... I've not played with netgraph, but if I > recall correctly your configuration needs to also match what PCCW have > configured, in particular the sub-interface... s0.100 etc... > > regards, > maren. >