lenny: multicast not working?
Posted: 10 Nov 2009, 15:43
An observation on Bubba Server with the lenny image:
If I do the following on my laptop after some idle time:
I'm unable to resolve the IP address of my Bubba server.
Now, if I then jump to a remote shell on Bubba Server with the lenny image and do the following:
then all of a sudden I can resolve the IP address of my Bubba server from my laptop. Most likely because the avahi-browse command fills up the avahi cache on my laptop.
To investigate the issue further, I used wireshark on my laptop and tshark on bubba to monitor the network traffic at both ends. It seems that mDNS is not working because Bubba doesn't receive any multicast packets, even though ifconfig clearly states that eth0 has multicast enabled. I think I've seen similar problems reported for Bubba TWO and that this issue was being investigated by the excito developers? Is this correct.
Any ideas?
If I do the following on my laptop after some idle time:
Code: Select all
getent hosts bubba.local
Now, if I then jump to a remote shell on Bubba Server with the lenny image and do the following:
Code: Select all
avahi-browse -vrta
To investigate the issue further, I used wireshark on my laptop and tshark on bubba to monitor the network traffic at both ends. It seems that mDNS is not working because Bubba doesn't receive any multicast packets, even though ifconfig clearly states that eth0 has multicast enabled. I think I've seen similar problems reported for Bubba TWO and that this issue was being investigated by the excito developers? Is this correct.
Any ideas?