On 2014/03/12 22:03, Stéphane Guedon wrote:
> Hello !
> 
> I am trying to setup a nat64 using my openbsd server as router.
> 
> This server has one physical network card (re0).
> I connect it to native ipv6 world with a sixxs tunnel, and my local 
> network get ipv6 connectivity. So, no problem connerning that.
> 
> I would like to finish the damn thing (like said previously) by 
> furnishing a nat64 on this system. I tried to find the good pf rule, 
> but can't understand how to build it.
> 
> here is what I would like to write (or close) :
> 
> pass in on re0 inet6 from any to 64:ff9b::/96 af-to inet from (re0)

I have pretty much the same, the only difference is that I use a
fixed address rather than (re0), but I don't *think* that matters here.

Do you have v4 and v6 forwarding sysctl's enabled?

You'll probably want DNS64 to go with that, the one that is part of
newer versions of BIND (in ports) works fine.

Reply via email to