network device testing?? ensuring that a firewall/filter/shaper/whatever can handle the number of connections you need it to support? it's a stretch.

one might be able to put the interface in promiscuous mode and process the packets without having to actually place IPs on the interface (is there an OS that would hold a class B's worth of addresses on an interface?)

about the same on the sending side. craft your packets, change the dest IP field, recalc checksums and shove it out the interface.

but i doubt opee has a good reason or is using the right tools. or enough bandwidth...


In reply to Re: Re: how to fork/spawn 64k telnet connections and keep them all open by zengargoyle
in thread how to fork/spawn 64k telnet connections and keep them all open by ike_ipsec_dude

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.