Installed Samba
$ sudo apt-get update
$ sudo apt-get install samba
edit /etc/samba/smb.conf
$ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
$ sudo nano /etc/samba/smb.conf
if you are on a closed network (behind a nat router with no open ports) then
authentication = user
and comment out all the encryption stuff
add shares at the end
[share]
comment = share
read only = no
path = /home/share
tomorrow...
dnsmasq
No comments:
Post a Comment