私の質問を見て、私と一緒に解決策を考えてくれてありがとう。サブネット172.23.3.55/23(2.0 --> 3.255)にSambaサーバーがあり、そのサブネット内で問題なくサーバーにアクセスできます。さらに、同じコアスイッチ上の172.23.4.0/23サブネットは、問題なくサーバーにアクセスできます。 Office サブネット 129.228.114.0/23 もファイアウォールを介してシステムにアクセスできません。ただし、VPNネットワーク172.23.45.0/24に接続している場合、またはまったく異なる範囲の異なるオフィスにいる場合は、サーバーにアクセスできません。サーバーはログインが必要であると応答しますが、ログインは常に拒否されます。
私のsmb.confの[global]と[share]セクションは次のようになります。
workgroup = localdomain.nmc
netbios name = AMS-QTGW02
server string = %h server (Samba %v)
# hosts allow = 172.23.202.0/24 172.23.45.0/24 129.228.114.0/23
129.228.70.0/24 129.228.109.42 129.228.109.83
force user = nobody
force group = nobody
force create mode = 0666
force directory mode = 0777
create mode = 0666
directory mode = 0777
guest account = vimn
security = user
passdb backend = tdbsam
ntlm auth = yes
log file = /var/log/samba/log.%m
log level = 2 passdb:5 auth:5
max log size = 50M
#Performance Tuning:
use sendfile = true
kernel oplocks = no
strict locking = no
#FUCK OSX!
veto files = /.DS_Store/.AppleDesktop/.AppleDB/.AppleDouble/.Temporary Items/
delete veto files = yes
printing = cups
printcap name = cups
load printers = no
cups options = raw
[AMS-HATCH]
comment = HATCH Storage Share (AutoCleaned 30 Days)
path = /quantum/AMS-HATCH
browseable = yes
writable = yes
guest ok = yes
force user = nobody
force group = nobody
valid users = @LinuxAdmins, vimn, mll
ご覧のとおり、すべてのIPがアクセスできるように「Host Allowed」行をハッシュし、後ですべてが正常なときにその行(または「Host Denied」)を介したアクセスを制限したいと思います。
資格情報は複数回確認され、正しく入力されました。ドメイン以外のサーバーを無効にするためにsamba-winbondの内容を書き換えましたが、インストールしませんでした。私が間違っているか使用する必要があることを認識していない設定はありますか?
このセッションのログファイルには以下が含まれています。
[2018/02/19 11:21:07.724423, 5]
../source3/auth/server_info_sam.c:122(make_server_info_sam)
make_server_info_sam: made server info for user vimn -> vimn
[2018/02/19 11:21:07.724461, 3]
../source3/auth/auth.c:249(auth_check_ntlm_password)
check_ntlm_password: sam authentication for user [vimn] succeeded
[2018/02/19 11:21:07.724516, 5]
../source3/auth/auth.c:292(auth_check_ntlm_password)
check_ntlm_password: PAM Account for user [vimn] succeeded
[2018/02/19 11:21:07.724537, 2]
../source3/auth/auth.c:305(auth_check_ntlm_password)
check_ntlm_password: authentication for user [vimn] -> [vimn] -> [vimn]
succeeded
[2018/02/19 11:21:07.725216, 5]
../source3/passdb/pdb_interface.c:1749(lookup_global_sam_rid)
lookup_global_sam_rid: looking up RID 513.
[2018/02/19 11:21:07.725264, 5]
../source3/passdb/pdb_tdb.c:658(tdbsam_getsampwrid)
pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201.
[2018/02/19 11:21:07.725300, 5]
../source3/passdb/pdb_interface.c:1825(lookup_global_sam_rid)
Can't find a unix id for an unmapped group
[2018/02/19 11:21:07.725317, 5]
../source3/passdb/pdb_interface.c:1535(pdb_default_sid_to_id)
SID S-1-5-21-3363938291-73671434-3978610123-513 belongs to our domain, but
there is no corresponding object in the database.
パスワードの確認は正確ですが、接続がまだ切断されています。
みんなありがとうございます。
編集:ログセクションを追加しました。
ベストアンサー1
誰も答えを提供しませんが、質問はもう存在しません。