Change interface for doing a whois

We got 4 ips on our server, and I noticed that one of our IP's appears to be blocked by a big whois providor.

Is there a way I can route whois lookups over a different IP - not just eth0?


Solution 1:

 route add <ip of whois server>/32 <preferred interface> 

should do it