TobyR
12-16-2003, 04:07 PM
I'd like to send a pop-up to my WinXP PC from Linux machine (why? - just for the fun of it).
Having looked into it, I tried the following command from the Linux box:
smbclient -M HOME-PC "Hello"
.. and got ...
added interface ip=10.0.0.254 bcast=192.168.0.255 nmask=255.255.255.0
Cannot resolve name HOME-PC#0x3
But,
# smbclient -N -L HOME-PC
gave
added interface ip=192.168.0.254 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.11 ( 192.168.0.11 )
Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
SharedDocs Disk
print$ Disk Printer Drivers
hpdeskje Printer hp deskjet 5550 series
Server Comment
--------- -------
Workgroup Master
--------- -------
... which makes me think there isn't anything wrong with name at all.
Any ideas? Thanks in advance.
Having looked into it, I tried the following command from the Linux box:
smbclient -M HOME-PC "Hello"
.. and got ...
added interface ip=10.0.0.254 bcast=192.168.0.255 nmask=255.255.255.0
Cannot resolve name HOME-PC#0x3
But,
# smbclient -N -L HOME-PC
gave
added interface ip=192.168.0.254 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.11 ( 192.168.0.11 )
Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
SharedDocs Disk
print$ Disk Printer Drivers
hpdeskje Printer hp deskjet 5550 series
Server Comment
--------- -------
Workgroup Master
--------- -------
... which makes me think there isn't anything wrong with name at all.
Any ideas? Thanks in advance.