|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How can we send a broadcast signal to all terminal ?
How can we send a broadcast message to all on same LAN |
|
#2
|
|||
|
|||
|
Quote:
Not quite sure what you want to know. Most Lans (i.e. Ethernet) support broadcasting. Usually the last address in a subnet is used as the broadcast address : Code:
subnet: 192.168.0.x netmask: 255.255.255.0 (ffffff00) broadcast: 192.168.0.255 in order to send a packet to every host, simply send it to (in this example) 192.168.0.255. You can check/set the broadcast address with ifconfig. -Steven |
|
#3
|
||||
|
||||
|
man wall perhaps?
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|