N
Navin Mishra
HI,
I've built a .NET service that sends events to registered clients via TCP.
A client need to provide their IP and port when registering. And service
opens TCP link to the client on the provided IP and port. Everything is fine
except when the client is behind a NAT router in which case the client IP
like 192.168.11.2 is not reachable from the service.
Whar are the possible workarounds for this ?
Thanks in advance and regards
Navin
I've built a .NET service that sends events to registered clients via TCP.
A client need to provide their IP and port when registering. And service
opens TCP link to the client on the provided IP and port. Everything is fine
except when the client is behind a NAT router in which case the client IP
like 192.168.11.2 is not reachable from the service.
Whar are the possible workarounds for this ?
Thanks in advance and regards
Navin