Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HeRO on Linux
Author Message
doomsweek Offline
Junior Member
**

Posts: 11
Joined: Aug 2008
Post: #7
RE: HeRO on Linux

I used a program called iptraf to figure out the fake I.P. address but you called also use Wireshark or other similar programs.

For me, the fake I.P. address would be: 111.117.110.99

The real I.P. address could be found out by resolving heroserver.bounceme.net e.g.: host heroserver.bounceme.net

That returned 64.15.152.212 for me.

So assuming that fake I.P. address is 111.117.110.99, and the real I.P. address is 64.15.152.212, then the command to run + the options would be:

Code:
iptables -t nat -A OUTPUT -d 111.117.110.99 -j DNAT --to 64.15.152.212
Take note that you need to have superuser privileges to run it. So either login as root or run the above command with sudo, e.g.:

Code:
sudo iptables -t nat -A OUTPUT -d 111.117.110.99 -j DNAT --to 64.15.152.212
(This post was last modified: 01-19-2011 09:10 AM by doomsweek.)
01-19-2011 07:56 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
HeRO on Linux - green_meep - 01-05-2011, 05:10 PM
RE: HeRO on Mac - GM-Vanadis - 01-06-2011, 07:06 AM
RE: HeRO on Mac - green_meep - 01-06-2011, 02:53 PM
RE: HeRO on Mac - Ange - 01-08-2011, 10:54 AM
RE: HeRO on Mac - green_meep - 01-19-2011, 01:32 AM
RE: HeRO on Linux - Jens - 01-19-2011, 07:14 AM
RE: HeRO on Linux - doomsweek - 01-19-2011 07:56 AM
RE: HeRO on Linux - Jens - 01-19-2011, 08:12 AM
RE: HeRO on Linux - doomsweek - 01-19-2011, 09:08 AM
RE: HeRO on Linux - green_meep - 01-19-2011, 06:43 PM

Forum Jump: