I am busy modifying [thread=64649]Bernie's IPCop script[/thread] to allow a third connection for unshaped, with routing specific to the WoW realms.
The idea is that you have 3 simultaneous PPPoE connections:
1x intl
1x local
1x unshaped for WoW only.
I thought it would be nice to include realms that other people play on, in case some bright spark wants to attempt to do this using some other methods (Route sentry maybe).
If anybody is interested, I will gladly share the script. I'm basing it on rt version 0.0.05 (see the last post in the above linked thread).
If you would like to help by contributing the IP address of the realm you play on, please post here.
To find out the IP address, connect to your realm, and log in to your character. You need to be actually in the game (and not on the char select screen).
Then, alt+tab out of WoW, and run cmd.exe. In the command prompt, type "netstat -bn", and you will be presented with a list of connections and the associated executable.
Look for a single entry like this:
For example, the above line shows my machine (172.16.16.10) connected to 80.238.179.31 - which happens to be Twilight's Hammer.
The list:
The idea is that you have 3 simultaneous PPPoE connections:
1x intl
1x local
1x unshaped for WoW only.
I thought it would be nice to include realms that other people play on, in case some bright spark wants to attempt to do this using some other methods (Route sentry maybe).
If anybody is interested, I will gladly share the script. I'm basing it on rt version 0.0.05 (see the last post in the above linked thread).
If you would like to help by contributing the IP address of the realm you play on, please post here.
To find out the IP address, connect to your realm, and log in to your character. You need to be actually in the game (and not on the char select screen).
Then, alt+tab out of WoW, and run cmd.exe. In the command prompt, type "netstat -bn", and you will be presented with a list of connections and the associated executable.
Look for a single entry like this:
Code:
TCP 172.16.16.10:3578 80.239.179.31:3724 ESTABLISHED 516
[WoW.exe]
For example, the above line shows my machine (172.16.16.10) connected to 80.238.179.31 - which happens to be Twilight's Hammer.
The list:
- Scarshield Legion - 80.239.181.95
- Twilight's Hammer - 80.239.179.31