On 2008-03-19, Barry Commander <[EMAIL PROTECTED]> wrote: > I was under the impression those tunnel brokers simply allow the IPv4 > interface on my router to access the limited IPv6 sites/servers
Most tunnel brokers allow you a /48 from which you can assign /64 subnets to your LAN/s. You can then setup live IPv6 addresses on all of your network. > I basically want the IPv6 clients on my LAN to be able to access IPv4 > servers on the internet transparantly - the router doing the IPv6->IPv4 > /IPv4->IPv6 conversion. As things stand at the moment on OpenBSD, your only real option is faithd which is a userland proxy that forwards a single TCP port between v6 and v4. PF does not handle nat-pt. You also need some tricks so that the v6 clients see an AAAA DNS record for the site they try to access: this is done with the totd port/package.

