Linux – Verificación multicast
Algunas verificaciones rápidas sobre multicast en Linux: Ver si un interfaz está habilitado para tratar multicast Lo podemos hacer con ifconfig o con el comando ip: # ifconfig eth0 Link encap:Ethernet HWaddr 00:23:54:25:6A:53 inet addr:192.168.10.20 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::223:54ff:fe25:6a53/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:665230 errors:0 dropped:0 overruns:0 frame:0 TX packets:200792… Leer más »