473,387 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

i face this problem sometims when i network 2 pcs

6
Sometimes when i connect two PCs together with my cross cable, i find it difficult on one of the systems to access the other one, even with both using xp.
it may give a message like "the path is not accessible, contact your network administrator". And i make sure i do the neccessary things like minding the ip address, right subnet mask, sharing file and folder, and making sure they are in the same workgroup. yet i may still encounter this problem.
i will so much appreciate it if anyone can tell me the cause(s) for this and tell me what i need to do to overcome this. Thank you all.

i stand by this slogan, "whatever you are, be a good one"
Feb 2 '08 #1
8 2022
Sometimes when i connect two PCs together with my cross cable, i find it difficult on one of the systems to access the other one, even with both using xp.
it may give a message like "the path is not accessible, contact your network administrator". And i make sure i do the neccessary things like minding the ip address, right subnet mask, sharing file and folder, and making sure they are in the same workgroup. yet i may still encounter this problem.
i will so much appreciate it if anyone can tell me the cause(s) for this and tell me what i need to do to overcome this. Thank you all.

i stand by this slogan, "whatever you are, be a good one"
First check the communication by writing following command in Start -> RUN

ping ipaddressofotherpc

if it communication is OK check your firewall setting on both PCs and try again
Feb 2 '08 #2
jasman
6
First check the communication by writing following command in Start -> RUN

ping ipaddressofotherpc

if it communication is OK check your firewall setting on both PCs and try again
Thanks.
i try that as well, disable firewall, and ping will give me "request time out". they have not solved the problem.
Feb 2 '08 #3
sicarie
4,677 Expert Mod 4TB
Thanks.
i try that as well, disable firewall, and ping will give me "request time out". they have not solved the problem.
If you open the command prompt, type in 'ipconfig' and look at the addresses the two computers have. They should be within the same subnet. If they are not, you can force them to be by going to your Network Connections - either through the Control Panel or the Start Menu. Then right-click on the interface that you are using to connect to the other computer (if ethernet then its usually Local Area Connection), and you can manually set it - I would recommend something like giving them IPs of 192.168.1.2 and 192.168.1.3 and subnets of 255.255.255.0.

Then try to ping them again.
Feb 2 '08 #4
jasman
6
If you open the command prompt, type in 'ipconfig' and look at the addresses the two computers have. They should be within the same subnet. If they are not, you can force them to be by going to your Network Connections - either through the Control Panel or the Start Menu. Then right-click on the interface that you are using to connect to the other computer (if ethernet then its usually Local Area Connection), and you can manually set it - I would recommend something like giving them IPs of 192.168.1.2 and 192.168.1.3 and subnets of 255.255.255.0.

Then try to ping them again.
Thanks. i ensure they are within the same network address, having the same subnet mask, yet the same thing will still persist. could password a user created during xp intallation or created for user login account have caused it? a friend once told me that. is this true? if yes what can be done from there?
Feb 3 '08 #5
Thanks. i ensure they are within the same network address, having the same subnet mask, yet the same thing will still persist. could password a user created during xp intallation or created for user login account have caused it? a friend once told me that. is this true? if yes what can be done from there?
It looks something to do with windows permission & security.when are you getting the error "the path is not accessible, contact your network administrator".
Feb 4 '08 #6
sicarie
4,677 Expert Mod 4TB
Thanks. i ensure they are within the same network address, having the same subnet mask, yet the same thing will still persist. could password a user created during xp intallation or created for user login account have caused it? a friend once told me that. is this true? if yes what can be done from there?
Can you ping the device?
Feb 4 '08 #7
RhysH
4
Hi,

When I use a Crossover, my NIC's need to be in Half Duplex. Perhaps this is your problem too?

Right Click My Computer --> Properties --> Hardware --> Device Manager

Find your Network Card and check if the cards are communicating in "Half Duplex" mode.

Hope this helps
Feb 4 '08 #8
Studlyami
464 Expert 256MB
Thanks.
i try that as well, disable firewall, and ping will give me "request time out". they have not solved the problem.
Is there a firewall program on either system? If so close the entire program (sometimes they do things while active that you don't want them to). Try running (if you haven't) the windows networking wizard on each of the pc's. Also, goto start menu->run type in cmd. in the console window type in ping 127.0.0.1 and let us know the response. Are you sure the cable you are using is a cross over cable and not a straight through cable?
Feb 4 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Clive Everett | last post by:
I thought it would be rather fun to try out @font-face, but I cannot get it to work. I used Microsoft WEFT to generate several embedded fonts and find that the example below works when I use my...
20
by: B Wooster | last post by:
There is a page that shows Firefox 1.0 render text differently for CSS as compared to FONT FACE for one particular font: http://www.aczoom.com/fonts/xdvng.ttf is the font that does not work. ...
34
by: Justin Timberlake | last post by:
I was thinking about all those /Indian Outsourcing/ companies getting those .Net shops set up. 0. Nobody uses .NET in the real world, it's all java. 1. MSFT is about to collapse as witnessed by...
2
by: TattyMane bigpond.net.au> | last post by:
.. . this is probably an amazingly DUMB question, but I'm wondering what i'm doing wrong with ASP pages that work quite fine when launched from within Visual Studio, but don't seem to work at all...
8
by: Sarah | last post by:
I need to access some data on a server. I can access it directly using UNC (i.e. \\ComputerName\ShareName\Path\FileName) or using a mapped network drive resource (S:\Path\FileName). Here is my...
5
by: Jean-François Michaud | last post by:
Hello people, I am rather puzzled by this problem I am having with doubles here. The code seems to execute correctly for awhile and then all a sudden printfing out my doubles, I get -1.#IND00...
4
by: MarcoG | last post by:
Hi, I have an online application (written in .asp) that requires a login to be accessed and used. I have a login.asp page that asks for username and password, looks up in a MS SQL db if a...
12
by: Zytan | last post by:
I use System.Diagnostics.StackTrace to get the stack trace of the current function, to print out the function's name to the log, and sometimes it shows that a function that doesn't even write to...
13
by: akshaycjoshi | last post by:
I am developing one web app in which i need to connect to 6 access databases one at a time. The problem is that the code does not work well properly, sometimes it gets stuck over Executereader()...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.