On Sun, 09 Mar 2008 22:21:59 -0700, natambu wrote:
> I have a linux box with multiple ip addresses. I want to make my python
> client connect from one of the ip addresses. Here is my code, no matter
> what valid information I put in the bind it always comes from the
> default ip address on the ser
On Mar 11, 2:19 am, Tim Roberts <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> >On Mar 10, 9:40 am, Marc Christiansen <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] wrote:
> >> > I have a linux box with multiple ip addresses. I want to make my
> >> > python client connect from one of
[EMAIL PROTECTED] wrote:
>
>On Mar 10, 9:40 am, Marc Christiansen <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>> > I have a linux box with multiple ip addresses. I want to make my
>> > python client connect from one of the ip addresses. Here is my code,
>> > no matter what valid informat
On Mar 10, 9:40 am, Marc Christiansen <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I have a linux box with multiple ip addresses. I want to make my
> > python client connect from one of the ip addresses. Here is my code,
> > no matter what valid information I put in the bind it always
[EMAIL PROTECTED] wrote:
> I have a linux box with multiple ip addresses. I want to make my
> python client connect from one of the ip addresses. Here is my code,
> no matter what valid information I put in the bind it always comes
> from the default ip address on the server. Am I doing something w