From owner-freebsd-isp Wed Jan 21 10:25:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18339 for freebsd-isp-outgoing; Wed, 21 Jan 1998 10:25:56 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18327 for ; Wed, 21 Jan 1998 10:25:49 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.WestBend.NET [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.7) with SMTP id MAA05391; Wed, 21 Jan 1998 12:25:37 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <005d01bd2699$cbeb7720$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: "Shawn Ramsey" Cc: Subject: Re: ET/5025PQ Date: Wed, 21 Jan 1998 12:24:22 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Original Message----- From: Jeff Lynch > >Getting the links up an routing turned on will be another >hurdle I suspect you will have. > To get the links up, all I did was put the info into the rc.conf file and created start_if.eth[Port] & start_if.etha[DLCI#]. Example rc.conf network_interfaces="lo0 eth[Port] etha[DLCI#] fxp0" # List of network interfaces (lo0 is loopback). # eth0 - ET/5025PQ Port 0 # etha - ET/5025PQ Port 0 sub interface ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. # start_if.eth[Port] sets up the interface ifconfig_eth[Port]="inet [my_router_address] netmask 0xfffffffc" # ET/5025PQ Port X # start_if.etha[port] sets up the sub interface ifconfig_etha[DLCI#]="inet [my_router_address] netmask 0xfffffffc [distant_end_router_address]" Example start_if.eth[Port] /usr/hdlc/utils/hdlccfg /usr/hdlc/utils/fr0.pci.cfg [Port] Example start_if.etha[DLCI#] /usr/hdlc/utils/maproute DLCI[DLCI#] -i 0 -b -c -g [distant_end_router_address] Hope this helps. Scot W. Hetzel