From owner-freebsd-questions Sun Aug 4 14:25:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA24705 for questions-outgoing; Sun, 4 Aug 1996 14:25:29 -0700 (PDT) Received: from ime.net (ime.net [204.97.248.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA24700 for ; Sun, 4 Aug 1996 14:25:23 -0700 (PDT) Received: from kimiko.tcguy.net (buxton-4.ime.net [206.231.148.133]) by ime.net (8.7.4/8.6.12) with SMTP id RAA27241; Sun, 4 Aug 1996 17:25:06 -0400 (EDT) Message-ID: <3205153D.45E4@ime.net> Date: Sun, 04 Aug 1996 17:25:18 -0400 From: Gary Chrysler Reply-To: tcg@ime.net Organization: The Computer Guy X-Mailer: Mozilla 3.0b6 (Win95; I) MIME-Version: 1.0 To: "Brian J. McGovern" CC: questions@freebsd.org Subject: Re: 2.2-SNAP/IPX References: <199608040236.WAA01392@spoon.beta.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Brian J. McGovern wrote: > > Is there any documentation for the new IPX stuff in the 2.2 Snapshot. I've > look at the IPX man page, but what I'm looking for are some examples for > ifconfig, etc. I think I have some ideas, but when I try it, the network > interface eventually freezes, and the only way to get it back up is to > reboot the box. Thanks for any info. > -Brian Welp, I run IPX on 2.1.0-r without troubles. my ifconfig is done as follows: /etc/netstart # Set up all the network interfaces, calling startup scripts if needed for ifn in ${network_interfaces}; do if [ -e /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} ${ifn} fi eval ifconfig_args=\$ifconfig_${ifn} ifconfig ${ifn} ${ifconfig_args} ifconfig ${ifn} done ifconfig ed0 ipx 0x36714239 Works for me. -Enjoy Gary ~~~~~~~~~~~~~~~~ Improve America's Knowledge... Share yours The Borg... Where minds meet (207) 929-3848