ネットワーク BIOS ルーティング

ネットワーク BIOS ルーティング

長い間、私はnetbiosルーティングが不可能であることに気づきました。私のシナリオ:

server1 192.168.100.212 <--> server2 192.168.100.213 (2nics 192.168.100.0/24 および 192.168.30.0/24 を含む) - 静的パス。

server1にはSambaファイルサーバーがあります。

ネットワーク 192.168.30.0/24 で \server\ および IP \192.168.30.212\ を使用して Samba サーバーを表示して作業します。

問題は、Windowsクライアント(192.168.30.0/24ネットワークのすべてのwinバージョン)でWeb検索(またはnet viewコマンド)を使用してnetbiosサーバーを表示できないことです。

iptablesはうまく動作します。

domain master = no
preferred master = no
local master = yes
os level = 65
netbios name = SIGN
workgroup = WORKGROUP
Server String = SIGN
wins support = no
wins server = 192.168.100.212
wins proxy = yes
dns proxy = no
# check these
remote announce = 192.168.100.255/WORKGROUP 192.168.30.255/WORKGROUP
#remote browse sync = 192.168.100.212 192.168.30.212
name resolve order = wins bcast host dns

ベストアンサー1

おすすめ記事