Return to BSD News archive
Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.duke.edu!agate!reason.cdrom.com!usenet From: "Jordan K. Hubbard" <jkh> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Whining and complaining (example) Date: 6 Aug 1995 03:38:09 GMT Organization: Walnut Creek CDROM Lines: 30 Message-ID: <401df1$enh@reason.cdrom.com> References: <3vlu3q$b7a@news.bu.edu> <3vo63r$svq@bonnie.tcd-dresden.de> <400ng0$bob@news.bu.edu> NNTP-Posting-Host: time.cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; FreeBSD 2.2-CURRENT i386) X-URL: news:400ng0$bob@news.bu.edu Did you try the `link1' option to ifconfig? If you look at the installation doc for network interfaces (it's on the boot floppy during the installation) it documents which connectors ("links") on your ethernet card correspond to link0, link1, link2. I'll paste it in here for reasons of brevity: You can move through the fields with the TAB, BACK-TAB and RETURN keys. To edit a field, use DELETE or BACKSPACE. You may also use ^A (control-A) to go to the beginning of the line, ^E (control-E) to go to the end, ^F (control-F) to go forward a character, ^B (control-B) to go backward one character, ^D (control-D) to delete the character under the cursor and ^K (control-K) to delete to the end of the line. Basically, the standard EMACS motion sequences. The ``Extra options to ifconfig'' is kind of special (read: a hack :-). You can use it for specifying the foreign side of a PLIP or SLIP line (simply type the foreign address in) as well as selecting a given "link" on an ethernet card that has more than one (e.g. AUI, 10BT, 10B2, etc). The following links are recognised: link0 - AUI * highest precedence link1 - BNC link2 - UTP * lowest precedence Hope that helps.. Jordan