Hi,
it seems that I have run into an odd problem that I quite can't figure out.
I have a static ipv6 given from my ISP.
2a02:118:12c:9::2/64
The gateway is: 2a02:118:12c:9::1
I have created the following:
route6 ::/0 {
next-hop 2a02:118:12c:9::1 {
}
}
But a netstat -6nr gives the following:
Destination Next Hop Flag Met Ref Use If
::/0 :: !n -1 1 25 lo
::/0 2a02:118:12c:9::1 UG 1024 0 0 eth2
::/0 :: !n -1 1 25 lo
Whenever I try to connect out to the world the use increases in the 2a02:118:12c:9::1
Any good ideas?