RE::: We tried to contact you

2016-09-19 Thread Breznikoff
We have a charity donations/aid from the Fundación Nacional Americana for you. Contact on time, Thanks. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Olaf Schreck
I have configured a Debian 7 server for IPv6 (in addition to IPv4). I can ping6 www.google.com and other addresses, fine. BUT the server reproducibly looses IPv6 connectivity after roughly 20min, and I can't figure why this happens. Clues anyone? My hoster (Hetzner) routes the 2a01:4f8:191:XX

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Gerdriaan Mulder
Hi Olaf, Depending on whether you need the link-local on the other interface (e.g. eth1), you could try a couple of things: * remove that address from the interface (which also removes the fe80::/64 route on that interface) * remove the fe80::/64 route on eth1 (although the OS might add it again a

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Marc Haber
On Mon, Sep 19, 2016 at 12:55:11PM +0200, Olaf Schreck wrote: > My hoster (Hetzner) routes the 2a01:4f8:191::/64 network to the > server. Following their instructions, I assign a static address from that > block and set the default route to fe80::1, either manually > ip -6 addr add 2a01:4f

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Marc Haber
Hi, On Mon, Sep 19, 2016 at 02:06:40PM +0200, Gerdriaan Mulder wrote: > Depending on whether you need the link-local on the other interface > (e.g. eth1), you could try a couple of things: > * remove that address from the interface (which also removes the > fe80::/64 route on that interface) > * r

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Matthew Hall
On Mon, Sep 19, 2016 at 02:06:40PM +0200, Gerdriaan Mulder wrote: > Could you also check whether privacy extensions are enabled on eth0 > and eth1 (/proc/sys/net/ipv6/conf/*/use_tempaddr)? I have a hunch that > this might explain the 20 minutes lifetime. > > ~ Gerdriaan I have DEFINITELY run into

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Olaf Schreck
I didn't reply yet because I'm still testing stuff. But privacy extensions are not the problem, they're turned off, no?: # sysctl -a | grep tempad net.ipv6.conf.all.use_tempaddr = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.lo.use_tempaddr = -1 net.ipv6.conf.eth0.use_tempaddr = 0 net.i

Seus documentos pessoais foram comprometidos.

2016-09-19 Thread DC World
Prezado(a), Seus dados pessoais como CPF, RG, título de eleitor, endereço e etc foram comprometidos e divulgados pelo site tudosobretodos.se. Para saber se seus documentos estão sendo utilizados por estelhonatários para cometerem fraudes acesse o nosso site, faça o download de nossa aplicaÃ

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Olaf Schreck
> Check ip neigh output. Does the entry for your default gateway go > STALE after those 20 minutes? Yes, exactly: # ip -6 nei fe80::1 dev eth0 lladdr 0c:86:10:ed:31:ca router STALE > Also check the lifetime of any SLAAC ip addresses given in ip addr > output. forever > Do you really need to me

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Kenyon Ralph
On 2016-09-19T22:58:56+0200, Olaf Schreck wrote: > I had no plans to fiddle with link-local addresses, and of course eth1 > settings should not matter. I just disabled IPv6 on eth1 for debugging, > and suddenly IPv6 worked >20min. Maybe coincidence rather than causality. > > I'd like to lear

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Olaf Schreck
> As someone else asked, showing us the output of 'ip -6 a' and 'ip -6 > r' could be helpful. Ok, sorry. I don't see anything special here: # ip -6 ro 2a01:4f8:191:::/64 dev eth0 proto kernel metric 256 fe80::/64 dev eth0 proto kernel metric 256 fe80::/64 dev eth1 proto kernel metric 2

Re: Losing IPv6 connectivity after 20min, why?

2016-09-19 Thread Kenyon Ralph
On 2016-09-20T00:37:26+0200, Olaf Schreck wrote: > > As someone else asked, showing us the output of 'ip -6 a' and 'ip -6 > > r' could be helpful. > > Ok, sorry. I don't see anything special here: Thanks. You said it breaks when you configure eth1 though. What is the configuration you are putti