wow, never heard of that. But I setup a local firewall rule on my Linux lappy to block any outbound connection attempts to the master server. This helps me timeout immediately doing a REJECT instead of a DROP rule, instead of waiting for the timeout. Makes me timeout the nwmaster login immeadiately - no wait.
Linux iptables for any other Linux users out there...
iptables -A OUTPUT -d 204.50.199.9/32 -j REJECT --reject-with icmp-port-unreachable
Awesome uber cool fedora users like myself can then run "service iptables save". You lesser linux users can figure it out for yourselves
'> hehe (iptables-save > filename, usually)
So for blocking from windows... man... I have no idea. Even on high-end Cisco ASAs I don't know how to specifically say REJECT instead of DROP, and I'm a very advanced networking guy. I've even asked my CCIE onboard (network GOD) and he doesn't know how.
First thing I would try is to setup a local hosts entry to point nwmaster.bioware.com to localhost. See if that does it, as your local machine should reply with a closed port immediately.
Edit: C:\\windows\\system32\\drivers\\etc\\hosts with notepad.
Add a line like so...
127.0.0.1 nwmaster.bioware.com
Save the file.
Might want to fire up a command prompt and run "ipconfig /flushdns" or do a reboot, just to ensure all DNS cache entires are flushed. I forget if windows overrides dns entires cached or not with a hosts file.
What that does is tell your machine that the "nwmaster.bioware.com" name resolves as 127.0.0.1 (your own machine, localhost) and should try to connect to it as your own machine. Since your machine doesn't listen on those ports and windows firewall shouldn't block (DROP) localhost connections, it should reply immediately with a REJECT, allowing you to log in without the big long stupid timeout. Which should negate your issue you're having.
Of course, if that doesn't work, we'd have to try something else. Maybe your router can block with icmp prohibited (REJECT) and setup an outbound block rule there. Depends on your equipment. But I got a feeling the hosts entry should work for you. If not... I'm sure there's some 3rd party firewall rule for windows out there than can specify REJECT instead of the default firewall rule of DROP. (Reject actually replies to the request with unreachable, where DROP ignores the request.... causing lengthy timeouts)
Actually laz... it would be darn nice for you to not have to wait for the timeout, because I'm sure I'm not the only one that's noticed that you seem to take a looooooong darn time to log back in...
Post up if the hosts solution works, huh? I'm curious to know, and my windows VM can't handle nwnclient (no 3d hardware accel)
Of course, this doesn't actually resolve your problem itself... but it's a darn nice workaround that gives some bonus features like not having to wait for that stupid timeout. Sounds to me like you have some soundcard issues. Upgrade soundcard drivers... reinstall nwn... beyond that? No clue. Again... I'm a Linux guy, not a windows user.
Modifié par altphil, 30 novembre 2011 - 09:43 .