Re: ipfw fwd doesn't handle ipv6 addresses

2010-11-12 Thread gumbo
Wed, Nov 10, 2010 10:31 pm Subject: Re: ipfw fwd doesn't handle ipv6 addresses On 11/10/2010 14:42, gu...@bsdmail.org wrote: > I'm running freebsd 7.2 and trying to find a way to forward a packet > based on it's source address. The following command works fine for > ip

Re: ipfw fwd doesn't handle ipv6 addresses

2010-11-10 Thread Doug Barton
On 11/10/2010 14:42, gu...@bsdmail.org wrote: I'm running freebsd 7.2 and trying to find a way to forward a packet based on it's source address. The following command works fine for ipv4 addresses but fails for ipv6 addresses. ipfw add 101 fwd nextaddr ip from myaddr to any out This works fine i

ipfw fwd doesn't handle ipv6 addresses

2010-11-10 Thread gumbo
I'm running freebsd 7.2 and trying to find a way to forward a packet based on it's source address. The following command works fine for ipv4 addresses but fails for ipv6 addresses. ipfw add 101 fwd nextaddr ip from myaddr to any out This works fine if nextaddr and myaddr are ipv4 but fails to