Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Redirect Traffic
Name: tboronczyk Date: February 7, 2005 at 10:53:11 Pacific OS: WinXP CPU/Ram: PIV
Comment:
I need to redirect all traffic intended for a specific network (for example 10.4.160.0) to go to a specific machine on my network (example 192.168.2.17).
I've tried "route add 10.4.160.0 192.168.2.17", adding "192.168.2.17 10.4.160.0" to my hosts file and even tried setting up a route setting on my router/gateway device... all with no success.
Name: bpwrightwv Date: February 7, 2005 at 11:01:27 Pacific
Reply:
what kind of router do you have? also, the hosts file does dns like resolution, not routing. also, a route statement should look something like sourceipaddress sourcesubnetmask destination 10.4.160 255.255.255.0 192.168.2.17
0
Response Number 2
Name: Michael J (by mjdamato) Date: February 7, 2005 at 11:13:09 Pacific
Reply:
Your router should have the ability to set one of your computers in what is called the DMZ. But, that computer will now be fully exposed to the internet so be sure to have a good software firewall installed.
Michael J
0
Response Number 3
Name: bpwrightwv Date: February 7, 2005 at 11:20:47 Pacific
Reply:
but, will putting it in the dmz route traffic to it? or can you only forward specific ports to the dmz?
0
Response Number 4
Name: tboronczyk Date: February 7, 2005 at 11:43:37 Pacific
Reply:
The router is a multi-tech soho router which also acts as our gateway.
Summary: Is this program trying to access the info via ip address or domain name? I know that you can redirect traffic using lmhosts files within windows, but not sure if you can do it just by typing ip addre...
Summary: Thank you for the response. You are right that my DNS server only services our LAN. The DNS is on Windows Server 2003, and I have the DNS manager open. I see that I can create a new Host, Domain, Ali...
Summary: You'll have to open up the relevant ports on your router and redirect traffic on those ports to the client running MSN. No idea what those are but browse around on www.practicallynetworked.com: they h...