Normally it is the responsibility of the operating system to route packets out the apropriate interface. If you have root level access to the system you are running this script on you may be able to get the OS to route the packets out another (virtual) interface by messing with the routing table (on UNIX this would probably be done with system calls to the route command). Alternatively, you might be able to do something with ifconfig by changing the IP address on the port itself. The IO::Socket::INET module does take a LocalHost argument that may do the trick for you (of course, at that point you'd be dumping LWP and have to write all that functionality yourself).
Les Howard
www.lesandchris.com
Author of Net::Syslog and Number::Spell

In reply to RE: LWP and virtual interfaces by lhoward
in thread LWP and virtual interfaces by Matthias

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.