From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 17:18:47 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 3774616A4CE for ; Fri, 6 Feb 2004 17:18:47 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B4F43D48 for ; Fri, 6 Feb 2004 17:18:45 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp130-138.lns1.adl2.internode.on.net [150.101.130.138])i171IgxC018470; Sat, 7 Feb 2004 11:48:44 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: "mikecasa@katamail.com" , freebsd-questions@freebsd.org Date: Sat, 7 Feb 2004 11:48:42 +1030 User-Agent: KMail/1.4.3 References: <193.204.26.9+nkhDG9D2aPIJBCLEdbV@all-1.inet.it> In-Reply-To: <193.204.26.9+nkhDG9D2aPIJBCLEdbV@all-1.inet.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200402071148.42273.malcolm.kay@internode.on.net> Subject: Re: Dlink dwlg520 netgear WG311 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: Sat, 07 Feb 2004 01:18:47 -0000 On Fri, 6 Feb 2004 05:07, mikecasa@katamail.com wrote: > Hi, > > I have a little problem! > > I have to configure my dlink dwl g520 and netgear WG311 card for Freebs= d in > ad hoc mode, but it doesn't. > > I have installed Freebsd 5.2 on two machines. > On the first i have typed : > > ifconfig ath0 inet 192.168.1.1 netmask 0xffffff0 ssid my_net mode 11b > mediaopt adhoc. Possibly/probably has nothing to do with the problem you are experiencing= ; but your net mask value seems to have lost a digit ( '0' ?) 0xffffff0 --> 0xffffff00 > > On the second i have typed : > > ifconfig ath0 inet 192.168.1.2 netmask 0xffffff0 ssid my_net mode 11b > mediaopt adhoc. Ditto > > When the machine try to ping each other, I see arp request message and= arp > reply message, but machines don't ping each other. > > Can you help me? > > Mikele. Malcolm Kay