NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

npf configuration



I was curious if npf can perform redirects similar to pf? For example the following pf rule:

pass in on egress inet proto tcp from any to (egress) port { 80 443 } rdr-to 192.168.1.2

would redirect $ext_if port http, https to $int_if port http, https


I've read the npf.conf manual and it doesn't look like this is possible, but maybe I've overlooked something.


Thanks,


Edgar




Home | Main Index | Thread Index | Old Index