Re: PF IPv6 fragment support

2013-04-27 Thread Rainer Bredehorn
Hi Jason! Am 27.04.2013 03:39, schrieb Jason Fesler: > On Fri, Apr 26, 2013 at 1:26 AM, Rainer Bredehorn wrote: >> I've modified the kernel PF implementation to pass IPv6 fragments. >> The first fragment is handled by the PF rules of course ignoring possible >> checks

Aw: PF IPv6 fragment support

2013-04-26 Thread Rainer Bredehorn
> I'm using FreeBSD 8.3 which doesn't support IPv6 fragments in PF. > Does FreeBSD 9.x PF support IPv6 fragments? > I can't find it in the 9.0 or 9.1 manpages. For pf.conf they are the same as > in FreeBSD 8.3. I've modified the kernel PF implementation to pass IPv6 fragments. The first fragment

PF IPv6 fragment support

2013-04-19 Thread Rainer Bredehorn
Hi! I'm using FreeBSD 8.3 which doesn't support IPv6 fragments in PF. Does FreeBSD 9.x PF support IPv6 fragments? I can't find it in the 9.0 or 9.1 manpages. For pf.conf they are the same as in FreeBSD 8.3. Rainer. ___ freebsd-net@freebsd.org mailing l

Re: How to set the IPv6 linklocal scope id for an interface?

2012-05-21 Thread Rainer Bredehorn
Hi! > Is there any way for the administrator to set an interface's scope if > for link local scope? No, the embedded scope is an internal value. Why should it be set manually? It's correct handled in the checksum calculation part where the scope is cleared. But you are right. The dropping of th

Re: getifaddrs & ipv6 scope

2012-04-12 Thread Rainer Bredehorn
Hi! > I have noticed that getifaddrs() does not have sin6_scope_id set to > the interface id for link local addresses on AF_INET6 types. Running > the following program gives different results on Linux ifconfig shows the scopeid according to the interface: inet6 fe80::208:9bff:fe13:784e%fxp1 pre

Re: Assigning multiple IPs in the same network to an interface

2012-02-16 Thread Rainer Bredehorn
> i have a problem with setting multiple IPs in the same network in FreeBSD: > > - suppose I assign two new IP addresses in the same network to eth0 with > ifconfig: > #ifconfig eth0 add 192.168.10.1/24 > #ifconfig eth0 add 192.168.10.2/24 > Second address should be an alias address. ;-) _

Re: IPv6 multicast routes with interface local scope

2012-01-06 Thread Rainer Bredehorn
Hi! Thanks! It works fine. I've tried it for FreeBSD 8.1. It would be nice to change it in FreeBSD 9.0 and 8.3! ;-) Bye, Rainer. > Bredehorn> The output of netstat is fixed but what about the route command? > Bredehorn> I would like to add or delete a route like "ff01:

Re: IPv6 multicast routes with interface local scope

2012-01-06 Thread Rainer Bredehorn
Hi! The output of netstat is fixed but what about the route command? I would like to add or delete a route like "ff01::%fxp1/32" manually. The route command complains: "hostname nor servname provided, or not known" when I use the "%interface" notation. Rainer.

IPv6 multicast routes with interface local scope

2012-01-05 Thread Rainer Bredehorn
HI! FreeBSD 8 uses a strange notation for multicast routes with interface local scope something like: ff01:3::/32 Here '3' is the scope id of the interface. OpenBSD uses the same notation as proposed in RFC 4007 for link local scompe multicast addresses: ff01::%fxp1:/32 Why does FreeBSD use a

RE: IPv6 multicast listener discovery

2011-10-06 Thread Rainer Bredehorn
Node Information Query: FF02:0:0:0:0:2:FF00::/104. Where is the 2:FF in my address?? ff02::2:2d75:f2b8 Rainer. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-

RE: IPv6 multicast listener discovery

2011-10-06 Thread Rainer Bredehorn
> - Ursprüngliche Nachricht - > This address is for IPv6 Node Information Query, called the NI Group Address. > > > > For example, you can issue the command > > > > ping6 -w fe80::250:fcff:feb8:5443%rl0 > > > > you can get your hostname back. I see! So a node gets a multicast a

Re: IPv6 multicast listener discovery

2011-10-06 Thread Rainer Bredehorn
>  Thank you. I could not reproduce this on several 8.2 boxes around me >  yet, but do you have a ping response from ff02::2:2d75:f2b8%rl0? Yes I can ping this address from another node and its link local address. ___ freebsd-net@freebsd.org mailing lis

Re: IPv6 multicast listener discovery

2011-09-30 Thread Rainer Bredehorn
>  Could you show us more specifics about your configuration and packet >  dump in question? Yes! It's the FreeBSD 8.2 release. The only thing which is activated in the rc.conf is ipv6. I've included the ifconfig output and a wireshark capture. The capture is taken during the startup of the Free

IPv6 multicast listener discovery

2011-09-29 Thread Rainer Bredehorn
Hi! The FreeBSD 8.2 sends sevaral MLDv2 listener reports during startup. The system sends one listener report with its solicited multicast address which comes from the automatically generated link local address. But I can see another MLD2 listener report with 2 records. One is the mentioned soli