<div class="gmail_quote">Hi everyone,<br><br>I have a server that's running the dbus daemon and listening on TCP port 4000; I can connect and use the bus fine if I try to access it from the same machine. But when I try to access it from a remote machine I get a NoReply exception (I'm using the python dbus bindings).<br>
<br>There aren't any firewalls and nothing's blocking access to the port; I can connect to the port directly using telnet. I ran tcpdump and noticed that my client connects, doesn't get a reply back from the server, and then the client disconnects.<br>
<br>I also removed any auth-clauses in the conf file, which should make it allow ANONYMOUS authentication. (I also patched the dbus daemon according to <a href="http://lists.freedesktop.org/archives/dbus/2008-May/009764.html" target="_blank">http://lists.freedesktop.org/archives/dbus/2008-May/009764.html</a>)<br>
<br>This is my policy as defined in my dbus conf file:<br><br><policy context="default"><br> <!-- Allow everything to be sent --><br> <allow send_destination="*" eavesdrop="true"/><br>
<!-- Allow everything to be received --><br> <allow eavesdrop="true"/><br> <!-- Allow anyone to own anything --><br> <allow own="*"/><br> <allow user="*"/><br>
<allow send_requested_reply="true"/><br> <allow receive_requested_reply="true"/><br> <allow receive_sender="*"/><br> </policy><br><br>I've had a hard time finding information about these options and would appreciate any ideas about potential solutions (or help on how to debug).<br>
<br>Thanks,<br><br>-John<br>
</div><br>