multihomed Questions
4
Solved
I need to send a UDP message to specific IP and Port.
Since there are 3 network cards,
10.1.x.x
10.2.x.x
10.4.x.x
when i send a UDP message,i am receiving the message only in one network adapt...
Ophthalmoscopy asked 8/7, 2009 at 4:40
3
Solved
I have a linux server with two NICs (eth0 and eth1), and have set eth0 as default in "ip route." Now I would like to receive multicast packets on eth1. I have added "224.0.20.0/24 dev eth1 proto st...
Convergence asked 4/4, 2011 at 14:52
4
Solved
I want to make a web request from one of available IP addresses on server so I use this class:
public class UseIP
{
public string IP { get; private set; }
public UseIP(string IP)
{
this.IP = ...
Keese asked 24/5, 2011 at 18:1
3
Solved
I've been developing this simple client - server application with C where the client is just sending random data to the server and the server just listens to what the client sends. The protocol I'm...
Accessary asked 14/6, 2011 at 11:13
3
Solved
Trying to unicast packets to available networks. There are totally 3 networks. Managed to get packets in only one network.But i am not able to receive the packets in different networks.
using this...
Voleta asked 8/7, 2009 at 6:58
1
© 2022 - 2024 — McMap. All rights reserved.