BleedingEdge
Technical User
Well that says it all. This sounds more like a hacker tool then a real tool, but anyway.
I need a program that will monitor all outgoing packets, and if the IP matches a certain IP, it changes the IP and then continues sending it.
I've searched for Packet editing, IP rerouting, change routing tables, I can't seem to find the right thing. The quasi-code would look like this:
IF DESTIP = xxx.xxx.xxx.xxx THEN SET DESTIP = xx.xx.xx.xx
This is some kind of layer 3 program. Is it a router? Or route table issue? A packet monitor/changer? An LSP proggy linked to the IP stack? I don't know what can do this, or if it can be done. I don't really even know what to search for.
Any help would be great. Thanks
(P.S. if you're wondering WHY I need this, it is basically to change an external IP into an internal IP for the sake of server administration of sorts. If the packet is left as-is when testing locally, it closes my client. And if I permenently change the external IP, then all outside connections can't do anything. So if I can get the packet to never leave the local machine, that's what I need. It needs to circle back to me and not go external, and all I have to do is change that destination IP. Unless my thinking is wrong.)
I need a program that will monitor all outgoing packets, and if the IP matches a certain IP, it changes the IP and then continues sending it.
I've searched for Packet editing, IP rerouting, change routing tables, I can't seem to find the right thing. The quasi-code would look like this:
IF DESTIP = xxx.xxx.xxx.xxx THEN SET DESTIP = xx.xx.xx.xx
This is some kind of layer 3 program. Is it a router? Or route table issue? A packet monitor/changer? An LSP proggy linked to the IP stack? I don't know what can do this, or if it can be done. I don't really even know what to search for.
Any help would be great. Thanks
(P.S. if you're wondering WHY I need this, it is basically to change an external IP into an internal IP for the sake of server administration of sorts. If the packet is left as-is when testing locally, it closes my client. And if I permenently change the external IP, then all outside connections can't do anything. So if I can get the packet to never leave the local machine, that's what I need. It needs to circle back to me and not go external, and all I have to do is change that destination IP. Unless my thinking is wrong.)