in reply to Re: LWP and LocalIP/LocalPort
in thread LWP and LocalIP/LocalPort

Just for giggles, what Perl version and LWP version are you running?

Updated: Color me stupid, but in the first example you specify the clients local port as 54321, but the netstat shows

tcp 71 0 mondas:12345 mondas:51575 ES +TABLISHED
51575 instead of 54321 ? What am I missing?

Replies are listed 'Best First'.
Re: Re: Re: LWP and LocalIP/LocalPort
by jj808 (Hermit) on Oct 16, 2002 at 21:32 UTC
    That would mean I cut & pasted the wrong netstat print.
    perl -e 'for(1..100){print "I must check my posts before clicking Subm +it\n";}'
    Have you tried removing the firewall and getting netstat prints?

    I am using Perl 5.6.1 and LWP version 5.65.

    JJ

      Actually, I've tried it both with and without the firewall in place. Sometimes the firewall is nice because it'll dump the denials to log confirming it's not useing the right localaddr/localport.

      I'm on Perl 5.005_3. Can't get to that machine at the moment to grep the LWP version. I'm sure I'll figure it out with some more tinkering. would require LWP vs. use LWP make a difference in this?