From owner-freebsd-questions Wed Mar 22 09:28:10 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA10249 for questions-outgoing; Wed, 22 Mar 1995 09:28:10 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA10243 for ; Wed, 22 Mar 1995 09:28:09 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA10947; Wed, 22 Mar 95 10:21:02 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9503221721.AA10947@cs.weber.edu> Subject: Re: REQUEST: is there a udp equivalent to 'socks' for FreeBSD 1.x ? To: dave@odyssey.ucc.ie (David B. O'Byrne) Date: Wed, 22 Mar 95 10:21:01 MST Cc: questions@FreeBSD.org In-Reply-To: <9503220937.AA16439@odyssey.ucc.ie> from "David B. O'Byrne" at Mar 22, 95 09:37:14 am X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > Hello, I have a lab of mac's that use a FreeBSD 1.1.5.1 box as their > tcp router (and it works great !). The FreeBSD box has internet access and > acts as a proxy for ftp clients via the socks library. > > However socks only works with TCP. > > I read the code and they mention udp-relay for the equivalent functionality > for udp packets. > > I downloaded and tried building this but am blocked as it needs 'poll.h' > whatever that is ! > > has anyone ported it/ know if its impossible/have an alternative ? I just realized that I took this posting at face value in the last reply. If you don't have security reasons for not echoing all IP traffic both directions, you should enable options GATEWAY, and rebuild your kernel (or if you are running a recent kernel, look at the sysctl() man page). Then BSD will forward all packets for you. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.