From owner-freebsd-questions Sat Jun 5 18:26: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from f04n01.cac.psu.edu (f04s01.cac.psu.edu [128.118.141.31]) by hub.freebsd.org (Postfix) with ESMTP id D19F714F81 for ; Sat, 5 Jun 1999 18:26:05 -0700 (PDT) (envelope-from BrotherMaynard@psu.edu) Received: from Valhalla (ipa199.new-cumberland4.pa.pub-ip.psi.net [38.26.130.199]) by f04n01.cac.psu.edu (8.8.7/8.6.12) with SMTP id VAA52944 for ; Sat, 5 Jun 1999 21:26:03 -0400 Message-Id: <199906060126.VAA52944@f04n01.cac.psu.edu> From: "Joe Lerch III" To: "freebsd-questions@FreeBSD.ORG" Date: Sat, 05 Jun 1999 21:28:54 +0000 Reply-To: "Joe Lerch III" X-Mailer: PMMail 1.96a For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Ethernet settings ( SMC 8216C ) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I recently installed FreeBSD 3.1, however I am having problems with the network configuration. I am on a small TCP/IP network consisting of three computers. One computer acts as a gateway for the other two ( uses dial on demand ). Whenever I try to telnet to any of the other computers on the network I receive the message: /kernal: ed0: device timeout I checked the FAQ and made the changes listed in " 3.2.1 Configuring your Ethernet Interface ", but I am still having the same problem. Here is my rc.conf: network_interfaces="ed0 lo0" ifconfig_ed0="inet 172.22.1.2 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" moused_port="/dev/psm0" moused_enable="YES" defaultrouter="172.22.1.3" hostname="Valhalla.home" This what I see when I run " ifconfig -a ": ed0: flags=8843 mtu 1500 inet 172.22.1.2 netmask 0xffffff00 broadcast 172.22.1.255 ether 00:00:c0:3e:ee:8d lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 These are some of the entries in my /var/log/messages Jun 5 20:22:50 Valhalla /kernel: ed0: address 00:00:c0:3e:ee:8d, type SMC8216/SMC8216C (16 bit) Jun 5 20:22:51 Valhalla /kernel: ed0: device timeout Thank you for your time, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message