Topic: Ethernet Adapter Question with WinXP (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 02-19-2007 23:02
I have win xp and two Ethernet adapters. |
Maniac (V) Inmate From: there...no..there..... |
posted 02-20-2007 14:04
how are you blocking the ports on the wired card? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 02-20-2007 14:38
The wired card has the ports blocked via a remote hardware firewall. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 02-20-2007 15:35
We need to get this straight: |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 02-20-2007 22:19
I have an application on my machine that wants to connect to a remote host on port 5555. code: if wireless and wired are both active requests for port 5555 uses wireless others use wired
|
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 02-21-2007 08:34
Provided the remote host has a fixed ip, a route is the way to go. (route help, route add, on the command lilne). |
Maniac (V) Mad Scientist From: :morF |
posted 02-21-2007 12:33
If the server you're contacting and your wireless connection have fixed IP addresses (and, I think, even if your wireless doesn't) then you can use the windows command-line 'route' command to add a rule saying all traffic for <server IP> goes out <wireless interface> |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 02-21-2007 16:45
Awesome, after playing around with the routes for about an hour I was able to figure out how to make it do what I needed to do. |