Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-16 Thread Hans Bulfone
hi, On Fri, Mar 16, 2007 at 08:59:45AM +0100, minh thu wrote: > Hi, > > I don't think it makes sense : a host connect to another host through > routing. > It means it use the routing tables on the first host to determine the route. > If you can reach the destination by multiple routes, it's the

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-16 Thread Hans Bulfone
hi, On Fri, Mar 16, 2007 at 08:46:43AM +0100, felix winkelmann wrote: > >I think the idea is to be able to connect *from* a specific address > >when you are on a box with multiple IP addresses. > > Sorry, but I have no idea how that is done. Anybody around who > knows more about socket programmin

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-16 Thread foobar
John Janecek schrieb: > I have a linux box. > It have many network sockets > > ie 192.168.1.1 > 192.168.1.2 > etc > I want to set it so the tcp client will use for example IP addy > 192.168.1.2 > etc > > Also is the way to do same thing for http and xml-rpc client module ? > > Thanx If all these a

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-15 Thread minh thu
2007/3/16, felix winkelmann <[EMAIL PROTECTED]>: On 3/14/07, John Cowan <[EMAIL PROTECTED]> wrote: > felix winkelmann scripsit: > > > >I want to set it so the tcp client will use for example IP addy > > >192.168.1.2 > > >Also is the way to do same thing for http and xml-rpc client module ? > > >

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-15 Thread felix winkelmann
On 3/14/07, John Cowan <[EMAIL PROTECTED]> wrote: felix winkelmann scripsit: > >I want to set it so the tcp client will use for example IP addy > >192.168.1.2 > >Also is the way to do same thing for http and xml-rpc client module ? > > Sorry, John - I must admit that I can't quite follow. Do you

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-14 Thread John Cowan
felix winkelmann scripsit: > >I want to set it so the tcp client will use for example IP addy > >192.168.1.2 > >Also is the way to do same thing for http and xml-rpc client module ? > > Sorry, John - I must admit that I can't quite follow. Do you mean you > want to connect as a TCP client the th

Re: [Chicken-users] how do i set interface for tcp client socket etc.

2007-03-14 Thread felix winkelmann
On 3/14/07, John Janecek <[EMAIL PROTECTED]> wrote: I have a linux box. It have many network sockets ie 192.168.1.1 192.168.1.2 etc I want to set it so the tcp client will use for example IP addy 192.168.1.2 etc Also is the way to do same thing for http and xml-rpc client module ? Sorry, Joh

[Chicken-users] how do i set interface for tcp client socket etc.

2007-03-13 Thread John Janecek
I have a linux box. It have many network sockets ie 192.168.1.1 192.168.1.2 etc I want to set it so the tcp client will use for example IP addy 192.168.1.2 etc Also is the way to do same thing for http and xml-rpc client module ? Thanx ___ Chicken-u