Questions tagged [netbios]

14 questions
12
votes
5 answers

Resolving NETBIOS names from Linux

There's a Windows machine called SUSAN on my network. From a Windows VM on my Linux box I can simply: C:\>ping susan I've followed this guide (and looked at several other similar ones) for resolving NETBIOS names from my Linux box itself. I…
Juicy
  • 3,685
  • 11
  • 31
  • 44
5
votes
0 answers

Resolve NetBIOS Names via Samba >= 4.4

Through StackExchange, we know how to configure Linux to resolve NetBIOS names with older versions of Samba, and I have configured my system in those ways. (I have installed winbind, configured my /etc/nsswitch.conf correctly and confirmed my…
palswim
  • 4,919
  • 6
  • 37
  • 53
3
votes
2 answers

Removing Incorrect WINS record

So I have a Ubuntu 14.04 server that I'm trying to get to run as a Domain Controller for a set of Windows machines. I've set up a Bind9 DNS and it works fine, pinging the nameserver gives the correct IP: 192.168.0.3. However pinging the Netbios name…
Jack
  • 131
  • 3
2
votes
0 answers

Resolve hostnames with NetBIOS instead of mDNS on Linux

Immediately after installing Debian 9 Stretch, the avahi-daemon has already been installed, so it is working to send a ping between Linux with avahi-daemon installed on each of them. For example, when there is a named 'alice', $ ping alice.local…
soramimi
  • 121
  • 1
  • 4
2
votes
0 answers

Fedora 25 NetBios/wins issues

I am trying to set up local hostname resolution on my Fedora machine. I have installed samba-winbind samba-winbind-clients pam_krb5 and then went through the procedure shown on: https://www.server-world.info/en/note?os=Fedora_25&p=samba&f=3 I have…
Crunchy234
  • 151
  • 3
2
votes
3 answers

How can I find out the name of a Windows PC on my LAN by MAC address?

This is a equivalent question asked here for OSX. What is the easiest way to find out a NetBIOS name of a WIndows PC in my LAN by MAC address and vice versa? It can be done by IP with: nmblookup -A a.b.c.d nmblookup pc_netbios_name Is there a…
Hrvoje T
  • 1,011
  • 3
  • 16
  • 26
2
votes
2 answers

How to get NetBIOS name from IP

My friend has a PC that uses Windows, and I want to know the name of that computer. All I know now is that his IP address is 10.0.0.2, how can I get his computer's name from my Linux box?
Kokizzu
  • 9,257
  • 12
  • 55
  • 82
1
vote
1 answer

Why can I see my samba shares from CentOS 7 but not Fedora 30?

I'm experiencing problems configuring samba on my Fedora machines. Everything has always worked great on CentOS but identical configurations are having problems with Fedora. I have three computers on the same network, lets call them: A, M, and L.…
Zhro
  • 2,495
  • 4
  • 28
  • 45
1
vote
1 answer

How to change Samba server description

I just installed debian and samba my debian computer name is "debian" but after installing samba it is showing like this(in windows network places) "Samba 4.1.17-Debian(Debian)" How can I edit/change this description "Samba 4.1.17-Debian" ?
Bobby
  • 23
  • 1
  • 3
1
vote
2 answers

Get the IP for NetBios name

There is a mashine called "BIE" visible in my network surrounding of my dolphin File manager (Ubuntu 14.10). I cannot access that device in dolphin and also don't get an answer pinging it. How can I find out the IP of that device to do an intense…
rubo77
  • 27,777
  • 43
  • 130
  • 199
0
votes
1 answer

Translate NetBIOS Frames to NetBIOS over TCP/IP

We own an old CNC milling machine with a NUM control unit. It's connected to a Windows NT PC over Ethernet, they communicate via NetBIOS Frames. We now want to modernise the PC and can run the control software on modern Windows systems, but NBF is…
Daniel
  • 147
  • 1
  • 6
0
votes
1 answer

Accessing a Linux system inside a network: is it via hostname or netbios name?

Assuming a Linux system has both hostname (/etc/hostname) and NetBIOS (/etc/samba/smb.config) enabled. My questions are: Are these 2 names synchronized somehow by default settings? (for example, after installing the samba, does the netbios name =…
DummyBeginner
  • 215
  • 1
  • 9
0
votes
0 answers

smbclient fails with NT_STATUS_IO_TIMEOUT

I have a Debian:stretch installed in my Docker container. I want use smbclient with my shared dir. Dir is shared on a host (Windows 10 x64). I created a user and permitted the access to that dir like this: I try to connect like…
Roman
  • 121
  • 2
  • 6
0
votes
1 answer

winbind using wrong netbios service code in queries

For the past day, I have been trying unsuccessfully to let my Ubuntu VM be able to resolve NetBIOS names on the local network, to find some non-computer devices (Printers, special barcode machines, etc..) that don't have a fixed IP. At first, I…
Waleed Hamra
  • 379
  • 1
  • 3
  • 9