WINS is not used for ping, ftp or telnet, but then neither is DNS. 

WINS is used to resolve netbios names to IP addresses. DNS is used to
resolve host names to IP addresses. If you are implying that when you do
a Telnet, Ping or FTP by name that it will not use WINS to resolve the
name to an IP address then you are incorrect. Whether it uses DNS or
WINS, or a broadcast or LMHosts and in what order is dependant on the
node type setting, and configuration.

Usually if you are on a LAN using WINS and your machine node type is set
to do a DNS lookup first, the name is still resolved by WINS, as the
Microsoft box does not wait for an explicit timeout from DNS to look at
WINS for a resolution. Therefore your name would probably still get
resolved by WINS even if you had a similiar alias in DNS for the same
name.

You can verify all this by starting with the Q172218 doc at microsoft
and working your way down, or just get a sniffer and watch. I prefer the
sniffer method as it is much more reliable.


The way you have written makes it sound as if I did not have DNS and I
did a ping, telnet, or ftp by name that it would not work, and that is
not the case.




-----Original Message-----
From: Benjamin Walling [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 08, 2000 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Still doesn't work: tough VPN question


Yes, WINS resolves NetBIOS names to IP addresses, but only for Windows
networking functions.  It is not used for ping, ftp, telnet, etc.  It is
used for name resolution with relation to file sharing, domain traffic,
etc.

The order in which a Windows box will try to resolve a DNS name (what
happens when you ping):
Host file
DNS
Cache
WINS
Broadcast
LMHosts

The order in which a Windows box will try to resolve a NetBIOS name:
Cache
WINS
Broadcast
LMHosts
Hosts
DNS
(of course you can modify the NetBIOS node type and change this)

""Frank Wells"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Name resolution is exactly what WINS does!  It maps Netbios names to
IP
> addresses.  Windows clients resolve names to IP addresses using a
number
of
> criterion, and depending on what kind of node they are (H;B;P;M)the
order
> that they search services and files differ.  They certainly do not
need
DNS
> to resolve IP addresses, although it would be an inprovement over
their
> native methods.
>
> Take a look at RFC's 1001/1002 for deeper insight.
>
> BTW, RPC's are used for mapping drives etc.
>
>
> >From: "Benjamin Walling" <[EMAIL PROTECTED]>
> >Reply-To: "Benjamin Walling" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: Still doesn't work: tough VPN question
> >Date: Fri, 8 Dec 2000 08:27:04 -0500
> >
> >Pinging does not verify name resolution for WINS.  Ping will resolve
a
name
> >using DNS.  MS uses WINS (NetBIOS naming) for Domain Logins and for
mapping
> >drives, etc.
> >
> >Try this link on Cisco's website for help with coordinating your NT
domain
> >with your network layout:
> >http://www.cisco.com/warp/public/473/winnt_dg.htm
> >
> >It covers WINS and things like that.
> >
> >Ben
> >
> >"Jim Bond" <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Hello,
> > >
> > > Thank you guys for the help. Unfortunately, I tried to
> > > put LMHOST file, still doesn't work. We use WINS and I
> > > can ping domain controller using name so I don't think
> > > it's naming issue.
> > >
> > > I used a sniffer captured some data, client is sending
> > > logon request to domain controller but didn't get any
> > > response. Looks like PIX blocks it. How do I open
> > > it(port 137, 138, 139)?
> > >
> > > Thanks in advance.
> > >
> > >
> > > Jim
> > >
> > > --- Scott Morris <[EMAIL PROTECTED]> wrote:
> > > > Your problem is likely the propgation of
> > > > broadcasts...  Or lack thereof.
> > > > One thing you can do (I'm assuming you have a router
> > > > before (LAN-side) the
> > > > PIX) is set up an ip-helper address to forward
> > > > UDP-level broadcasts (like
> > > > 138/139 Netbios) to the NT server.
> > > >
> > > > The other thing you can do is bypass that broadcast
> > > > thought process by using
> > > > LMHosts files on the workstations at the branch
> > > > office.  That will pre-load
> > > > (if you use the #PRE designation) the NetBIOS cache
> > > > and give you IP
> > > > addresses to go to.  So if you have IP reachability,
> > > > things will work just
> > > > fine then.
> > > >
> > > > In LMHOSTS. :
> > > >
> > > > (ip address) (Netbios name) #PRE #DOM:(domain name
> > > > if domain controller)
> > > >
> > > > Also, to refresh without rebooting the PCs, "nbtstat
> > > > -R"
> > > >
> > > > Hope this helps!
> > > >
> > > > Scott
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > > Jim Bond
> > > > Sent: Thursday, December 07, 2000 1:19 AM
> > > > To: [EMAIL PROTECTED]
> > > > Cc: [EMAIL PROTECTED]
> > > > Subject: tough VPN question
> > > >
> > > >
> > > > Hello,
> > > >
> > > > I'm trying to set up a IPSec between a PIX (branch
> > > > office) and router (central office). All PCs at
> > > > branch
> > > > office share 1 ip address. IPSec seems to be working
> > > > fine because clients can ping/telnet/email/map
> > > > drives
> > > > from/to central office. The problem is they can't
> > > > logon NT domain. They can ping domain controller
> > > > though.
> > > >
> > > > Any idea why they can't log on NT domain? (The
> > > > machines were already added to domain)
> > > >
> > > > Thanks in advance.
> > > >
> > > >
> > > > Jim
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Yahoo! Shopping - Thousands of Stores. Millions of
> > > > Products.
> > > > http://shopping.yahoo.com/
> > > >
> > > >
> > > _______________________________________________________
> > > > To unsubscribe from the CCIELAB list, send a message
> > > > to
> > > > [EMAIL PROTECTED] with the body containing:
> > > > unsubscribe ccielab
> > > >
> > > > _________________________________
> > > > FAQ, list archives, and subscription info:
> > > > http://www.groupstudy.com/list/cisco.html
> > > > Report misconduct and Nondisclosure violations to
> > > [EMAIL PROTECTED]
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Shopping - Thousands of Stores. Millions of Products.
> > > http://shopping.yahoo.com/
> > >
> > > _________________________________
> > > FAQ, list archives, and subscription info:
> >http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
> > >
> >
> >
> >_________________________________
> >FAQ, list archives, and subscription info:
> >http://www.groupstudy.com/list/cisco.html
> >Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
>
>
________________________________________________________________________
____
_________
> Get more from the Web.  FREE MSN Explorer download :
http://explorer.msn.com
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_________________________________
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to