["RESOLVED"] UDP connection blocked by WindowsXP?
Hi I have a lan-application that is using TCP and UDP connections. I have them all running on a win98 network. For testing purposes I use the loopback IP and run them all on one computer, no problem on a win2000 machine.
The problem started when I tried to test on a XP machine, the connectioon to one "client" is working (all connections TCP and UDP) whereas the connections to other "clients" are limited to the TCP connections?
Does anybody know of issues concerning XP and UDP?
Re: UDP connection blocked by WindowsXP?
It might be due to the fact you're using the loopback address
I've had problems using that address before so in the end I had to use my LAN computers address
Re: UDP connection blocked by WindowsXP?
Thanks for the hint, I'll give it a try! (When I'm on my HomePC again)
Re: UDP connection blocked by WindowsXP?
Quote:
Originally Posted by opus
Hi I have a lan-application that is using TCP and UDP connections. I have them all running on a win98 network. For testing purposes I use the loopback IP and run them all on one computer, no problem on a win2000 machine.
The problem started when I tried to test on a XP machine, the connectioon to one "client" is working (all connections TCP and UDP) whereas the connections to other "clients" are limited to the TCP connections?
Does anybody know of issues concerning XP and UDP?
xp and 2k should have compatible stacks.
i would suspect a XP SP2 windows firewall.
try disabling the personal firewall on your xp machine.
Re: UDP connection blocked by WindowsXP?
I don't think the XP firewall blocks local access connections (especially to the loopback address (127.0.0.1/localhost?).
I would still disable the firewall and try again.
Uploading your project or attaching some code wouldn't hurt if that doesn't fix the problem. ;)
Re: UDP connection blocked by WindowsXP?
The XP firewall is "noticing" the lan-connection (even on local-host) and is therefore asking for permission, but only sometimes????. In the present state I can get to connection to 1 of the 5 clients (and all are using the same .exe). I'm lost on this one, but since the main application is running on a win98 lan, and running well, let us forget about that one.
I'M closing this threat, Thanks everybody!