Hi all I've a samba server listen on eth0 (everything ok) and eth2 server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux server) with another interface 192.168.30.0/24 from network 192.168.30.0/24 I can ping 192.168.100.212 and works with samba shares (but only using numeric IP) I don't see any computers from windows machines. nbtstat doesn't find any host (host not found) nbtstat -a name_of_samba host not found nbtstat -A 192.168.100.212 Do I need to create a routing of broadcast address? or what? Any idea? thanks for help! thanks!
On Wed, 3 Aug 2016 18:41:53 +0200 "Pol Hallen" <samb at fuckaround.org> wrote:> Hi all > > I've a samba server listen on eth0 (everything ok) and eth2 > > server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux > server) with another interface 192.168.30.0/24 > > from network 192.168.30.0/24 I can ping 192.168.100.212 and works with > samba shares (but only using numeric IP) > > I don't see any computers from windows machines. > > nbtstat doesn't find any host (host not found) > > nbtstat -a name_of_samba > host not found > > nbtstat -A 192.168.100.212 > > Do I need to create a routing of broadcast address? or what? > > Any idea? > > thanks for help! > > thanks! > >When you say 'samba server', what sort of Samba server ? If it is an AD DC, then there is no network browsing with a Samba AD DC. Rowland PS Do you have to use that email domain, I find it offensive.
If you use have a wins server , then all machines can be configured as wins clients, even if not on the same subnet. But even if you can't browser for servers, you can still connect to then if you know the host name or ip. On 08/03/16 12:41, Pol Hallen wrote:> Hi all > > I've a samba server listen on eth0 (everything ok) and eth2 > > server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux > server) with another interface 192.168.30.0/24 > > from network 192.168.30.0/24 I can ping 192.168.100.212 and works with > samba shares (but only using numeric IP) > > I don't see any computers from windows machines. > > nbtstat doesn't find any host (host not found) > > nbtstat -a name_of_samba > host not found > > nbtstat -A 192.168.100.212 > > Do I need to create a routing of broadcast address? or what? > > Any idea? > > thanks for help! > > thanks! > >
Also add wins server from advanced tcp/ip I can't browsing samba server :-/> If you use have a wins server , then all machines can be configured as > wins clients, even if not on the same subnet.Exaclty! I don't see any samba server from browsing list but I can connect with netbios and ip. So, why I can't see any samba server from browser list?> But even if you can't browser for servers, you can still connect to then > if you know the host name or ip.thanks!