On Thu, 2020-09-24 at 10:15 -0600, David Ahern wrote:
>
> check your routes for a prohibit entry:
I don't have any prohibit entries
# ip -6 route ls table 5 | grep prohib
# ip -6 rule ls
0: from all lookup local
1003: from all iif 6in4-henet lookup 3
1005: from all iif pppoe-wan1 look
On Tue, 2020-09-22 at 15:04 -0400, Brian J. Murrell wrote:
> What are the possible causes of:
>
> # ip route get 2001:4860:4860::8844
> RTNETLINK answers: Permission denied
>
> when
>
> # ip route get fd31:aeb1:48df::99
> fd31:aeb1:48df::99 from :: dev br-lan proto
What are the possible causes of:
# ip route get 2001:4860:4860::8844
RTNETLINK answers: Permission denied
when
# ip route get fd31:aeb1:48df::99
fd31:aeb1:48df::99 from :: dev br-lan proto static src fd31:aeb1:48df::1 metric
1024 pref medium
works just fine?
Using iproute2 5.0.0.
Cheers,
b.
On Fri, 2019-07-05 at 17:46 -0700, Jay Vosburgh wrote:
>
> I did set this up and test it, but haven't had time to analyze
> in depth.
>
> What I saw was that ping (IPv4) flood worked fine, bonded or
> not, over a span of several hours.
Interesting. In contrast to my experience.
> H
On Tue, 2019-06-18 at 14:57 -0400, Brian J. Murrell wrote:
> Hi.
>
> I have an active-backup bonded connection on a 5.1.6 kernel where the
> slaves are an Ethernet interface and a wifi interface. The goal is
> to
> have network transparent (i.e. same and IP address on
On Tue, 2019-06-18 at 14:57 -0400, Brian J. Murrell wrote:
> Hi.
An update...
I have another machine with the same ethernet-wifi bonded connection
and it behaves perfectly but only when disconnected from the wired-
ethernet and therefore on the bonded-wifi. The ping -f occasionally
bursts ou
Hi.
I have an active-backup bonded connection on a 5.1.6 kernel where the
slaves are an Ethernet interface and a wifi interface. The goal is to
have network transparent (i.e. same and IP address on both interfaces)
interface which takes advantage of high-speed and low-latency when it
can be physi
Hi.
I have a Linux router running 3.18.23 with IPv6 as well as IPv4
interfaces. It doesn't seem to be hearing IPv6 multicast packets
though.
For example, it won't hear and respond to either router or neighbour
discovery packets unless i put the interface in promiscuous mode with
tcpdump. I'm a