Questions tagged [netbios]

139 questions
82
votes
2 answers

How to configure a Windows machine to allow file sharing with a DNS alias

What process is necessary to configure a Windows environment to allow me to use DNS CNAME to reference servers? I want to do this so that I can name my servers something like SRV001, but still have \\file point to that server, so when SRV002…
Michael Ferrante
  • 1,631
  • 1
  • 13
  • 10
16
votes
2 answers

Reducing NetBIOS noise in a 50-seat, 30-server organisation

We are a development shop where all 50-odd workstation computers run Windows 7 SP1 and most of our 20-30 servers are Server 2008 R2 or Server 2008 (there are a few scragglers still on Server 2003). We have a flat, single subnet environment where…
Ashley
  • 650
  • 1
  • 6
  • 15
14
votes
2 answers

Is the Netbios limt of 15 Charactors still a factor when naming computers?

When you name your Windows computers and Im talking from Windows 2000 to Win7 do you stay within the Netbios name limit for workstations of 15 charactors? I interested if this limit is still relevant in a corporate network wether users login to a…
Canacourse
  • 310
  • 1
  • 2
  • 7
12
votes
1 answer

What is the sequence of Windows RPC ports 135, 137, 139 (and higher ports)? What changes with Port 145?

Can someone explain when and how often each of the Windows RPC ports are used? The "core" ones I understand are: Port 135 Port 137 Port 139 Higher ports that are published by Port 135's "catalog" Then I heard that Port 145 came into the mix to…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
11
votes
3 answers

NetBIOS "free" network?

I was wondering if someone here has had an enterprise experience running a "NetBIOS-free" network. I have in mind a mid to big Windows-based network. I found some good posts here, here and here. I would like to know if someone actually works (or…
Bob Rivers
  • 506
  • 4
  • 13
10
votes
3 answers

How to remove alternative NetBIOS name

We renamed a Windows 2008 R2 x64 server. We renamed it by running netdom computername oldname /add:newname netdom computername oldname /makeprimary:newname netdom computername newname /remove:oldname REF:…
Sam
  • 617
  • 1
  • 5
  • 14
9
votes
4 answers

Is NetBIOS really gone on Windows?

I posted a similar question on StackOverflow. Somebody suggested me to post similar question here and see if anybody can give me some insight. From MSDN, I was told that NetBIOS is no longer supported starting from Windwos Vista. Sure enough, I can…
Harvey Kwok
  • 796
  • 1
  • 6
  • 16
8
votes
10 answers

"account currently disabled" when accessing share, even before logging in

When I try to access a share folder, say \\share-folder, I get the following error message: logon failure: account currently disabled This seems strange to me, since there is no 'account' to be disabled: I wasn't even presented with a login…
Charles
  • 363
  • 2
  • 3
  • 16
6
votes
1 answer

Error adding child Active Directory domain to existing forest

I'm building a test environment containing multiple Active Directory domains in the same forest, but I'm having strange issues while trying to add a child domain to the forest root domain. All servers are Windows Server 2012 R2 VMs running on the…
Massimo
  • 68,714
  • 56
  • 196
  • 319
6
votes
6 answers

Is port 139 still vulnerable?

Since the NetBIOS vulnerability is quite well-known a long time ago and heavily popularized, patches have been already released. So, is opening this 139 port OK now?
antreality
6
votes
2 answers

How do you figure out how a windows machine is resolving a share name?

We've been having some weird issues while migrating domains from one forest to another. We tried turning off the domain controllers for the old domain, and all of a sudden, a share which we used to have access to, on yet another domain, on it's own…
Benjamin Peikes
  • 1,094
  • 3
  • 16
  • 26
6
votes
3 answers

How to get netbios name from network computer? (Linux)

I want to scan my network periodically and get the Ip, mac, OS and netbios name. So far I got everything done with a bashscript that runs nmap, but the netbiosname is still a problem.
wurlog
  • 303
  • 1
  • 4
  • 17
4
votes
1 answer

How to disable NetBIOS over TCP/IP on pfSense via DHCP

I have a pfSense applicance running version 2.x. I want to disable NetBios over TCP/IP via the DHCP Server so it is not activated on Windows clients. It's possible to do it with a Windows server but I can't find a way to do it properly on pfSense.…
Florent
  • 43
  • 1
  • 7
4
votes
0 answers

Mac can connect to samba via IP but not netbios name

I've setup a samba share on Centos 6. smb.conf [data] path = /data writeable = yes browseable = yes valid users = user01 create mask = 0777 create mode = 0777 directory mode = 0777 share modes = yes veto files = /._*/.DS_Store/ delete veto files =…
lbanz
  • 1,579
  • 4
  • 18
  • 30
4
votes
4 answers

How to find all hostnames (even laptops that aren't currently on the network) on a network?

I manage a network that has a lot of laptops. The users that use the laptops are frequently traveling. When someone gets a new computer I run into a problem determining what the hostname should be. The hostname scheme is [companyname]xxx where…
cwiggs
  • 69
  • 1
  • 4
1
2 3
9 10