<div class="gmail_quote">Hi everyone,<br><br>I have a server that&#39;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&#39;m using the python dbus bindings).<br>

<br>There aren&#39;t any firewalls and nothing&#39;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&#39;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>&lt;policy context=&quot;default&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!-- Allow everything to be sent --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow send_destination=&quot;*&quot; eavesdrop=&quot;true&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &lt;!-- Allow everything to be received --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow eavesdrop=&quot;true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!-- Allow anyone to own anything --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow own=&quot;*&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow user=&quot;*&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &lt;allow send_requested_reply=&quot;true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow receive_requested_reply=&quot;true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;allow receive_sender=&quot;*&quot;/&gt;<br>&nbsp; &lt;/policy&gt;<br><br>I&#39;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>