search for: your_local_default_gateway

Displaying 2 results from an estimated 2 matches for "your_local_default_gateway".

2019 May 06
1
very high traffic without any load
...; whenever the remote public ipv6 is targeted directly. Yes, that is my understanding, too. I think, the culprit is here: ip route add <remote public ipv6>/0 dev<own internet interface> I think, it should be the following instead: ip route add <remote public ipv6>/0 via <your_local_default_gateway> (I think, your "dev" route will lead to ARP requests on the local interface for public IP addresses - they obviously cannot resolve) Please note that my comments above are only based on my understanding of IPv4. Thus I may have missed some nuances of IPv6 ... Cheers, Lars
2019 May 06
4
very high traffic without any load
Lars, interesting - do you have an example of what that might look like in the config file? Thanks! On Sun, May 5, 2019 at 6:00 PM Lars Kruse <lists at sumpfralle.de> wrote: > Hello Christoph, > > I am glad, that you discovered the source of the problem! > > > Am Sat, 4 May 2019 08:30:28 +0200 > schrieb "Christopher Klinge" <Christ.Klinge at web.de>: