|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Fyodor (fygrave
tigerteam.net)Date: Tue Mar 06 2001 - 09:41:46 CST
On Tue, Mar 06, 2001 at 01:48:51PM -0000, Avleen Vig wrote:
> Does anyone know if it's possible to do Source Address Based Policy Routing on FreeBSD
> without IPFW, or with IPF?
Your question sounds interesting 'without IPFW or with IPF'.. :) Should it read 'using IPF instead of IPFW'? :)
You can probably do redirection based on the source IP address with IPF as well. Something like
this might work:
pass out proto tcp from your_source to your dest head 10
rdr <int> 0.0.0.0/0 port any -> your_redir_target port 12345 group 10
or something... (althrough source-address based policy routing is not what IPF
nor IPFW are supposed to do, you will probably want to have a look into routing
daemons or something)
Oh, and by the way, it is kinda off-topic here :)
_______________________________________________
Snort-users mailing list
Snort-users
lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
http://lists.sourceforge.net/lists/listinfo/snort-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]