Not banned yet. An example would be running a Google search. If I query them too
fast, eventually, Google would ban or throttle my IP. So, having two IPs I can go
more slowly yet not loose my production level.
Anyways, you and Dirk gave me the answer:
$ua = LWP::UserAgent->new(LocalAddr => $local_ip);
OR
@LWP::Protocol::http::EXTRA_SOCK_OPTS = (LocalAddr => $local_ip);
Thanks to both of you.
Funny thing, I thought no one replied to this thread, so I just shrugged it off.
From time to time, I remember that I asked the question here, but it was not
an emergency situation.
Today I was thinking about this again and decided to google it.
http://www.google.com/search?hl=en&safe=off&q=how+to+use+multiple+IP+on+vps&start=10&sa=NThat's how I found out that this thread got replies and answers.
LOL
Bomps