• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    serge
    Posts: 725 from 2003/2/20
    OK, I began to install samba and configur it.
    The installation is very easy.
    I choosed the Samba-2.2.5-68K.
    My choise was done arbitrary cause nobody wrote something clear about it.

    I unpacked the samba archive on a folder called Samba on my sys:
    Now I have something like this:
    sys:Samba/"all the folders contained on the archive"

    then I edited my user-startup and added this 2 lines:

    Assign Samba: sys:Samba
    Path Samba:bin add

    Next step is creating the Workgroup on MOS2.0 stack.
    This is easy to do by editing the prefs on Network section and Users.
    I added a group called WORKGROUP with ID 100.

    Next step is creating the users on the MOS stack.
    Always on MOS prefs, on the same page for groups we can create users.
    I created 2 users user Pegasus and user PCguest. This users are part of group 100 and have an unic number ID.

    Next step is creating Hosts.
    Always on MOS prefs on Host, I created a host called

    Pegasus with my PEG IP 192.168.0.2
    a second host called
    PCATHOME with my PC IP 192.168.0.52

    We have a third host called localhost with IP 127.0.0.1

    At this time, all the identification operations are done.
    Unfortunatly, I dont find where to configure the Samba Deamons.

    On AmiTCP, the configuration should be like this :


    AmiTCP:db/services

    The following lines need to be added:

    netbios-ns 137/udp
    netbios-dgm 138/udp
    netbios-ssn 139/tcp
    swat 901/tcp

    AmiTCP:db/inetd.conf

    The following lines need to be added:

    netbios-ssn stream tcp nowait root Samba:bin/smbd smbd
    netbios-ns dgram udp wait root Samba:bin/nmbd nmbd
    swat stream tcp nowait root Samba:bin/swat swat -a

    Now I need help to know where to add this informations on MOS2 stack.

    Thanks.


    [ Edited by serge on 2008/9/1 14:44 ]
  • »01.09.08 - 14:38
    Profile