Link to home
Start Free TrialLog in
Avatar of Tigger996
Tigger996

asked on

Trying to share over internet - samba question

I've created a samba share that is visible over the internet.  So http://mydomain.com/sharename        My problem is, I can't authenticate to it.  What am I missing?
Here is my config:

[global]
workgroup = House
netbios name = SAMBA
server string = Samba Server
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = New*password %n\n Retype*new*password %n\n passwd:*all*authentication*tokens*updated*successfully
username map = /etc/samba/smbusers
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
#add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
dns proxy = No
ldap ssl = no
hosts allow = all
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No

[shared]
path = /usr/home/lori
read only = No
create mask = 0664
directory mask = 0775
guest ok = Yes

Avatar of gheist
gheist
Flag of Belgium image

Samba is not a http protocol server.

What server you use for http protocol??? Apache? Zeus? IIS?
Avatar of Tigger996
Tigger996

ASKER

apache.  Thanks for the response, we figured out to have access like a mapped drive we have use a vpn.

ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial