dramiko
Forum Replies Created
-
AuthorPosts
-
dramikoParticipant
a little more info on my situation over at this post http://www.wiimc.org/forum/viewtopic.php?f=4&t=1566&p=8471#p8471 I’ll try to keep it there for any future updates and maybe post back here if I get a definitive solution.
dramikoParticipantI’m still looking for any help with this if someone has a little time and more know-how than myself. Happy New Year!!!
dramikoParticipantupdate: I also tried using (client ntlmv2 auth = yes) and (ntlm auth = yes)
update #2: I ran a testparm on the samba server and here are the results: It’s ignoring the lines I added. I probably didn’t mention that I’m running a Samba2 setup. I wonder if that has anything to do with this.
-bash-3.2# /opt/bin/testparm
Load smb config files from /opt/etc/samba/smb.conf
Unknown parameter encountered: “smb ports”
Ignoring unknown parameter “smb ports”
Unknown parameter encountered: “ntlm auth”
Ignoring unknown parameter “ntlm auth”
Unknown parameter encountered: “disable netbios”
Ignoring unknown parameter “disable netbios”
Processing section “[WD640]”
Processing section “[Root$]”
Processing section “[External]”
Loaded services file OK.dramikoParticipantIf there’s any chance I can get this to work on my setup I’d love to do so. I’m running a pogoplug with optware and Samba2 installed. I tried finding more information on how to configure the settings mentioned earlier in this post but I’m not having any luck so far. I have access to the samba server from my mac and PC but not on wiimc yet.
I thought that by having (encrypt passwords = yes) and (smb ports=445) that would do the trick. But I honestly don’t know much about these settings and even how to setup usernames and passwords. I’m trying to access from Wiimc as the root user with the same password I use to SSH to the device.
Here is my config file: Any advice or ideas are greatly greatly appreciated.
[global]
workgroup = workgroup
server string = Pogoplug Samba2 Server
hosts allow = 192. 127. ..# you may need to put 10. here
null passwords = yes
guest account = root
log file = /opt/var/log/samba/log.%m
max log size = 50
security = share
encrypt passwords = yes
smb passwd file = /opt/etc/samba/smbpasswd
dns proxy = no
preserve case = yes
local master = no
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
smb ports = 445[WD640]
comment = black-enclosure
path = /tmp/.cemnt/mnt_sdb2
available = yes
public = yes
writable = yes
printable = no
create mask = 0777
guest ok = yes
browseable = yes[External]
comment = white-enclosure
path = /tmp/.cemnt/mnt_sda2
available = yes
public = yes
writable = yes
printable = no
create mask = 0777
guest ok = yes
browseable = yesdramikoParticipantSo I found this bit of information from Tantric elsewhere in the forum. It looks like it may be what I need, but I not sure how to write it into the config file.
SAMBA + WiiMC will work, but AD (or domains!) aren’t supported. Here’s what is:
NTLM v1 authentication over port 445 (ie: no NETBIOS)
Anyone know how?
-
AuthorPosts