Re: UDP catchall
- From: Julian Elischer <julian@xxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 15:03:44 -0700
It's possible using ipfw to mostly implement this, and with an upcoming change, possible to completely implement this.
the "uid" function of ipfw can act as a "does there exist a socket to which this packet would go?" test.
and a variant of it called "for_me" that I am adding (we use it at work) does this even better.
so, basically,
yyy: skipto xxx ip from any to-me
yyy+1: fwd 127.0.0.1,1234
xxx:
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- References:
- Re: UDP catchall
- From: Matus Harvan
- Re: UDP catchall
- From: Bruce M. Simpson
- Re: UDP catchall
- From: Brooks Davis
- Re: UDP catchall
- From: Bruce M. Simpson
- Re: UDP catchall
- From: Matus Harvan
- Re: UDP catchall
- Prev by Date: Re: UDP catchall
- Next by Date: Re: Correct way to enable ipv6 and sixxs-aiccu?
- Previous by thread: Re: UDP catchall
- Next by thread: Re: UDP catchall
- Index(es):
Relevant Pages
|
|