hi misc mailinglist users,

i have a webserver and i'm using ipv6 and ipv4 addresses. the apache
server in openbsd does not support ipv6 so i tought i will use pf to nat
the ipv6 address to the ipv4 address for port 80. but pf for some reason
does not support this.

i added the following rule to /etc/pf.conf:

nat pass on vr0 from any to 2000:888:10:bbb::2 port http ->
213.84.168.252 port http

and got the following error message :

/etc/pf.conf:40: no translation address with matching address family
found.

using rdr instead of nat gives thesame problem. if i read this correctly
pf does not support natting between different address families (eg ipv6
and ipv4). why is this? am i doing something wrong or is it not
supported? it should be relatively easy to add and have a great benefit
for the users since all ipv4 only servers could simply be made ipv6
enabled too.

alwin

ps. i'm running 4.1.

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to