Tagged Questions
0
votes
1answer
192 views
Broadcasts from guest machine not reached host machine
I have an application that sends UDP broadcasts to some port, for example 11000 (BROADCAST_APP) and another application that listens the 11000 UDP port(LISTENER_APP). The apps works well on the ...
1
vote
4answers
93 views
Just one client bound to address and port: does it make a difference broadcast versus unicast in terms of overhead?
Scenario:
I am implementing failed over for a network node, so my idea is to make the master node listens on a broadcast ip address and port. If the master node fails, another failover node will ...
2
votes
2answers
645 views
Can I test broadcast packets on a single machine?
I want to have a server sending broadcast UDP packets and two other clients, in the same machine, receiving them. Can I do that somehow? What IP address would I use?
@gravyface gave me hope but I ...
1
vote
1answer
468 views
Many clients on a wireless AP for UDP broadcast packets
I asked this question on StackOverflow and was directed over here, so I'd appreciate any advice.
I'm deploying a smartphone application as part of a live music performance that depends on receiving ...
2
votes
1answer
723 views
Forward broadcast to fixed IP using IPTables
I need to forward (route) broadcast packets from several wireless clients to a single server in the fixed network. The wireless and fixed network are not bridged for security reasons.
With the ...
3
votes
1answer
315 views
one particular laptop does not receive UDP broadcast messages
I am trying to debug a problem with a particular laptop which is running Ubuntu. We have a service which uses broadcast UDP messages, and this laptop is not receiving them on its wireless interface, ...
2
votes
2answers
1k views
Broadcast UDP over VPN
I have OpenVPN configured and have 5 dd-wrt router clients. I would like the machines on those routers to be-able to UDP Broadcast across all 5 networks.
I cannot bridge the interfaces(to my ...