05-06-2025, 09:06 PM
Thanks for that. I always thought CLI meant clear interrupt flag 
And I confess to being not conversant in linux.
Using //192.168.1.104/guest/ I get the error NT_STATUS_BAD_NETWORK_NAME.
If I omit guest there's no response, just back to the command prompt.
Here is my minimalist server side smb.conf...
[global]
map to guest = Bad User
log file = /var/log/samba/%m
log level = 1
server role = standalone server
[guest]
# This share allows anonymous (guest) access
# without authentication!
path = /home/%U/linux_share
read only = no
guest ok = yes
guest only = yes
Thanks so for helping.

And I confess to being not conversant in linux.
Using //192.168.1.104/guest/ I get the error NT_STATUS_BAD_NETWORK_NAME.
If I omit guest there's no response, just back to the command prompt.
Here is my minimalist server side smb.conf...
[global]
map to guest = Bad User
log file = /var/log/samba/%m
log level = 1
server role = standalone server
[guest]
# This share allows anonymous (guest) access
# without authentication!
path = /home/%U/linux_share
read only = no
guest ok = yes
guest only = yes
Thanks so for helping.