LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   lan net message (https://www.linuxquestions.org/questions/linux-networking-3/lan-net-message-140324/)

bit7 01-30-2004 08:00 AM

lan net message
 
hi all,

just a stupid question, is there in linux something ready to use like DOS net send, to send a message to a lan PC ?

thx B7

david_ross 01-30-2004 02:20 PM

For use with linux machines you should be able to sue "talk".

For sending to windows "smbclient".

bit7 02-02-2004 01:54 AM

thx david,

anyway "smbclient -M IP message" give me

added interface ip=192.168.2.200 bcast=192.168.2.255 nmask=255.255.255.0
session request failed



..

david_ross 02-02-2004 01:04 PM

Try increasing the debug level:
smbclient -d 3 -M IP message

bit7 02-03-2004 02:18 AM

smbclient -d 3 -M 192.168.2.39 test
added interface ip=192.168.2.200 bcast=192.168.2.255 nmask=255.255.255.0
Client started (version 2.2.0).
Connecting to 192.168.2.39 at port 139
socket option SO_KEEPALIVE = 0
socket option SO_REUSEADDR = 0
socket option SO_BROADCAST = 0
socket option TCP_NODELAY = 1
socket option IPTOS_LOWDELAY = 0
socket option IPTOS_THROUGHPUT = 0
socket option SO_SNDBUF = 16384
socket option SO_RCVBUF = 87380
socket option SO_SNDLOWAT = 1
socket option SO_RCVLOWAT = 1
socket option SO_SNDTIMEO = 0
socket option SO_RCVTIMEO = 0
session request failed


that's the response, seem that window PC don't accept, is it ?


All times are GMT -5. The time now is 07:41 AM.