Just to be sure I have it right. When the kernel diverts the packet to
natd, via ipfw:
1) kernel sends packet to natd
2) natd read() the packet
3) natd screws with it (changes dest addr,etc)
4) natd write() the packet
5) kernel reinjects the packet back into the firewall
That's what I could get out of divert(4) and some of the natd source.
Bare with me...I'm a novice programmer.
Is this correct?
Nick Rogness <[EMAIL PROTECTED]>
- Keep on routing in a Free World...
"FreeBSD: The Power to Serve!"
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message