• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Sending all outgoing network data packets to another comp. 1st

James benn

Junior Member
I have a windows server and want to send every single packet to another server sort of like a gateway or a router and that server looks at the packet and sees where the packet is being sent and sends it replacing it's own ip as the originating ip and communicates with the rest of the internet and the first server like a monkey in the middle or a go between. I am not sure if you can configure windows to use a proxy for absolutely all traffic but it is basically a proxy (the second server) . The first server will have applications running that already use http proxies, but instead of connecting directly to the proxies I want to send all outgoing traffic to the second server and it connects to the proxies as if it was the original server. I want to do this to mask the original ip on top of using proxies. Please help. What do I need to do?
 
You do know if this is all on the same LAN, once the data leaves you LAN, it's all going to have the same source IP anyways, right?
 
The gateway IP of the server would have to be the device that is doing the traffic inspection. That would have to be the device that is the proxy or reverse proxy. If you just want to check the network traffic you would need a packet sniffer device, or you would need a switch that could replicate the traffic to another switchport.
 
Back
Top