I am using ipfw_nat and have some mappings. How do I see all the active mappings? I can see the config with like this:
but I want to see all the sessions -- especially for nat 1 which translates all the non-one-to-one mappings.
Code:
# ifpw nat show config
ipfw nat 1 config ip 8.8.8.210 log deny_in same_ports unreg_only reset
ipfw nat 211 config redirect_addr 10.50.1.211 8.8.8.211
ipfw nat 212 config redirect_addr 10.50.1.212 8.8.8.212
ipfw nat 213 config redirect_addr 10.50.1.213 8.8.8.213