"TerryPin" <TerryPin_member@newsguy.com> wrote in message
news:fborde027hg@drn.newsguy.com...
> The solution to me would be to somehow route Skype and Internet radio
> traffic
> via my UK connection (I currently often connect using the Go2MyPC facility
> www.go2mypc.com without problems) whilst maintaining general access for
> downloads, email and browser access using the local DSL connection .
>
> Ridiculously complicated I know and probably totally impossible
Routing pathes are determined by the *destination*,..not the Application
being used,...not the protocol being used. So "in theory" if you know the
IP Subnet of the destination (requires knowing the Net ID and Mask, not
simply a Range),...and if the "Gateway" to the particular Destination is
known and does not constantly change,...then,...you can configure Static
Routes on your individual PC to tell it what path to take for specific
Destinations while allowing everything else to default to another
connection.
The command line at a command prompt would look like this on a Windows
system:
Route Add -p [net ID] Mask [net mask] [gateway]
Example:
PC's Interface = 172.16.34.56
Available Routers = 172.16.34.1, 172.16.34.2
PC's DFG = 172.16.34.1
So if you want all traffic to the Network 192.168.4.0 to take a different
router (path) than the normal Default Path (172.16.34.1) you would create
this route:
Route Add -p 192.168.4.0 Mask 255.255.255.0 172.16.34.2
Now all traffic leaving the source subnet will use the router 172.16.34.1
except for all traffic destined for the network 192.168.4.0 which will take
the router 172.16.34.2 instead.
It works the same way even if the PC has more than one interface, such as a
wired nic, a wireless nic, and a dialup adapter which would give it 3.
Dialup Adapters would include things like phone modems, cell phone adapters,
and Virtual VPN Adapters. Since a Gateway is only valid if it is in the
same subnet as the adapter that uses it, the PC will seek out the proper
adapter to use for the correct gateway and route. If the PC has no
interface in the same subnet as the gateway, then the route is invalid and
the destination will be impossible to reach unless the invalid route is
deleted.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------