From owner-freebsd-hackers Thu Jul 27 16:24:46 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 39BA137C162 for ; Thu, 27 Jul 2000 16:24:40 -0700 (PDT) (envelope-from dennis@etinc.com) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.9.3/8.9.3) with SMTP id TAA04240 for ; Thu, 27 Jul 2000 19:23:53 -0400 (EDT) Message-Id: <200007272323.TAA04240@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Thu, 27 Jul 2000 19:37:48 -0400 To: hackers@freebsd.org From: Dennis Subject: PTP ethernets Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it possible to have only one address on an ethernet network? the only way that I can get it to work is with: ifconfig fxp0 200.1.1.1 netmask 255.255.255.255 route add fxp0 200.1.1.2 -interface fxp0 arp -s 200.1.1.2 ether-address Is there a way to get such a setup to work dynamically with ARPs? DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message