lan connection failing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I recently connected my two home pc's through a direct cable connection
without a router or hub.
The computers however fail to connect to eachother due to the following
problem:
The routing and access service is not enabled.

the problems lies not in it being disabled, but in the fact that it wont
enable. The computer errors with a message saying service depenant groups are
not enabled. However, when i check both groups, they appear to be running
perfectly.

What am I missing and what do I need to do to solve this issue? I will be
very grateful if anyone can shed some light on this mystery.

Many thanks up front,

Maggie.
 
Silver said:
hi,

I recently connected my two home pc's through a direct cable connection
without a router or hub.
The computers however fail to connect to eachother due to the following
problem:
The routing and access service is not enabled.

the problems lies not in it being disabled, but in the fact that it wont
enable. The computer errors with a message saying service depenant groups are
not enabled. However, when i check both groups, they appear to be running
perfectly.

What am I missing and what do I need to do to solve this issue? I will be
very grateful if anyone can shed some light on this mystery.

Many thanks up front,

Maggie.

Let's start with some simple diagnostics. Do this on each PC:
1. Click Start / Run / cmd {OI}
2. Type these commands:
echo %ComputerName% > c:\test.txt
ipconfig /all >> c:\test.txt
3. Paste the contents of c:\test.txt from both PCs into your reply.
 
Since you are not using a hub, you will need a crossover cable. A crossover
cable switches your transmit and receive wires on one end of the cable. By
doing this, the transmit wire will be going to the receive pin on the network
and the receive wire will go to the transmit pin on the network card.

Without a crossover cable, the transmit and receive wires connect the same
pins in both network cards, like if the cable never existed.

You can either buy one from your local computer shop or you can make your
own if you have a connector and a modular CAT 5 crimper.

The crimper and connectors can be found at a hardware store like Menards,
Lowes, or Home Depot in the electrical department.

If you decide to make your own crossover cable, please read the following
first to understand the process. After that you can use it as a step by step
guide.

To make your own crossover cable:

1. You will need to cut the connector off the cable at only one end.

2. Carefully remove the outer covering about 1/4 of an inch to expose
the 4 pairs of twisted wires.

3. Untwist the 4 pairs of wires only as much as needed. Removing more
twists than is needed degrades the quaility of the cable.

4. Refer to
http://www.bluemax.net/techtips/networking/Wiring_Tips/Wiring100TX/colorcodestandards.htm
as a reference to route the individual wires. This web site has easy to
follow color pictures to help route the wires for straight-through and
crossover cables and each section is respectfully labeled.

NOTES: The T586B is the most common standard.
The picture for the T586B is the view as you look at the
network card jack, so you will look at the wires as if you where inserting
the cable into the network card.

5. After the wires are routed, grasp the inbetween your thumb and index
finger and shake them without holding the cable anywhere else. This helps to
keep the wires in place when you insert them in the CAT 5 connector.

6. Trim the wires so that each wire is the same length as the shortest
wire and isert them into the connector according to the picture making sure
that you can see the wires pushing against the front of the connector.
7. The outer covering should go about half way into the connector. If
the covering is not in the connector, trim the wires little by little and
making sure each wire is the same length. If the wire cannont reach the front
of the connector, remove a little more of the outer covering until the wires
push against the front of the connector.

8. Before crimping the connector, make sure each wire is in its proper
place in the connector. This will save you the time and trouble in redoing
the entire pocess again.

9. Insert the connector into the modular crimper and will pushing the
cable, sqeeze the crimper as tight as you can to insure a good crimp.

10. Remove the cable from the crimper and plug it into the network card,
if everthing is right, your two computers should be able to communicate with
each other.
 
It wont copy. I tried all variations on the commands you gave but it doesnt
work. The commands work, but i cant get them into .txt format.

as far as i could tell everything was working except for IP routing and
wins-proxy. They are both disabled. The other pc should be working fine, but
I will check that one aswell.

The problem is that though i have a crossover cable, and the second pc does
have internet, i cant seem to get them to communicate directly.
At the moment i believe this is because the routing and access service is
disabled on the second pc and refuses to be enabled.
The error i get says that it cannot be enabled because of dependant
services. As I explained in my previous post, both services routing and
access runs on, are enabled, so the error makes no sense.

I am rather puzzled by this.
 
If you can't get them into the text file then you're not
typing them exactly the way I suggested. You must
neither add nor omit any spaces, and you must use
the same slash ("/") as I did. The alternatives are a
little tedious:
- Copy the output off the screen, character by character, or
- Press PrintScreen on your keyboard, then Edit/Paste in
your word processor so that you can post the screen
shot (perhaps after compressing it with WinZip).
Here are the commands again:

1. Click Start / Run / cmd {OK}
2. Type these commands:
echo %ComputerName%
ipconfig /all
 
Back
Top