FVxSF Posted August 25, 2008 Share Posted August 25, 2008 I do my programming in VB .NET 2008 EE just as a heads up. Any way is there away, or program, or bit of code where I can redirect the destination IP to another IP, say 127.0.0.1 then send information back? I can write a php script to send data no problem but redirecting IP is a little beyond me. Link to comment https://forums.phpfreaks.com/topic/121279-routing-traffic/ Share on other sites More sharing options...
trq Posted August 25, 2008 Share Posted August 25, 2008 Any way is there away, or program, or bit of code where I can redirect the destination IP to another IP Yeah, its called a NAT enabled router. This can usually be done within your firewall. I'm not a windows user so not really sure whats available there but I know its quite easy to achieve in Linux using the netfilter kernel modules and iptables userland tools. Link to comment https://forums.phpfreaks.com/topic/121279-routing-traffic/#findComment-625449 Share on other sites More sharing options...
corbin Posted August 25, 2008 Share Posted August 25, 2008 Look into the Windows Loopback Adapter. Link to comment https://forums.phpfreaks.com/topic/121279-routing-traffic/#findComment-625492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.