From owner-freebsd-questions Mon Jan 15 23:38:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19112 for questions-outgoing; Mon, 15 Jan 1996 23:38:25 -0800 (PST) Received: from gdi.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA19105 for ; Mon, 15 Jan 1996 23:38:18 -0800 (PST) Received: (from dwhite@localhost) by gdi.uoregon.edu (8.6.12/8.6.12) id XAA00678; Mon, 15 Jan 1996 23:38:57 -0800 Date: Mon, 15 Jan 1996 23:38:57 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Tianlin WANG cc: freebsd-questions@FreeBSD.ORG Subject: Re: PLEASE HELP: Ethernet Hub, Sparc, FreeBSD In-Reply-To: <199601160033.RAA00955@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Mon, 15 Jan 1996, Tianlin WANG wrote: > I want to build a local network system within an office with > Pentium PC (FreeBSD 2.1.0), SparcStation (Solaris 2.5) and an > ethernet Hub. But I have serious problems to make it work. > > Pentium PC has an ethernet card and moden. The FreeBSD has been > working for months. Because I have no direct internet access, > I changed a line in /etc/sysconfig > from > network_interfaces="ed0 lo0" > to > network_interfaces="lo0" Um, nope, that was not a good idea. ed0 is the driver for the ethernet card, you NEED to configure it. You will not be able to communicate without it. What kind of ethernet card is in there now? You will also need to modify your ``ifconfig_ed0'' line below the network_interfaces line to get your IP number in there, so the computer knows who it is. > Sparc has its hostname 'ultralean' and PC has its hostname 'supanee'. > My question is how can I access one machine from another? > Say, I want to telnet to supanee from ultralean, how? > The following commend > telnet ultralean > does not work. > > Your hints and help will be greatly appreciated. Don't forget to add both hostnames to /etc/hosts so name lookups work ok. This is really quick and dirty, if you want any details just ask. Doug White | University of Oregon Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major