9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Greetings,
I want to send broadcast udp from a script.
This works but is not broadcast:
echo -n "this is my message\r\n" | nc -u 192.168.0.12 5100
The broadcast version does not work:
echo -n "this is my message\r\n" | nc -u 192.168.0.255 5100
Suggestions on the right way to do this... (2 Replies)
Discussion started by: anotherstevest
2 Replies
2. Solaris
we enabled windows firewall and noticed that one unix sun server (solaris 9 ) are broadcasting on UDP port 14000 continous. We are running Oracle Application on this server, so I'm not sure if there is some service doing this, or any idea how to trace .
Regards (1 Reply)
Discussion started by: maooah
1 Replies
3. Shell Programming and Scripting
Hi All,
Can any1 help me out in broadcasting a message to all users if a condtion is meet.
Like I am trying to get values from a directory for service monitoring.
If a condition is meet it should broadcast the message.
I try to use wall command but i m not sure how its works as its... (1 Reply)
Discussion started by: jojo123
1 Replies
4. Programming
My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (0 Replies)
Discussion started by: vigneshinbox
0 Replies
5. Programming
My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (1 Reply)
Discussion started by: vigneshinbox
1 Replies
6. UNIX for Dummies Questions & Answers
A long time ago, I frequently used a small X11 utility that allows you to manage multiple systems at the same time.
It worked by opening a small window that had a button you used to "Add" X Clients to it. These would be xterms on different systems for example.
You would then type inside that... (5 Replies)
Discussion started by: Alon.Albert
5 Replies
7. UNIX for Advanced & Expert Users
Operating system sun solaris 5.8
My problem is :
crontab -e
15 16 * * * /bckscripts/oo
vi /bcscripts/oo = wall " stop backup "
the system at the 16:15 all day time doesn't display message " stop backup "
What's the problem ???
i'am root user the follow is the root dir... (2 Replies)
Discussion started by: tt155
2 Replies
8. UNIX for Dummies Questions & Answers
Hello: How would you send message to other unix users logged in into the system now.. what should i verify, before sending them a mail across that displays mesage on the terminal. Any man pages? Thanks, ST2000 (2 Replies)
Discussion started by: ST2000
2 Replies
9. UNIX for Dummies Questions & Answers
Dear all,
How can I deny messaging which use "wall" command to send message out?
regards
Wilson (7 Replies)
Discussion started by: wilsonchan1000
7 Replies