From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 00:11:28 2005 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 CB8D016A4CE for ; Tue, 5 Apr 2005 00:11:28 +0000 (GMT) Received: from stelesys.com (web1.stelesys.com [63.175.100.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770CC43D1D for ; Tue, 5 Apr 2005 00:11:28 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from [127.0.0.1] (helo=www.stelesys.com) by stelesys.com with esmtpa (Exim 4.44 (FreeBSD)) id 1DIbf8-000A8s-GA; Mon, 04 Apr 2005 20:11:22 -0400 Received: from 24.98.86.57 (SquirrelMail authenticated user jbell@stelesys.com); by www.stelesys.com with HTTP; Mon, 4 Apr 2005 20:11:22 -0400 (EDT) Message-ID: <4218.24.98.86.57.1112659882.squirrel@24.98.86.57> In-Reply-To: References: Date: Mon, 4 Apr 2005 20:11:22 -0400 (EDT) From: "Jerry Bell" To: "Chip Wiegand" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: FreeBSD List Subject: Re: screwy network/dmz problem 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: Tue, 05 Apr 2005 00:11:28 -0000 The first thing I would check is that it's the BSD box that you are actually pinging. I'd try unplugging it and trying the ping again from the IIS box. Barring that, I would double and triple check the network mask on the BSD box. Also, make sure you don't have some screwy firewall rules on the BSD server that prevent outbound pings. Next, look at the output of 'netstat -rn' You should see entries for the default gateway as well as your local network. If all looks good there, check your arp table with arp -a. If you don't see anything there, it's probably a layer 1 or 2 problem (cabling/vlan). There are many many possibilities for what could be wrong, but it's hard for us to say. Let us know what you find on those tests. Jerry http://www.syslog.org > here in our office we have a firewall running Firewall-1 (it is > administered remotely from another office in another country). It is set > up with a dmz so I can host a web server (which is running IIS), but it > works. I am now adding another web server, running Apache/FreeBSD. Problem > is the FBSD box does not ping anything. The IIS box can ping the FBSD box > and get a response from it. I have used the same network settings on the > FBSD box that are on the IIS box, changing only the ipaddress. I don't > understand why the FBSD box only responds with network not found when > trying to ping anything. Now the IIS box is not a member of any network, > it is it's own workgroup called DMZ. Is the problem that the FBSD box > needs to be a member of the workgroup DMZ? And if so, how do I get it > there? > > Regards, > Chip > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >