From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 00:14:07 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 EBCFF16A4CE for ; Thu, 19 Feb 2004 00:14:06 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D88843D1F for ; Thu, 19 Feb 2004 00:14:06 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i1J8Ds5v014217; Thu, 19 Feb 2004 08:14:06 GMT (envelope-from peter@circlesquared.com) Message-ID: <40347042.9090105@circlesquared.com> Date: Thu, 19 Feb 2004 08:13:54 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Storey References: <20040219131245.35ed0b5d.y2kbug@ms25.hinet.net> In-Reply-To: <20040219131245.35ed0b5d.y2kbug@ms25.hinet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Win200 gateway blocking FBSD html? 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: Thu, 19 Feb 2004 08:14:07 -0000 Robert Storey wrote: >I'm trying to set up a FreeBSD client machine for a school. > > ... >The client machines are connected to a switch, which is connected to a Windows 2000 gateway machine to access the Internet. I set up a FBSD client, and using dhcp it can find the network. > And Windows clients are set also to get their network settings automatically. This will include those that are managed by dhcp. I assume from what you say that the FreeBSD machine is successfully gaining a valid ip address, netmask, gateway (router) address and is resolving domain names. > I can ping the gateway machine, and even ping the local ISP. I can also use gftp to access some anonymous ftp sites (such as FreeBSD.org) though performance seems slow. > >The problem - I cannot access any web sites with http. Doesn't matter if I use Konqueror, Mozilla or Lynx. Yet, all the Windows machines on this network can browse the web (using Internet Explorer) without difficulty. > > Another type of automatic setting used _by default_ in Windows networks is the use of a proxy server on the gateway machine for http connections. This setting is also made automatically on the Windows clients, but not on your FreeBSD machine. Look in the internet control panel on a Windows client and check the proxy server settings. If I remember right, you'll want to use port 8080 on the gateway as a proxy server for http connections. HTH. PWR.