Stefano’s notebook

my technical writings

PF nat address pool

In PF (bsd packet filter) il nat address pool viene usato per mascherare in uscita con 2 o più indirizzi:

nat on $ext_if inet from any to any -> { 192.0.2.5, 192.0.2.10 }

ma per fare in modo che un client venga sempre mappato con lo stesso indirizzo:

nat on $ext_if inet from any to any -> 192.0.2.4/31 source-hash