[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:20134] about samba



Plain@おはら です。

 初めての投稿です。

 sambaがちゃんと動いてくれなくて困っています。
 マシン名happy(192.168.1.1)で、
 ppxp+IPMasqによりダイアルアップルーターの役割をさせています。
 環境はSlinkです。userlinkだけはpotatoのものを使用。
 加えて、bindも入れて内側のネームサーバにもしています。
 sambaが動かないというより、動いているのだけど、
 他のホスト(Win95)がら見えないというほうが正確です。
 testparmでは、

 Load smb config files from smb.conf
 Get_Hostbyname: Unknown host happy
 Failed to get my hostname.

 と言われてしまします。
 どうやら、nmdb、smdbがきちんと動いていないようです。
 sambaはdaemonで動かしています。
 kernelのFilesystemでは、NFSとSMBをきちんとチェックしています。
 ちなみに、/var/log/nmbでは

 [2000/01/17 01:10:06, 1] nmbd/nmbd.c:main(684)
   Netbios nameserver version 2.0.5a started.
   Copyright Andrew Tridgell 1994-1998
 [2000/01/17 01:10:06, 0] lib/util.c:get_myname(1756)
   Get_Hostbyname: Unknown host happy
 [2000/01/17 01:10:06, 0] nmbd/nmbd.c:main(689)
   Unable to get my hostname - exiting.

 /var/log/smbは、

 [2000/01/17 01:10:06, 1] smbd/server.c:main(628)
   smbd version 2.0.5a started.
   Copyright Andrew Tridgell 1992-1998
 [2000/01/17 01:10:06, 0] lib/util.c:get_myname(1756)
   Get_Hostbyname: Unknown host happy
 [2000/01/17 01:10:06, 1] smbd/files.c:file_init(216)
   file_init: Information only: requested 10000 open files, 1014 are available.
 [2000/01/17 01:10:06, 0] lib/util_sock.c:open_socket_in(854)
   Get_Hostbyname: Unknown host happy

 となっています(いずれも抜粋)。
 パスワードの暗号化の件は、きちんと対応しているつもりです。
 IPMasqをしているために、このような事になるのでしょうか?
 一応セキュリティーの記事を見たので、

 echo 1 > /proc/sys/net/ipv4/ip_forward
 /sbin/ipchains -A forward -j MASQ -s 192.168.1.0/24 -d 0.0.0.0/0
 ipchains -P forward DENY
 /sbin/ipchains -A input -j DENY -s 127.0.0.0/8 -d 0/0 -i eth0
 /sbin/ipchains -A input -j DENY -s 127.0.0.0/8 -d 0/0 -i ul0
 /sbin/ipchains -A input -j DENY -s 192.168.1.0/24 -d 0/0 -i ul0
 /sbin/ipchains -A input -j ACCEPT -s 192.168.1.0/24 -d 0/0 -i eth0
 /sbin/ipchains -A input -j DENY -s 0/0 -d 0/0 -i eth0

 などと言うことを、/etc/init.d/networkに書いています
 (自分では意味が分かっていない)。
 実は、bindも今一つきちんと動いてないようですが、これも関係あるのでしょうか?

 初めての投稿で、いろいろ不手際があるかもしれませんが、よろしくお願いします。
 以下smb.confです。

 [global]
    guest account = nobody
    invalid users = root
    interfaces = eth0
    security = user
    workgroup = good-job
    server string = %h server (Samba %v)
    socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
    encrypt passwords = yes
    wins support = no
    os level = 0
    domain master = no
    local master = yes
    preferred master = yes
    dns proxy = no
    preserve case = yes
    short preserve case = yes
    unix password sync = false
    passwd program = /usr/bin/passwd %u
    passwd chat = *New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n *Password \schanged.* .
    max log size = 1000
 [homes]
    comment = Home Directories
    browseable = yes
    read only = no
    create mask = 0700
    directory mask = 0700


============================================================
     Masateru OHARA
     car31930@xxxxxxxxxxxxxxx
============================================================