Hello,

On Sun, Aug 26, 2007 at 12:48:06PM +0200, alwin wrote:
> 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.

As you have noticed and has been explained, this is not possible.

Maybe you can find interesting having a look at faithd(8) which,
however, relies on an optional feature which is not compiled* in GENERIC
kernels (pseudo-device faith 1 in sys/config/GENERIC).

* I would be interested for some explanations and/or pointers about why
this feature is not enabled by default (security or kernel size reason ?).

--
Olivier Mehani <[EMAIL PROTECTED]>
PGP fingerprint: 3720 A1F7 1367 9FA3 C654 6DFB 6845 4071 E346 2FD1

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

Reply via email to