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 and we client pc and mine are on same network
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:10 080..."
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.
My Ip address is 192.168.5.20
and client ip address is 192.168.1.25 and we client pc and mine are on same network
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:10 080..."
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.
Comment