From owner-freebsd-questions Fri Jul 21 05:13:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA26018 for questions-outgoing; Fri, 21 Jul 1995 05:13:20 -0700 Received: from warp10.smartlink.net (smartlink.net [204.118.4.2]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id FAA26012 for ; Fri, 21 Jul 1995 05:13:18 -0700 Received: by warp10.smartlink.net(8.6.12/SMARTLINK-1.0) with id FAA04983 for on Fri, 21 Jul 1995 05:12:48 -0700 Date: Fri, 21 Jul 1995 05:12:48 -0700 (PDT) From: Joseph McDonald To: Thierry Delaitre cc: questions@freebsd.org Subject: Re: SMC - Network Card In-Reply-To: <199507211159.MAA18235@osiris.cpc.wmin.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@freebsd.org Precedence: bulk On Fri, 21 Jul 1995, Thierry Delaitre wrote: > Dear Guru, > > I'd like to connect my SMC to a Twisted Pair cable instead of a AUI cable. > > Is there a way to re-configure the network card by specifying some parameters ? You may have to configure the card to use the Twisted Pair connector, but you also must tell ifconfig about it with the "link2" argument. Here is my entry in /etc/sysconfig: ifconfig_ed0="inet 204.118.4.13 link2 netmask 255.255.255.0" regards, -joe