Re: Problem about Raw IP socket

1999-11-10 Thread Julian Elischer
set up some IPFW rules that select next hops withthe 'fwd' command e.g. 998 divert . 1000 skipto 1 1002 fwd nexthop1 ip from any to any 1004 fwd nexthop2 ip from any to any 1006 fwd nexthop3 ip from any to any 1 ... then in the address field of the sendto specify the ( rule#

Re: Problem about Raw IP socket

1999-11-10 Thread Archie Cobbs
Sunthiti Patchararungruang writes: > I have to create a route program for my thesis. Its operation is different > from normal packet forwarding. Therefore, I need to forward all packets > instead of using normal packet forwarding in FreeBSD kernel. I capture > packets via Divert socket. It