| View previous topic :: View next topic |
| Author |
Message |
tiretz

Joined: 28 May 2009 Posts: 16
|
Posted: Sun Feb 28, 2010 10:46 Post subject: binding ip broadcast server to single adaptor |
|
|
Hi,
I have an IP Broadcast Server that I have bound to one of my two network adapters. Each network adaptor is connected to a different DHCP server and is on a different network.
I assumed that once I bound the broadcast server to a single IP adaptor, the packets it broadcasts would only go out on that adaptor.
I am however finding the packets going out on both.
Is there anyway to stop the packets going to computers connected to the non-bound adaptor?
regards
Justin. |
|
| Back to top |
|
 |
Aleksandr

Joined: 06 Apr 2005 Posts: 293 Location: Kharkiv, UA
|
Posted: Fri Mar 05, 2010 11:12 Post subject: |
|
|
The bindTo property specifies which adapter the component should bind to. Default value of '0.0.0.0' means it will bind to all adapters. _________________ Happy coding. |
|
| Back to top |
|
 |
|