NetBIOS over TCP/IP NBDD Stopping Internet Access?
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
NetBIOS over TCP/IP NBDD Stopping Internet Access?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking
Author Message
Ben
Guest





Posted: Tue Oct 25, 2005 8:50 am    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"Phillip Windell" <@.> wrote in message
news:uo1wL7M2FHA.3244@tk2msftngp13.phx.gbl...
Quote:

Why does the main NIC say the cable is unpluged and it has no TCP/IP
Settings at all?

I believe this particular person uses a USB modem, to connect to BT

Openworld, then initiates the VPN connection over that connection. The
disconnected Broadcom 44x network card is the users in built LAN card he
uses when in the office, but not at home.
Quote:

How can there be two PPP Adapters running when the Physical Nic has the
cable unplugged? I guess they will run if they are Statically Assigned
with
their TCP/IP Specs. Anyway, You can only have one Default Gateway per
machine. If you have more than one you will get all kinds of stupid and
strange behavior.

I will have a look at the gateway issue, this IPConfig dump was taken while
the user was connected to the VPN. Would it be useful if I took a dump while
the user is disconnected from the VPN?
Back to top
Ben
Guest





Posted: Tue Oct 25, 2005 8:50 am    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"Ben" <bjblackmore@hotmail.com> wrote in message
news:%23o3hSuT2FHA.744@TK2MSFTNGP10.phx.gbl...
Quote:
"Phillip Windell" <@.> wrote in message
news:uo1wL7M2FHA.3244@tk2msftngp13.phx.gbl...

I will have a look at the gateway issue, this IPConfig dump was taken
while the user was connected to the VPN. Would it be useful if I took a
dump while the user is disconnected from the VPN?
OK, I just read that last sentence, and realised I could probably have

worded it slightly better! :-)
Back to top
Ben
Guest





Posted: Tue Oct 25, 2005 4:50 pm    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

Yay! I've fixed the problem. You were right. Nothing to do with that DHCP
scope entry. Someone put a group policy entry in (admin template >
networking > dns client) with the internal DNS server IP, which was over
writing the local DNS server entries!

Thanks for everyones help!

Ben
Back to top
Phillip Windell
Guest





Posted: Wed Oct 26, 2005 12:50 am    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"Ben" <bjblackmore@hotmail.com> wrote in message
news:uPSv1wX2FHA.3876@TK2MSFTNGP09.phx.gbl...
Quote:
Yay! I've fixed the problem. You were right. Nothing to do with that DHCP
scope entry. Someone put a group policy entry in (admin template
networking > dns client) with the internal DNS server IP, which was over
writing the local DNS server entries!

Not really,...you only covered up the problem by abandoning the "right-way"
that only needed a little "correcting",...in favor of doing it the
"wrong-way" that simply "gets by".

The correct way is for *every* machine on the LAN/WAN (every last one of the
them) to only use the AD/DNS Server and *nothing* else.

Then in the config of the AD/DNS Service you add the ISP's DNS as a
Forwarder in the Forwarders List within the DNS server's configuration. You
then have to make sure that the firewall allows the AD/DNS to make DNS
queries to the ISP's DNS.

This way:
1. All DNS Queries go to the AD/DNS first,...as it should be.
2. When the AD/DNS cannnot resolve the query on its own it turns to using
the ISP's DNS to resolve the query,...as it should be

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
Back to top
Phillip Windell
Guest





Posted: Wed Oct 26, 2005 12:50 am    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"Ben" <bjblackmore@hotmail.com> wrote in message
news:uzzRSuT2FHA.744@TK2MSFTNGP10.phx.gbl...
Quote:
I'm beginning to think your right. After removing the scope option the
error
still remains, and as I said in the post to Cliff below, the error seems
to
be that when you try and resolve a host name, it's trying to contact our
internal DNS server, and not the user's ISP's DNS servers.

That is what it is supposed to do. They should never query the ISP's DNS
directly. Only your AD/DNS should query the ISP's DNS, and do so only after
it couldnot resolve the request from its own database.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
Back to top
Ben
Guest





Posted: Wed Oct 26, 2005 12:50 pm    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

No no! That wasn't the initial problem. Internally, in the office everyone
does query the internal DNS server, which then queries the external DNS. No
one in the office queries the external DNS directly.

The initial problem was people who were external seemed to be querying the
internal DNS. For example, I went home Friday, and could not get net access.
I could ping yahoo.com by IP address, but not hostname. After running
ethereal I found that my laptop was trying to resolve yahoo.com against our
internal office DNS, via it's internal office IP address. And not via my
home ISP's DNS servers.

Ben

"Phillip Windell" <@.> wrote in message
news:uWXJw5a2FHA.744@TK2MSFTNGP10.phx.gbl...
Quote:
"Ben" <bjblackmore@hotmail.com> wrote in message
news:uPSv1wX2FHA.3876@TK2MSFTNGP09.phx.gbl...
Yay! I've fixed the problem. You were right. Nothing to do with that DHCP
scope entry. Someone put a group policy entry in (admin template
networking > dns client) with the internal DNS server IP, which was over
writing the local DNS server entries!

Not really,...you only covered up the problem by abandoning the
"right-way"
that only needed a little "correcting",...in favor of doing it the
"wrong-way" that simply "gets by".

The correct way is for *every* machine on the LAN/WAN (every last one of
the
them) to only use the AD/DNS Server and *nothing* else.

Then in the config of the AD/DNS Service you add the ISP's DNS as a
Forwarder in the Forwarders List within the DNS server's configuration.
You
then have to make sure that the firewall allows the AD/DNS to make DNS
queries to the ISP's DNS.

This way:
1. All DNS Queries go to the AD/DNS first,...as it should be.
2. When the AD/DNS cannnot resolve the query on its own it turns to using
the ISP's DNS to resolve the query,...as it should be

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------


Back to top
Ben
Guest





Posted: Wed Oct 26, 2005 12:50 pm    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"Phillip Windell" <@.> wrote in message
news:uPfDm1a2FHA.3228@TK2MSFTNGP15.phx.gbl...
Quote:

That is what it is supposed to do. They should never query the ISP's DNS
directly. Only your AD/DNS should query the ISP's DNS, and do so only
after
it couldnot resolve the request from its own database.


Not when they are external though, i.e. when at home, using their home ISP.
Back to top
Phillip Windell
Guest





Posted: Wed Oct 26, 2005 4:50 pm    Post subject: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

When you connect at home, the machine should be given the proper DNS for
that environment. DHCP enabled clients will do this, statically assigned
clients will fail. According to your IPConfig output, your machines are not
DHCP enabled and will therefore fail.

If you must use Static Assignment and cannot use DHCP then you need a
product like Netswitcher (www.netswitcher.com) to "adjust" the machine when
it is moved from one networking envorinment to another. If not, then you
will have to manually change the TCP/IP Configuration each time the machine
is moved from place to place.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------



"Ben" <bjblackmore@hotmail.com> wrote in message
news:%23jv8cxg2FHA.3416@tk2msftngp13.phx.gbl...
Quote:
No no! That wasn't the initial problem. Internally, in the office everyone
does query the internal DNS server, which then queries the external DNS.
No
one in the office queries the external DNS directly.

The initial problem was people who were external seemed to be querying the
internal DNS. For example, I went home Friday, and could not get net
access.
I could ping yahoo.com by IP address, but not hostname. After running
ethereal I found that my laptop was trying to resolve yahoo.com against
our
internal office DNS, via it's internal office IP address. And not via my
home ISP's DNS servers.

Ben

"Phillip Windell" <@.> wrote in message
news:uWXJw5a2FHA.744@TK2MSFTNGP10.phx.gbl...
"Ben" <bjblackmore@hotmail.com> wrote in message
news:uPSv1wX2FHA.3876@TK2MSFTNGP09.phx.gbl...
Yay! I've fixed the problem. You were right. Nothing to do with that
DHCP
scope entry. Someone put a group policy entry in (admin template
networking > dns client) with the internal DNS server IP, which was
over
writing the local DNS server entries!

Not really,...you only covered up the problem by abandoning the
"right-way"
that only needed a little "correcting",...in favor of doing it the
"wrong-way" that simply "gets by".

The correct way is for *every* machine on the LAN/WAN (every last one of
the
them) to only use the AD/DNS Server and *nothing* else.

Then in the config of the AD/DNS Service you add the ISP's DNS as a
Forwarder in the Forwarders List within the DNS server's configuration.
You
then have to make sure that the firewall allows the AD/DNS to make DNS
queries to the ISP's DNS.

This way:
1. All DNS Queries go to the AD/DNS first,...as it should be.
2. When the AD/DNS cannnot resolve the query on its own it turns to
using
the ISP's DNS to resolve the query,...as it should be

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/techinfo/Guidance/2004.asp
http://www.microsoft.com/isaserver/techinfo/Guidance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------




Back to top
Sparda
Guest





Posted: Fri Oct 28, 2005 8:50 pm    Post subject: Re: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

"" wrote:
Quote:
Sure, here we go

Windows IP Configuration

Host Name . . . . . . . . . . . . : hhc9t0j
Primary Dns Suffix . . . . . . . : domain.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : domain.com
domain.com

Ethernet adapter Local Area Connection:

Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Broadcom 440x
10/100 Integrated
Controller
Physical Address. . . . . . . . . : 00-0B-DB-9C-5B-1A

PPP adapter BTopenworld:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP)
Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 86.136.148.234
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 86.136.148.234
NetBIOS over Tcpip. . . . . . . . : Disabled

PPP adapter domain VPN:

Connection-specific DNS Suffix . : domain.com
Description . . . . . . . . . . . : WAN (PPP/SLIP)
Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.29
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 192.168.0.29

Why is the default gateway it’s self?
Surly that should be either a router or proxy of some kind.

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/NetBIOS-TCP-IP-NBDD-Stopping-Internet-Access-ftopict435458.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1469000
Back to top
Bill Grant
Guest





Posted: Sat Oct 29, 2005 5:49 am    Post subject: Re: Re: NetBIOS over TCP/IP NBDD Stopping Internet Access? Reply with quote

Sparda wrote:
Quote:
"" wrote:
Sure, here we go

Windows IP Configuration

Host Name . . . . . . . . . . . . : hhc9t0j
Primary Dns Suffix . . . . . . . : domain.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : domain.com
domain.com

Ethernet adapter Local Area Connection:

Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Broadcom 440x
10/100 Integrated
Controller
Physical Address. . . . . . . . . : 00-0B-DB-9C-5B-1A

PPP adapter BTopenworld:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP)
Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 86.136.148.234
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 86.136.148.234
NetBIOS over Tcpip. . . . . . . . : Disabled

PPP adapter domain VPN:

Connection-specific DNS Suffix . : domain.com
Description . . . . . . . . . . . : WAN (PPP/SLIP)
Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.29
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 192.168.0.29

Why is the default gateway itâ?Ts self?
Surly that should be either a router or proxy of some kind.

No. The default gateway setting for a VPN client is the "received" IP.
All this really means is that the default gateway is the VPN connection
itself. Since it is a point-to-point connection, this means that all
non-local traffic is sent across the VPN link. You can alter that if you
wish. See KB 254231 for details. You probably need to clear the check box
"Use default router..".
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB