https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201448
--- Comment #3 from dlegrand <[email protected]> --- (In reply to [email protected] from comment #2) I've done the changes you proposed, and there is no more IP packet not nated. But I don't think there is an error in the handbook for the intended purpose in the NAT section. If the outbound traffic is aliased before checking rules in your IPFW rules file, you can't check on LAN private IP because the private IP is replaced with your public IP. This is why we are using 'skipto' to do outbound aliasing after the check on private IP. I think there is something wrong with IPFW + NAT, but the handbook seems OK. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
