From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 13:17:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB61616A4CE for ; Sun, 4 Apr 2004 13:17:28 -0700 (PDT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309F443D31 for ; Sun, 4 Apr 2004 13:17:28 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id B42A23EF3; Sun, 4 Apr 2004 22:17:36 +0200 (CEST) Date: Sun, 4 Apr 2004 22:17:36 +0200 From: Simon Barner To: Gary Kline Message-ID: <20040404201736.GC44569@zi025.glhnet.mhn.de> References: <20040401173032.GA16568@tao.thought.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FFoLq8A0u+X9iRU8" Content-Disposition: inline In-Reply-To: <20040401173032.GA16568@tao.thought.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: FreeBSD Mailing List Subject: Re: NIC question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2004 20:17:28 -0000 --FFoLq8A0u+X9iRU8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > device pcn # AMD Am79C79x PCI 10/100 NICs >=20 > In the new DNS server I'm building, is the following ifconfig > line correct for the first AMD NIC: >=20 > ifconfig_pcn0=3D"inet 216.231.43.140 netmask 255.255.255.0" Yes, that looks good (if the ip address and the netmask are correct ;-) Be sure to either recompile your kernel with the following options device miibus device pcn or to load the module version of the driver: if_pcn.ko For more options of that NIC driver, you can have a look at its man page: pcn(4). Simon --FFoLq8A0u+X9iRU8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAcG1gCkn+/eutqCoRAuQJAJ0bZ4erVdsJFaGHon0Shi3CRVxOqwCg6d1d A/BLWBZpnI8QsW1xUpeWV0w= =0/A0 -----END PGP SIGNATURE----- --FFoLq8A0u+X9iRU8--