<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><div class="gmail_default">Hi Simon,</div><div class="gmail_default"><br></div><div class="gmail_default"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:14.6666669845581px">Appreciating your response and below are my comments. </span><br></div><div class="gmail_default"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:14.6666669845581px"><br></span></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">1. My requirement is without using ssh and remotely login  and  then giving "dbus-monitor". (it is nothing but <b>running locally</b>)</span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">2. once after i finish this i should be able to send dbus messages using dbus-send.exe from win7.  for that first i am trying to make dbus-monitor.exe works fine and able to see the dbus messages remotely. </span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">It is like this send the dbus message using dbus-send.exe remotely and monitor corresponding response using dbus-monitor.exe remotely. (without using ssh login.)</span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">Note : Please give the solution on dbus-monitor.exe execution remotely. </span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px"><br></span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px"><br></span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">Thanks,</span></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font color="#1f497d" face="Calibri, sans-serif"><span style="font-size:14.6666669845581px">Kishore </span></font></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 22, 2015 at 7:08 PM, Simon McVittie <span dir="ltr"><<a href="mailto:simon.mcvittie@collabora.co.uk" target="_blank">simon.mcvittie@collabora.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 22/07/15 14:16, kishore wrote:<br>
> I wanted to see the dbus messages of UBUNTU machine from windows machine<br>
> by running the dbus-monitor from window7. for that i had done the below<br>
> entries in /etc/dbus-1/session.conf<br>
><br>
>   <listen>tcp:host=localhost,bind=*,port=6669</listen><br>
>   <listen>unix:tmpdir=/tmp</listen><br>
>   <auth>ANONYMOUS</auth><br>
>   <allow_anonymous/><br>
<br>
</span>D-Bus over remote TCP is neither frequently-tested nor secure; in<br>
particular, opening up anonymous access as you have done makes it<br>
completely insecure. I recommend not doing this. Instead, run a ssh<br>
(Secure Shell) server on the Ubuntu machine, and log in remotely, for<br>
instance by running PuTTY on the Windows machine. That will let you run<br>
remote commands of your choice, including dbus-monitor.<br>
<br>
By copying the DBUS_SESSION_BUS_ADDRESS environment variable from your<br>
login session to the ssh shell, you can monitor any session bus.<br>
<span class=""><br>
> 1. Am i doing wrong or missing anything here ?<br>
<br>
</span>I think Ubuntu systems have a firewall by default. That might be what's<br>
blocking your connection.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Simon McVittie<br>
Collabora Ltd. <<a href="http://www.collabora.com/" rel="noreferrer" target="_blank">http://www.collabora.com/</a>><br>
<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</font></span></blockquote></div><br></div>