Results 1 to 2 of 2

Thread: Rotating Public IP Addresses

  1. #1
    Join Date
    Sep 2007
    Beans
    5

    Rotating Public IP Addresses

    Hey,

    I have a few public IPs I can use and I need to be able to rotate through them. Is there anyway I can make my ubuntu server box rotate through the IPs that will be viewable by the people that I am browsing?

    I program ruby, so if anyone knows of a solution that I can program myself there I would appreciate knowing how.

  2. #2
    Join Date
    Dec 2007
    Location
    The last place I look
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Rotating Public IP Addresses

    well you could set up a cron job and a script/applet to reconfigure your /etc/network/interfaces file, then down and re-up the network stack and the interface, but doing so would drop all existing connections, so doing it automatically on a schedule could be awkward if you are actually using the network.

    I have to ask, why do you want to do such a thing? I can't come up with any good reason to do so. if it's a privacy thing, I'd recommend application layer proxies rather than a network re-configuration.

    have fun

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •