FRR in Ubuntu 20.04 does not forward multicast packet #16010
Replies: 1 comment
-
this was asked in slack. The ttl of the multicast packet was 1 when it hit the router. Thus it was dropped. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using frr 7.2.1 on ubuntu 20.04 as a router. The router has 2 interfaces: enp0s9 to receive UDP multicast and forward to another interface enp0s8. The multicast routing config as following:
I check the mroute and it seems OK:
Then, I send a UDP stream by iperf from client to enp0s9. By using tcpdump I got UDP packets arrived on that interface:
but nothing come out from interface enp0s8:
Ubuntu kernel does not forward any multicast packet (but it forward IP unicast packets, I did set net.ipv4.ip_forward=1). Did I forget any configuration? I did the same config with Ubuntu 18.04 and it worked!!!
Anyone can help me please.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions