<span>I have problems with my network, i can&#39;t transmitte video on diferents subnets <br><br>example:<br><br>server:<a href="http://192.168.101.148/" target="_blank">192.168.101.148</a><br>client 1: <a href="http://192.168.147.8/" target="_blank">192.168.147.8</a><br>

client 2: <a href="http://192.168.113.7/" target="_blank">192.168.113.7</a><br><br>This client not recive and transmitte video and audio, maybe problem this router or add rule router for multicast transmitte.<br><br>Thanks<br>
</span><br>I sorry for my bad English<br><br><div class="gmail_quote">On Mon, May 26, 2008 at 10:20 PM, Jonathan Narvaez &lt;<a href="mailto:jonaabd07@gmail.com">jonaabd07@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
run it is a regular user not workly, run is only root the applications: Server, Managment and Bridge.<br><br>Thanks<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Mon, May 26, 2008 at 10:12 PM, Thomas D. Uram &lt;<a href="mailto:turam@mcs.anl.gov" target="_blank">turam@mcs.anl.gov</a>&gt; wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  

<div bgcolor="#ffffff" text="#000000">
That command should work, yes.&nbsp; I would not recommend running it as
root, though:&nbsp; It&#39;s not necessary that it run as root, and it&#39;s
actually better to run it as a regular user if you can (as with most
software).<br>
<br>
Tom<div><div></div><div><br>
<br>
<br>
On 5/26/08 9:58 PM, Jonathan Narvaez wrote:
<blockquote type="cite"><br>
this command correct is:<br>
  <br>
jnarvaez@jnarvaez-desktop:~$ sudo Bridge3.py --name=UniminutoBridge
--location=Colombia --listenPort=9000 --qbexec=/usr/bin/QuickBridge
--portRange=41000 50000
  <br>
  <br>
  <span>for this to work?<br>
  <br>
  </span> <span>Sorry for my English</span><br>
  <br>
  <div class="gmail_quote">On Fri, May 23, 2008 at 11:07 PM, Thomas D.
Uram &lt;<a href="mailto:turam@mcs.anl.gov" target="_blank">turam@mcs.anl.gov</a>&gt;
wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">
The value you&#39;re specifying for the registryUrl argument is incorrect.<br>
    <br>
If you omit this argument, the bridge will register with the default
bridge registry and be available to everyone.&nbsp; I&#39;d recommend that you
take this approach first.<br>
    <br>
If this is not what you want, you&#39;ll need to run your own registry, and
create a bootstrap file reachable at some URL, using that URL for the
registryUrl argument.&nbsp; The bootstrap file should include simply the
hostname:port of your registry.&nbsp; As an example, you can look at the
default bootstrap file at<br>
    <br>
    <a href="http://www.accessgrid.org/registry/peers.txt" target="_blank">http://www.accessgrid.org/registry/peers.txt</a><br>
    <br>
Tom
    <div>
    <div><br>
    <br>
    <br>
    <br>
On 5/23/08 10:12 PM, Jonathan Narvaez wrote:
    <blockquote type="cite">
      <div style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">I need your help <br>
      <br>
I get to start this error. <br>
      <br>
jnarvaez@jnarvaez-desktop:~$ sudo Bridge3.py --name=UniminutoBridge
--location=Colombia --listenPort=9000 --qbexec=/usr/bin/QuickBridge
--portRange=41000 50000 --registryUrl=<a href="https://prueba.uniminuto.edu:8000/Venues/default" target="_blank">https://prueba.uniminuto.edu:8000/Venues/default</a>
      <br>
[sudo] password for jnarvaez: <br>
Traceback (most recent call last): <br>
File &quot;/usr/bin/Bridge3.py&quot;, line 187, in &lt;module&gt; <br>
&nbsp; main() <br>
File &quot;/usr/bin/Bridge3.py&quot;, line 182, in main <br>
&nbsp; bridgeServer = QuickBridgeServer(name=<a href="http://options.name/" target="_blank">options.name</a>,
location=options.location, listenPort=options.listenPort,
qbexec=options.qbexec, portRange=options.portRange,
registryUrl=options.registryUrl) <br>
File &quot;/usr/bin/Bridge3.py&quot;, line 47, in __init__ <br>
&nbsp; self._RegisterWithRegistry() <br>
File &quot;/usr/bin/Bridge3.py&quot;, line 84, in _RegisterWithRegistry <br>
&nbsp; self.validSecs =
self.registryClient.RegisterBridge(self.bridgeDescription) <br>
File
&quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py&quot;,
line 74, in RegisterBridge <br>
&nbsp; self._connectToRegistry() <br>
File
&quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py&quot;,
line 45, in _connectToRegistry <br>
&nbsp; self.registryPeers = self._readPeerList(url=self.url) <br>
File
&quot;/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/Registry/RegistryClient.py&quot;,
line 162, in _readPeerList <br>
&nbsp; f = urllib.urlopen(url) <br>
File &quot;/usr/lib/python2.5/urllib.py&quot;, line 82, in urlopen <br>
&nbsp; return opener.open(url) <br>
File &quot;/usr/lib/python2.5/urllib.py&quot;, line 190, in open <br>
&nbsp; return getattr(self, name)(url) <br>
File &quot;/var/lib/python-support/python2.5/M2Crypto/m2urllib.py&quot;, line 58,
in open_https <br>
&nbsp; h.endheaders() <br>
File &quot;/usr/lib/python2.5/httplib.py&quot;, line 856, in endheaders <br>
&nbsp; self._send_output() <br>
File &quot;/usr/lib/python2.5/httplib.py&quot;, line 728, in _send_output <br>
&nbsp; self.send(msg) <br>
File &quot;/usr/lib/python2.5/httplib.py&quot;, line 695, in send <br>
&nbsp; self.connect() <br>
File &quot;/var/lib/python-support/python2.5/M2Crypto/httpslib.py&quot;, line 47,
in connect <br>
&nbsp; self.sock.connect((self.host, self.port)) <br>
File &quot;/var/lib/python-support/python2.5/M2Crypto/SSL/Connection.py&quot;,
line 152, in connect <br>
&nbsp; self.socket.connect(addr) <br>
File &quot;&lt;string&gt;&quot;, line 1, in connect <br>
IOError: [Errno socket error] (111, &#39;Connection refused&#39;) <br>
      <br>
      <br>
Thanks <br>
      <div><span></span><br>
      <br>
      </div>
      </div>
      <br clear="all">
      <br>
-- <br>
Jonathan Narvaez<br>
- En la Caja decía &#39;instalar Windows 95 o Superior&#39; Asi que instale
Linux&quot;<br>
- Si reproduces un CD de Microsoft al revés puedes escuchar un mensaje
satánico...<br>
- Eso no es lo peor... Al derecho te instala windows...
    </blockquote>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Jonathan Narvaez<br>
- En la Caja decía &#39;instalar Windows 95 o Superior&#39; Asi que instale
Linux&quot;<br>
- Si reproduces un CD de Microsoft al revés puedes escuchar un mensaje
satánico...<br>
- Eso no es lo peor... Al derecho te instala windows...
</blockquote>
</div></div></div>

</blockquote></div><br><br clear="all"><br>-- <br> Jonathan Narvaez<br> - En la Caja decía &#39;instalar Windows 95 o Superior&#39; Asi que instale Linux&quot;<br> - Si reproduces un CD de Microsoft al revés puedes escuchar un mensaje satánico...<br>

- Eso no es lo peor... Al derecho te instala windows...
</div></div></blockquote></div><br><br clear="all"><br>-- <br> Jonathan Narvaez<br> - En la Caja decía &#39;instalar Windows 95 o Superior&#39; Asi que instale Linux&quot;<br> - Si reproduces un CD de Microsoft al revés puedes escuchar un mensaje satánico...<br>
- Eso no es lo peor... Al derecho te instala windows...