Would like more information about nat ipfw. In the handbook I only found information about natd and not nat "native" ipfw. I would like to know what the advantages and disadvantages of natd are. Just replaced a server Slackware/Linux for a server FreeBSD but I cannot configure the firewall "ipfw".
First I would like to configure nat. I recompiled the kernel with these settings:
	
	
	
		
Use the PF is a good idea?
PF works well on FreeBSD? Like in OpenBSD?
				
			First I would like to configure nat. I recompiled the kernel with these settings:
		Code:
	
	options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		IPFIREWALL_VERBOSE_LIMIT=5
options		IPFIREWALL_DEFAULT_TO_ACCEPT
options		IPDIVERT
options		IPFIREWALL_NAT # Enable NAT
options		LIBALIAS # Needed for NATUse the PF is a good idea?
PF works well on FreeBSD? Like in OpenBSD?
 
			     
 
		 
 
		 
 
		 
 
		