I write program simular to natd, witch receives packets at divert port X.
Question:
On ipfw1 (FreeBSD 4.7) this rules work excellent:
 
ipfw add divert X from any to any Y
ipfw add divert X from any Y to any
 
We're diverting all received and sended packets (from\to port Y) to divert port X.
But these rules are not working together with ipfw2 (5.0 Release). Each single rule 
works fine, but when i combine them together only first of them triggers. The order 
doesn't matter.
 
What am I doing wrong?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to