Re: No internet access from networked computer
- From: Gulp <Gulp@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Aug 2006 12:13:02 -0700
--
Gulp
"Chuck" wrote:
On Mon, 28 Aug 2006 21:08:02 -0700, Gulp <Gulp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
"Chuck" wrote:
On Mon, 28 Aug 2006 10:26:02 -0700, Gulp <Gulp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have re-run the network wizard. For Breakfast I cannot work out how to
enable Dhcp or to get a gateway. I have followed your instructions concering
the wizard. Is there something else I need to do to enable Dhcp and to get a
gateway?
When I try to enable ICS on office i get a message "ICS is already enabled
for connection Karoo Brooadband 250. Itr will now be enabled for connection
LAC 4 instead" When I then enable it all connection between the two
computers is lost.
Any futher advice?
Thanks again.
Is the DHCP Client service Started and Automatic?
<http://nitecruzr.blogspot.com/2005/06/services-running-on-your-computer.html>
http://nitecruzr.blogspot.com/2005/06/services-running-on-your-computer.html
Yes, on both computers the service is listed as started and automatic.
However, when I run ipconfig from breakfast it says it is not enabled. From
office on the ipconfig result it is enabled.
Still no communication between the two computers when ICS enabled on office.
OK, let's do some diagnostic work. Take the following code (everything INSIDE
the "#####" lines). Please DO NOT include ANY portion of the "#####" lines.
Follow instructions below, precisely.
1. Create folder C:\Utility on your computer, and make that folder part of
the Path.
2. Download PSTools (free) From SysInternals. Copy all components of PSTools,
unzipped, into C:\Utility.
3. Open Notepad. Ensure that Format - Word Wrap is not checked. Highlight
then Copy the code (Ctrl-C), precisely as it is presented below, and Paste
(Ctrl-V) into Notepad.
4. Save the Notepad file as "cpsserv.cmd", as type "All Files", into
C:\Utility.
5. Run it by Start - Run - "cpsserv".
6. Wait patiently.
7. When Notepad opens up displaying c:\cpsserv.txt, first check Format and
ensure that Word Wrap is NOT checked! Then, copy the entire contents (Ctrl-A
Ctrl-C) and paste (Ctrl-V) into your next post.
And post BELOW my posts.
<http://nitecruzr.blogspot.com/2005/05/how-to-post-on-usenet-and-encourage.html#TopPosting>
http://nitecruzr.blogspot.com/2005/05/how-to-post-on-usenet-and-encourage.html#TopPosting
Do this from each computer, please, with all computers powered up, online, and
connected. Running this code from each computer will give us a more complete
picture of how each computer is setup, and what each computer can see from the
others. On a completely working LAN, running this, repeatedly, would be
redundant. Since you're here, it probably won't be for you.
##### Start CPSServ Base Code
@echo off
set Version=V1.10
@echo CPSServ Comprehensive Networking Services %Version% - %computername%
@echo Start CPSServ %Version% - %computername% >c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find Computer Browser ("browser").
@echo Find Computer Browser ("browser") >>c:\cpsserv.txt
psservice find browser >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find DHCP Client ("dhcp").
@echo Find DHCP Client ("dhcp") >>c:\cpsserv.txt
psservice find dhcp >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find TCP/IP NetBIOS Helper ("lmhosts").
@echo Find TCP/IP NetBIOS Helper ("lmhosts") >>c:\cpsserv.txt
psservice find lmhosts >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find Remote Registry ("remoteregistry").
@echo Find Remote Registry ("remoteregistry") >>c:\cpsserv.txt
psservice find remoteregistry >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find Server ("server").
@echo Find Server ("server") >>c:\cpsserv.txt
psservice find server >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find WF / ICS ("sharedaccess").
@echo Find WF / ICS ("sharedaccess") >>c:\cpsserv.txt
psservice find sharedaccess >>c:\cpsserv.txt
@echo. >>c:\cpsserv.txt
@echo Find Workstation ("workstation").
@echo Find Workstation ("workstation") >>c:\cpsserv.txt
psservice find workstation >>c:\cpsserv.txt
@echo End CPSServ %Version% - %computername% >>c:\cpsserv.txt
notepad c:\cpsserv.txt
##### End CPSServ Base Code
--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
There was one problem I experienced here. Step 5 Start - run - "cpsserv" (I
assume without the inverted commas) did not work - got message that Windows
cannot find cpsserv.
However, I went into Utility and double clicked cpsserv.cmd and it opened
notepad and produced the output below.
Because you asked me to do this on both computers I had to untick internet
connection sharing on office (because when it is ticked neither computer can
see the other) in order that I could copy the downloaded diagnostic programme
onto breakfast. (although I guess I could have used a pen drive).
Anyway, I have copied the outputs for both office and breakfast below. I
hope it is OK.
Start CPSServ V1.10 - OFFICE
Find Computer Browser ("browser")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found browser on:
\\OFFICE
Find DHCP Client ("dhcp")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found dhcp on:
\\OFFICE
Find TCP/IP NetBIOS Helper ("lmhosts")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found lmhosts on:
\\OFFICE
Find Remote Registry ("remoteregistry")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE... No active service named remoteregistry found.
Find Server ("server")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found server on:
\\OFFICE
Find WF / ICS ("sharedaccess")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found sharedaccess on:
\\OFFICE
Find Workstation ("workstation")
Checking \\BREAKFAST...Unable to open Service Control Manager database on
\\\BREAKFAST:
Checking \\OFFICE...
Found workstation on:
\\OFFICE
End CPSServ V1.10 – OFFICE
Start CPSServ V1.10 - BREAKFAST
Find Computer Browser ("browser")
Checking \\BREAKFAST...
Found browser on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
Find DHCP Client ("dhcp")
Checking \\BREAKFAST...
Found dhcp on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
Find TCP/IP NetBIOS Helper ("lmhosts")
Checking \\BREAKFAST...
Found lmhosts on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
Find Remote Registry ("remoteregistry")
Checking \\BREAKFAST...
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
No active service named remoteregistry found.
Find Server ("server")
Checking \\BREAKFAST...
Found server on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
Find WF / ICS ("sharedaccess")
Checking \\BREAKFAST...
Found sharedaccess on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
Find Workstation ("workstation")
Checking \\BREAKFAST...
Found workstation on:
\\BREAKFAST
Checking \\OFFICE...Unable to open Service Control Manager database on
\\\OFFICE:
End CPSServ V1.10 - BREAKFAST
.
- Follow-Ups:
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- References:
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Gulp
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Gulp
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Gulp
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Gulp
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- From: Chuck
- Re: No internet access from networked computer
- Prev by Date: Re: Networking/Internet cuts off in Windows XP Until restart
- Next by Date: Re: Networking/Internet cuts off in Windows XP Until restart
- Previous by thread: Re: No internet access from networked computer
- Next by thread: Re: No internet access from networked computer
- Index(es):
Relevant Pages
|
Loading