End Google Ads 201810 - BS.net 01 --> I have simple udp client and server using UdpClient class in .net frame work 2.0
My Ip address is 192.168.5.20
and client ip address is 192.168.1.25
When i tried to send udp packet from client to server exception occurs: "A socket operation was attempted to an unreachale host 192.168.5.20:10080"
But when i change my(server) IP address to "192.168.1.20" communication is fine.
How i can solve this problem or,how i can send packets other than my domains ip addresses.
Paul Dave.