|
|
04-20-2013
, 01:11 AM
|
|
Posts: 187 |
Thanked: 131 times |
Joined on Jun 2010
|
#12
|
|
|
04-20-2013
, 03:52 AM
|
|
Posts: 1,589 |
Thanked: 6,078 times |
Joined on May 2010
|
#13
|
sudo iptables -A INPUT -p udp -d 224.0.0.251 --dport 5353 -j ACCEPT
sudo iptables -A INPUT -p udp -d ff02::fb --dport 5353 -j ACCEPT
|
|
04-21-2013
, 09:43 PM
|
|
Posts: 187 |
Thanked: 131 times |
Joined on Jun 2010
|
#14
|
# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination

![]() |
| Tags |
| avahi, avahi-daemon, zeroconf |
| Thread Tools | Search this Thread |
|
I then installed the Debian avahi/mdns packages on my laptop.
Neither is able to ping the .local address of its counterpart.
Running avahi-discover on my laptop, I can see only the laptop itself.
On the n900, 'ps -ef | grep avahi' shows two processes running okay. And the changes to the /etc/nsswitch.conf file look correct (same as the laptop).
Do you have any idea why it might not be working? I guess I can run tcpdump for multicast packets next, if need be.