From owner-freebsd-questions Thu Feb 27 10:44:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA12609 for questions-outgoing; Thu, 27 Feb 1997 10:44:20 -0800 (PST) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA12604 for ; Thu, 27 Feb 1997 10:44:16 -0800 (PST) Received: from knuth.cicese.mx by cicese.cicese.mx (4.1/SMI-4.1) id AA28240; Thu, 27 Feb 97 10:44:13 PST Received: by knuth.cicese.mx (SMI-8.6/SMI-SVR4) id KAA01014; Thu, 27 Feb 1997 10:46:43 -0800 Date: Thu, 27 Feb 1997 10:46:43 -0800 From: rvega@cicese.mx (Raymundo Vega Aguilar) Message-Id: <199702271846.KAA01014@knuth.cicese.mx> To: kuku@gilberto.physik.RWTH-Aachen.DE Subject: Re: forwarding broadcast packets between interfaces Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: rXFfBKibuKDiafccaIGVHA== Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > > Perhaps; try setting gateway=YES in /etd/sysconfig then add the proper > > routes. > > No, this won't work. broadcasts are UDP packets which are not routed by > a gateway (normally). There may be a way to tell the kernel (with an option) > to do UDP routing. I remember that Garrett (or David Greenman) once gave me > that tip. > > routing protocols have no idea of the content of the packet, it *only* looks for the destination IP address, see its routing table and sends the packet, if tis UDP or TCP does not matter, the problem with what you want to do is that windows has its own protocol and it does not look like tcp/ip, so you need a special router....i dont know if gated is "knows" about this. raymundo