Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 1998 12:24:22 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Shawn Ramsey" <shawn@luke.cpl.net>
Cc:        <isp@FreeBSD.ORG>
Subject:   Re: ET/5025PQ
Message-ID:  <005d01bd2699$cbeb7720$c3e0d9cf@admin.westbend.net>

next in thread | raw e-mail | index | archive | help

-----Original Message-----
From: Jeff Lynch <jeff@mercury.jorsm.com>
>
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005d01bd2699$cbeb7720$c3e0d9cf>