Displaying 20 results from an estimated 130 matches similar to: "nmblookup comand"
2008 Mar 05
2
show all groups comand
hi all,
how do i find out all users & groups existing on the system from command
line?
thanks,
t. hiep
2006 Jun 07
0
CLI comand to register softphones without close them:
Hi;I've a question:
I use asterisk -R so I can see what's appening in my asterisk and the
session of the calls:
I use the vrrp protocol, I use 2 asterisk box;when the master falls down,
the slave goes up, and I use X-lite,Phoner,3CXphone;some of this softphones
are immediately registered to the slave, but sometimes this don't
happen;I must close the softphone from my xp and restart
2006 Dec 27
0
comand stun (for what) asterisk 1.4
I'm looking for some doc's what is new in 1.4
in deep for the comand stun debug
neptun:/usr/src/asterik_pgk/asterisk-1.4.0/main # asterisk -rvvvv
Asterisk 1.4.0, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with
2006 Jun 14
1
R ``literal'' comand
I know I am luddite when it comes to list-based languages, such as
R. But, even these beasts must occasionally want to access objects
at a literal level. For example, to a naive twit like me, x<--print
(y) should deposit in x a literal print out of y; that is, x should
contain the *results* of applying the print method to y (e.g.,
something like a tab (or space)-delimited flat
2004 Nov 10
0
nmblookup failing
Hi,
I can't get "net view \\<servername>" to work from my Windows test
client.
It fails with "The network path was not found". I followed
some of the online debugging guides and have found that a
couple of the test nmblookups on the server are failing.
The server is named 'fileserver1' and its IP address is
155.2.196.251 for the purpose of this email.
2011 Jul 02
0
nmblookup works by IP but not netbios name.
Hello list,
The issue is as the topic says, following are details: the Samba server
running as ADS member, NBT enabled on Windows machines, no WINS. Windows
machines can find each other by 'nbtstat -a' but cannot find the Samba
server. The Samba server can't find neither Windows machines nor itself by
'nmblookup -a <netbios-name>', error message is "could not open
2001 Oct 31
1
nmblookup status meaning
Hi,
I'm the author of lisa (http://lisa-home.sourceforge.net).
Currently I'm trying to include netbios name lookup into my program and am
using the sources from nmblookup.
Can you please help me ?
What is the meaning of these status flags and the status type or why can I
find docs ?
printf("%s <%x> - %s\n",
cleanname,
status[i].type, //
2004 Aug 02
0
nmblookup and subnets
Hi People,
Im using nmblookup from linux box to determine the IP of given of a machine
from its netBIOSName. "nmblookup" seems to work find within a single subnet,
but when looking up machines on different subnets I run into trouble.
I have tried:
Nmblook -B <subnet> netBIOSName, but that still does not help.
Am I doing something wrong? Any help or ideas would be much
2007 Apr 18
0
Making Linux use nmblookup to transform names into IP addresses
Hello
The current network configuration is like this:
* We have a few PCs with Linux or Windows XP
* Those PCs are interconnected using an Ethernet network
* The router to which all PCs are connected also acts as a NAT,
which allows access to the internet
* The network doesn't have any DNS server (we manually entered the
ISP's DNS servers' IP addresses on each
2006 Jul 07
0
Nmblookup problem.
Hi All:
When I usign nmblookup to query my domain controller, I got different =
results:
root@Latrell:# nmblookup -A ADDomain.com
Looking up status of 169.254.211.91
No reply from 169.254.211.91
root@Latrell:# nmblookup -A ADDomain.com
Looking up status of 172.23.26.204
WIN-2003 <00> - M <ACTIVE>
WIN <00> -
2006 Jul 10
0
nmblookup fails to look up hostnames containing non-ASCII characters
I'm trying to use nmblookup to find the IP address of a Windows machine
called "MARKETKA" (only with an accent over the 'E'). If I do a reverse
lookup on the IP address, with debugging enabled, I can see that the hex
code for the accented 'E' character is 0x90:
$ nmblookup -d 4 -A 192.168.1.15 | grep MARK
answers 0 char .MARK.TKA hex
2004 Jan 07
1
samba 3.0.1 nmblookup
I have FC1 + samba 3.0.1. From Nautilus I can't browse into smb:/// to
view any available domain/workgroup. But I can go directly to any
computer with smb:///conputer-name.
When I tried to call 'nmblookup -M -- -' I get:
querying __MSBROWSE__ on 192.168.0.255
name_query failed to find name __MSBROWSE__ #01
Does anyone know what's wrong?
PS. Initially I had Samba 3.0.0 and
2008 Apr 29
0
Samba fails diagnosis.txt test #5 nmblookup
I am using diagnosis.txt on a connection between Kubuntu Gutsy Gibbon
and a Windows XP machine with service pack 1 and 2 installed.
!== DIAGNOSIS.txt for Samba release 2.0.7 26 Apr 2000
Contributor:Andrew Tridgell
Updated:November 1, 1999
Subject:DIAGNOSING YOUR SAMBA SERVER
diagnosis.txt fails on test #5.
TEST 5:
-------
run the command "nmblookup -B winpro '*'"
You should
2011 Nov 15
1
Centos6 and samba and nmblookup
Folks
I've installed Centos6 and Samba. I noticed that the program
"nmblookup" and a few other Samba related programs, documented in the
RHEL6 guide, are not included in Centos6. A search using YUM also
did not find "nmblookup", using the repositories:
base, centosplus, contrib, cr, epel, extras, updates, virtualbox
Has its functionality been moved elsewhere, or
2002 Oct 30
0
nmblookup problem
Hi,
I've been working through the Teach Yourself Samba book with my install of Samba and I run up against this issue while going through the diagnostics after I failed to see my samba server in my network places on my Windows 2000 client.
nmblookup -d 2 '*'
"If the broadcast address is configured correctly, you should see multiple messages saying "Got a positive name query
2000 Jul 24
2
Nmblookup trouble
Hi,
Some time ago, I wrote a small script based on some information on one
of the Samba lists, which let me figure out which machine a user was
logged in on. The script was this:-
# smbfind: watch for someone to log in
PATH=/bin:/usr/bin
case $# in
0) echo 'Usage: smbfind <nt_login>' 1>&2; exit 1
esac
nmblookup -S "${1}#03" | awk '/<00> - /{print
2003 May 04
1
nmblookup fails
I'm debugging my Samba setup using the
"Troubleshooting Techniques" from Sam's Teach Yourself
Samba in 24 Hours.
Everything works fine up until the nmbd section. I am
able to do the following correctly:
nmblookup -U 127.0.0.1 __SAMBA__
nmblookup -U 127.0.0.1 POGO (the server)
nmblookup -B 192.168.1.255 WIN-CLIENT (the client)
but when I do nmblookup -B 192.168.1.255
2003 Jul 20
0
nmblookup and iptables
When I have my iptables based firewall running, I cannot get nmblookup
to locate any computers (Windows 98, Samba, Windows NT 4, or Windows XP)
I require tight firewall settings, because college students can cause
havoc on a network when its servers are not secure.
I need a way to get nmblookup to work without disabling the firewall.
The standard conntrack module does not work, because
2003 Sep 18
1
Samba + nmblookup
Hi Everyone,
>From windows 2K, machine I could see Samba server but I can't get its
share.
I tried to follow the instruction given at
http://samba.planetmirror.com/samba/ftp/docs/Samba24Hc13.pdf to resolve
the problem.
nmblookup -U 127.0.0.1 _SAMBA_
and
nmblookup -B 10.10.255.255 real-samba-server-name
fails for me but
nmblookup -U 127.0.0.1 real-samba-server-name
2003 Oct 10
1
Samba 3.0. Is nmblookup broken?....
Hi all,
I installed Samba 3.0 a week or two ago and I'm finding out that some things
that used to work with 2.2.8a don't work in 3.0.
LinNeighborhood used to work with just a setting of "-" in the "Preferences"
-> "Scan Preferences" -> "Workgroup" box. Now, with 3.0 I must have a
"Primary master browser" set, (the name of the