1

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?

Wizzard
  • 342
  • 1
  • 4
  • 12

2 Answers2

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

should do it

Matt Simmons
  • 20,218
  • 10
  • 67
  • 114
0

You'll need to alter your DNS settings to another IP address you own and alter your web server configurations to reflect the changes.

David Rickman
  • 3,290
  • 17
  • 16
  • 2
    He's asking how to change the source IP when routing out of the system with a client. – Warner Apr 17 '10 at 01:36
  • Damnit, I wasn't sure if he was asking that or what. I was going to post the route answer as well, but I read into that DNS was the issue. – David Rickman Apr 17 '10 at 03:31