Joakim, I set default gateway and it's present in routes list :). I've sorted out and solved problem!!!
Unfortunatelly all of my office clients are Windows OSes which are too "USER FRIENDLY" and it added Site-local route automatically :) I was wondered to see this: C:\Users\Evgeniy.Sudyr>netsh int ipv6 show route Publish Type Met Prefix Idx Gateway/Interface Name ------- -------- --- ------------------------ --- ------------------------ No Manual 256 ::/0 11 fe80::218:e7ff:fefc:4a20 No Manual 256 ::/0 11 2aaa:aaaa:aaaa:aaaa:1b:1::1 Where 2aaa:aaaa:aaaa:aaaa:1b:1::1 is statically set IPv6 default gateway and fe80::218:e7ff:fefc:4a20 as automatically assigned IP address with the same metric (I've used defaults and don't played with it before). With tcpdump I figured that it uses fe80::218:e7ff:fefc:4a20 as default gateway all the time. Obviously solution was to change metric value to something lower which will be used instead fe80 router which is local address :). To change route metric just simply use netsh or GUI :) netsh int ipv6 set route ::/0 11 2aaa:aaaa:aaaa:aaaa:1b:1::1 0 100 no Hope this will be useful for somebody else. OpenBSD rocks! On Sat, Feb 5, 2011 at 12:15 AM, Joakim Aronius <joa...@aronius.com> wrote: > * Evgeniy Sudyr (eject.in...@gmail.com) wrote: >> Magic happens when I'm starting rtadvd re0 -c /etc/rtadvd.conf (where >> I have same network specified) - then it works :). >> > > Hi there Evgeniy, > > Problem is that when you statically configure the IP parameters you do not > set the default gateway so the client does not know where to send packets > outside the v6 LAN. > > In my machines I have a line like this in my hostname.if > !/sbin/route add -inet6 default 2001:db8:cc17:5::1 > > ..but now when I have a look it seems like since 4.8 it is supported to ad a > default gateway address to /etc/mygate in the same way as for IPv4. So if you > only have a default GW thats what you should do. > > /Joakim > -- -- With regards, Eugene Sudyr