Hi all,

In my packet-filter file (/etc/pf.conf) the following line does *not* work:


match out on $rd6_if inet6 proto tcp to any port 119 nat-to {
2A01:1234:5678:9ABC::1/126 } round-robin


If I however use the following syntax, it *does* work:


match out on $rd6_if inet6 proto tcp to any port 119 nat-to {
2A01:1234:5678:9ABC::1, 2A01:1234:5678:9ABC::2, 2A01:1234:5678:9ABC::3,
2A01:1234:5678:9ABC::4 } round-robin


You can imagine I prefer the first shown, shorter syntax. But why doesn't it
work?

Who can tell me how it should be formatted?

Regards,

Remco van den Berg

Reply via email to