From owner-freebsd-questions Thu Jan 28 18:42:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03323 for freebsd-questions-outgoing; Thu, 28 Jan 1999 18:42:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pop01.globecomm.net (pop01.globecomm.net [206.253.129.185]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03318 for ; Thu, 28 Jan 1999 18:42:19 -0800 (PST) (envelope-from pmurphy@earthling.net) Received: from earthling.net (dialin1802.toronto.globalserve.net [209.90.137.23]) by pop01.globecomm.net (8.9.0/8.8.0) with ESMTP id VAA04578 for ; Thu, 28 Jan 1999 21:42:14 -0500 (EST) Message-ID: <36B12004.70B86E79@earthling.net> Date: Thu, 28 Jan 1999 21:42:12 -0500 From: Paul Murphy X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Internet Access for Win95 LAN References: <4.1.19990127193824.00ac2580@mail.dnai.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Thompson wrote: > > At 02:25 PM 1/28/99 +1300, you wrote: > >I am currently using FreeBSD 2.2.6 as a dial up Internet Server for a > >Windows 95 LAN and have the following questions I hope someone can help > >with. [snip] > > Also, you will want to add filters to PPP to filter out > NETBIOS packets from causing this your system to dialout. > This may or may not be a problem for you. If it is you will > want to add rules similar to the ones shown below to your > ppp.conf file (check the ppp documentation). > > # The following dial rules prevent NETBIOS (port 137, 138, > # 139 udp or tcp) from establishing a connection to the > # remote network. > set dfilter 1 deny udp src eq 137 > set dfilter 2 deny udp src eq 138 > set dfilter 3 deny udp src eq 139 > set dfilter 4 deny tcp src eq 137 > set dfilter 5 deny tcp src eq 138 > set dfilter 6 deny tcp src eq 139 > Do you know of any way to do this for Windows. Every time I make a request to the local LAN from the Win98 machines, Dial-up Networking tries to Dial my ISP (presumably for a DNS look up even though I have 'hosts' file). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message