Date: Thu, 28 Jan 1999 21:42:12 -0500 From: Paul Murphy <pmurphy@earthling.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Internet Access for Win95 LAN Message-ID: <36B12004.70B86E79@earthling.net> References: <4.1.19990127193824.00ac2580@mail.dnai.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36B12004.70B86E79>