Re: RFC 6296 (NPT v6)

2011-07-11 Thread Sergey Matveychuk
10.07.2011 7:13, Rémy Sanchez wrote: Hi, I was wondering if they were anyone currently implementing NPTv6 for FreeBSD ? If nobody is, since I need this feature and that the RFC is quite simple, I think I'll implement it (or run out of time trying to). However, it looks like you can't divert IPv

Re: RFC 6296 (NPT v6)

2011-07-10 Thread Rémy Sanchez
On Sunday 10 July 2011 09:38:36 Bjoern A. Zeeb wrote: > pf allows you do do prefix rewriting with binat at least, like: > > binat on $extif inet6 from $my_v6_ula_48 to ! -> > $my_v6_external_48 Well, that's not quite it I think, because it looks like to be "plain old" NAT whereas RFC 6296 do not

Re: RFC 6296 (NPT v6)

2011-07-10 Thread Bjoern A. Zeeb
On Jul 10, 2011, at 3:13 AM, Rémy Sanchez wrote: > I was wondering if they were anyone currently implementing NPTv6 for FreeBSD ? > > If nobody is, since I need this feature and that the RFC is quite simple, I > think I'll implement it (or run out of time trying to). However, it looks > like >