On 4 Jan, 11:10 pm, [email protected] wrote: > >Thnx to all for the responses. It was a router configuration. > >Now, is there a way I can select which interface to use (eth0 or eth1)? > >I tried using > > joinGroup('233.75.215.44', 'eth0') > >but it raises an error (DNS Lookup failed...)
Pass something like 192.168.1.1 for the second argument, not something like eth0. Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
