----- Original Message ----- From: "Gleb Smirnoff" <gleb...@freebsd.org>
> Any update on this, would have been nice to see a fix hit before
> 9.0. If you need any more information please let me know.

AFAIK, this is no longer a problem in 9.0-RELEASE or in HEAD.

The cause for this number of misses is absense of a route for
IPv4 mapped block in IPv6 routing table.

Here it is:

# netstat -rn -f inet6 Routing tables

Internet6:
Destination                       Gateway                       Flags      
Netif Expire
::/96                             ::1                           UGRS        lo0

Some rc.d script installs this prefix in 9.0 and 10.0. If it hasn't
been merged to stable/8, then it needs to be found and merged.

Thanks Gleb!

Running the following commands does indeed stop this
route add -inet6 ::ffff:0.0.0.0 -prefixlen 96 ::1 -reject
route add -inet6 ::0.0.0.0 -prefixlen 96 ::1 -reject

I found these in /etc/rc.d/network_ipv6 but I can't see why
these wouldnt be run on a machine that doesn't have an IPv6
address, they seem to be added correctly on machines that do.

So any pointers are to how to get this fix setup correctly in
8.2 would appreciated.

   Regards
   Steve

================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.
In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to