Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 18:00:28 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        alasdair@iprimus.com.au
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Unable to access certain sites from FreeBSD 6.2
Message-ID:  <2E558F1C-C370-4645-83B7-BC34854E536D@mac.com>
In-Reply-To: <4899F40F0000E223@cpms02.int.iprimus.net.au>
References:  <4899F40F0000E223@cpms02.int.iprimus.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi--

On Aug 20, 2008, at 5:10 PM, alasdair@iprimus.com.au wrote:
> How do I "run an ipfw divert rule to
>>
> net/tcpmssd process " ? Where do I set this rule?

The idea is that you have to run tcpmssd on a port, and then do:

   ipfw add divert _port_ all from any to any via _interface_

If you are already running a firewall and/or natd, then look at /etc/ 
rc.firewall and add another divert rule there.  Otherwise, starting up  
tcpmssd & the ipfw rule can be added into /etc/rc.local or a rc.d  
script....

See "man tcpmssd" (or "nroff -man /usr/ports/net/tcpmssd/src/tcpmssd. 
8", if you haven't installed the port yet) for a starting point.

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2E558F1C-C370-4645-83B7-BC34854E536D>