LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   nmblookup problem. (https://www.linuxquestions.org/questions/linux-networking-3/nmblookup-problem-360982/)

bruse 09-07-2005 05:32 AM

nmblookup problem.
 
mandrake 10.0



[staff@localhost staff]$ nmblookup -w MYGROUP
querying MYGROUP on 10.255.255.255
name_query failed to find name MYGROUP

[staff@localhost staff]$ nmblookup mygroup
querying mygroup on 10.255.255.255
name_query failed to find name mygroup

[staff@localhost staff]$ ping 10.255.240.229
PING 10.255.240.229 (10.255.240.229) 56(84) bytes of data.
64 bytes from 10.255.240.229: icmp_seq=1 ttl=64 time=0.522 ms
64 bytes from 10.255.240.229: icmp_seq=2 ttl=64 time=0.499 ms

--- 10.255.240.229 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.499/0.510/0.522/0.025 ms
[staff@localhost staff]$






# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGROUP

# server string is the equivalent of the NT Description field
server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
; hosts allow = 192.168.1. 192.168.2. 127.

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
printcap name = /etc/printcap
load printers = yes









[staff@localhost vk_mpi]$ nmblookup linux
querying linux on 10.255.255.255
10.255.240.147 linux<00>
[staff@localhost vk_mpi]$ nmblookup mygroup
querying mygroup on 10.255.255.255
name_query failed to find name mygroup
[staff@localhost vk_mpi]$

the IP address is good.but nmblookup not listing the IPaddress.





pls help me how to look.

david_ross 09-07-2005 02:07 PM

Closed.

Please continue here:
http://www.linuxquestions.org/questi...05#post1839905


All times are GMT -5. The time now is 06:19 PM.