Sunday, July 07, 2024

Re: ripd processes not exchanging routing tables

On R2, I run this command:

r2# netstat -na -f inet
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address TCP-State
tcp 0 0 127.0.0.1.25 *.* LISTEN
tcp 0 0 *.22 *.* LISTEN
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address
udp 0 0 10.2.1.1.3788 217.180.209.214.123
udp 0 0 10.2.1.1.12451 162.159.200.1.123
udp 0 0 10.2.1.1.29041 142.202.190.19.123
udp 0 0 10.2.1.1.8358 69.89.207.199.123
udp 0 0 10.2.1.1.23580 73.193.62.54.123
udp 0 0 *.520 *.*
udp 0 0 *.* *.*
udp 0 0 *.* *.*

I notice that there's no listener for 224.0.0.9. This looks like the
reason for failure is that the interface isn't set up to listen for
IP multicast packets. Does anyone know how to fix that? I can't seem to
find documentation for how to add the interface to listen to multicast
packets.

--
jrmu
IRCNow (https://ircnow.org)

No comments:

Post a Comment