From owner-freebsd-questions Fri Oct 10 14:55:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12778 for questions-outgoing; Fri, 10 Oct 1997 14:55:54 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from relay6.UU.NET (relay6.UU.NET [192.48.96.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12765 for ; Fri, 10 Oct 1997 14:55:47 -0700 (PDT) (envelope-from Matt_Murphy@mail.amsinc.com) From: Matt_Murphy@mail.amsinc.com Received: from ams-central-gate-5.amsinc.com by relay6.UU.NET with SMTP (peer crosschecked as: ams-central-gate-5.amsinc.com [162.70.34.51]) id QQdksd22826; Fri, 10 Oct 1997 17:56:01 -0400 (EDT) Received: by ams-central-gate-5.amsinc.com(Lotus SMTP MTA v1.1 (385.6 5-6-1997)) id 8525652C.0078C4CD ; Fri, 10 Oct 1997 17:59:07 -0400 X-Lotus-FromDomain: AMSINC To: freebsd-questions@FreeBSD.ORG Message-ID: <8825652C.0076F6F6.00@ams-central-gate-5.amsinc.com> Date: Fri, 10 Oct 1997 14:57:35 -0700 Subject: Network Issues Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm having trouble configuring my network parameters. I can't get the system to use a host other than localhost (127.0.0.1). Here is the situation/issues that I've got: I've got an Intel 32-bit PCI ethernet card (I think its a Pro/10 but I'm not sure; I can find out if it matters). During installation (2.2.1), everything went OK but the installation never got to the Ethernet board network configuration part of the installation as shown in the installation guide. I got a list of serial/parallel devices (lp0, etc) with no ethernet board on the list (the install guide shows ed1 as an example of what one would see here. Do I see none because the Ethernet board is PCI?. Consequently, it never asked me for the host name, IP address, gateway, etc. I chose cancel at the list of SLIP/PPP devices and it went on to other things. When I do an ifconfig -a I get the lo0 loopback device (I can ping it also) but I don't get anything else (other than sl0, tun0 and lp0). Shouldn't I see ix0 or ed0 of something like that? What is the name of the interface I should use? If I ifconfig any of the above I get a message that says the interface does not exist.. Also, during boot up the system detects the Intel Ethernet board at pci0:13: and gives some int and irq info and says [no driver assigned]. Should it be assigning a driver? Why can I ping localhost but can't get any other host/ip address assigned to my network card? I defined 10.0.0.2 myname (the default) in etc/hosts. When I try to ping this I get no route to host. However, I can't add a route because I get network is unreachable. Basically, all I want to do is define an interface and host name/IP address other than localhost and be able to ping it. I can't get that far. What's going on? Any insights would be appreciated. Thanks