Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Redirecting X.X.X.X IP to Y.Y.Y.Y ?

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    9

    Redirecting X.X.X.X IP to Y.Y.Y.Y ?

    I want to redirect an IP address to another ip address permanently. I mean all traffic.

    I'm looking for something just like "hosts" file. But for IP addresses.

    For example when I write IE [http://190.12.12.12] it must be direct to [http://190.13.13.13].

    Any idea to do this on a windows box ?
    Or any proxy - SOCKS tool ?
    as

  2. #2
    Member
    Join Date
    Dec 2003
    Posts
    59
    You're on a windows box, you can do a redirect to another IP or even port in IIS.

  3. #3
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    But I'm talking about redirect .asp files.

    I mean when a program try to access X.X.X.X IP it will access Y.Y.Y.Y IP

    For example ping.exe must ping to Y.Y.Y.Y when I try to ping X.X.X.X
    as

  4. #4
    Member
    Join Date
    Dec 2003
    Posts
    59
    You can't accomplish that via the ping
    You can redirect via asp pages, via IIS, you can add cnames to your DNS or have a DNS service forward everything from one IP to another, but it will not forward pings, tracerouts, etc.
    What exactly are you trying to accomplish by forwarding?

  5. #5
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    I have a program that limited to just one IP,

    I want to redirect it's target IP to my own desired IP.
    as

  6. #6
    Member
    Join Date
    Dec 2003
    Posts
    59
    Do you control the program's target IP that you want to redirect?

  7. #7
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    No
    as

  8. #8
    Member
    Join Date
    Dec 2003
    Posts
    59
    Is the program pointing to an IP or to a hostname??

  9. #9
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    Unfortunately to an IP
    as

  10. #10
    Member
    Join Date
    Dec 2003
    Posts
    59
    I'm throwing the towel in..., good luck, let me know if you figure it out.

Posting Permissions

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