Results 1 to 15 of 29

Thread: [HowTo] Install and Configure a WORKING Samba (Vista included)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2007
    Location
    Milano - Italy
    Posts
    164
    No way for me to access to my USB connected to 500gP running original Samba from Oleg's firmware (Samba 2.0.10-security-rollup).
    I'll try installing Samba2...

    In the meantime I've found that my Vista Home Premium can't browse shared folders on a Win2000 SP4 machine... no problems browsing from XP....

    Any reports about how samba 3 works on small memory amount devices ?

    Max
    Last edited by QMax; 05-11-2007 at 20:52.

  2. #2

    Thumbs up

    Hello,

    this works fine for me with Olegs FW 1.9.2.7-8
    But with the FW 1.9.2.7-8 you must do the following steps:

    Install the better IPKG:
    Code:
    mkdir /opt/tmp
    mkdir /opt/tmp/ipkg
    ipkg.sh update
    ipkg.sh install ipkg-opt
    ipkg update
    ipkg upgrade
    Stop SAMBA2:
    Code:
    killall nmbd
    killall smbd
    Disable the SAMBA2 that comes with the FW:
    if you create a startup script for Samba:
    Code:
    chmod -x /opt/etc/init.d/S97Samba
    if not, be shure that SAMBA is disabled in the WEB-Interface!
    You can't uninstall it.. see:
    Code:
    ipkg list_installed
    Save the old SAMBA2 configuration if you create one:
    Code:
    mv /opt/etc/samba/smb.conf /opt/etc/samba/smb.conf.smb2
    Install SAMBA 3.0.26a-1:
    Code:
    ipkg install sama
    Configure your smb.conf.
    Thats my:
    Code:
    [global]
    workgroup = MATRIX
    guest account = nobody
    security = share
    browseable = yes
    guest ok = yes
    guest only = no
    log level = 0
    log file = /opt/logs/smbd.log
    max log size = 100
    encrypt passwords = yes
    dns proxy = no
    netbios name = WL500gP
    server string = ASUS WL500g Premium
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_SNDBUF=8192 
    
    [share$]
    path=/
    writeable = yes
    force user = root
    browseable = no
    
    [harddisk$]
    path=/tmp/harddisk
    writeable = yes
    force user = root
    browseable = no
    
    [flash$]
    path=/opt
    writeable = yes
    force user = root
    browseable = no
    
    [www]
    path=/tmp/harddisk/www
    writeable = yes
    force user = root
    browseable = yes
    
    [ftp_pvt]
    path=/tmp/harddisk/ftp_pvt
    writeable = yes
    force user = root
    browseable = yes
    
    [ftp_pub]
    path=/tmp/harddisk/ftp_pub
    writeable = yes
    force user = root
    browseable = yes
    
    [logs]
    path=/opt/logs
    writeable = yes
    force user = root
    browseable = yes
    /opt is a usb-flash-stick
    and /tmp/harddisk is a usb-hdd

    Don't forget...
    Code:
    flashfs save && flashfs commit && flashfs enable && reboot
    at the end


    In my case, i does'nt change any value with the secpol.msc or in the registry of my WinVista Ultimate OS.

    I hope this helps also
    Last edited by rj.2001; 17-11-2007 at 01:23.

Similar Threads

  1. Replies: 24
    Last Post: 05-05-2015, 07:42
  2. [HowTo] Install and configure Oleg's firmware
    By wengi in forum WL-500gP Tutorials
    Replies: 957
    Last Post: 22-02-2013, 22:24
  3. HowTo install OpenVPN server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 41
    Last Post: 31-05-2012, 20:41
  4. [Howto] Install hddtemp
    By Denmike in forum WL-500gP Tutorials
    Replies: 11
    Last Post: 26-02-2012, 06:46
  5. Samba share accessible in XP but not Vista
    By goolias in forum WL-500gP Q&A
    Replies: 4
    Last Post: 05-11-2007, 14:07

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •