Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Help archive Wretch and Asian Yahoo Blog! - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Help archive Wretch and Asian Yahoo Blog!

2»

Comments

  • dccdcc Member, Host Rep
    edited December 2013

    @chrisp:
    You need tons of IP addresses for this to work (like hundreds or better thousands). Unfortunately, wretch does not support ipv6, so we are stuck with ipv4, which does not help at all.

    I have built the following script for this:
    >

    for ip in `ifconfig | awk -F "[: ]+" '/inet addr:/ { if ($4 != "127.0.0.1") print $4 }'`; do

    >

    nohup run-pipeline pipeline.py --concurrent 2 BandwagonHost --disable-web-server --context-value bind_address=$ip 2>&1 >> $ip.log  &
    

    >

    done

  • @dcc said:
    chrisp:
    You need tons of IP addresses for this to work (like hundreds or better thousands). Unfortunately, wretch does not support ipv6, so we are stuck with ipv4, which does not help at all.

    I have built the following script for this:

    If IPv6 was accepted this wouldn't be hard.

  • @joepie91 How are they doing? My Warrior VM has been running for two days now.

Sign In or Register to comment.