»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 11-17-2003, 01:34 PM   #1 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 10
zegonc is on a distinguished road
XP - Wireless Network problem

I bought a USR Wireless Turbo Access Point & Router and two USR pci cards to make a network with two pc.

Was not easy but now I have the two PCI work with the Access Point (both receive the IPs from there).

With one PC I can ping the router but not the other PC.
With the other one I can’t ping the router neither the other PC but I can Ping the 127.0.0.1 and the IP of the PC himself (see attach).

Some times in the two PCs I can see both in the “Workgroup computers” but I never can open the remote PC they say there are no permissions to use Network; but I think that this is not the problem because in one PC I never could ping the router and the other PC.

There are no firewalls
There are the same Workgroup and users in both PCs.
The both PCs as the some config but one is XP Home (the one that can Ping the router)


I can_t put the local net working.

I need help, please
Thank you, and sorry about my English

Jose
Attached Images
File Type: jpg ping.jpg (97.3 KB, 87 views)

zegonc is offline   Reply With Quote
Old 11-17-2003, 04:11 PM   #2 (permalink)
Registered User
 
washe's Avatar
 
Join Date: Feb 2002
Location: Mexicali, Mexico
Posts: 1,086
washe is on a distinguished road
Send a message via ICQ to washe
Few questions?

Are you using DHCP on the router? (Thats the one that assings the ip addresses).

Type on prompt ipconfig /all, post the results of both computers.
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots. So far, the universe is winning."

Richard Cook
washe is offline   Reply With Quote
Old 11-18-2003, 02:33 AM   #3 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 10
zegonc is on a distinguished road
Yes I'm using the DHCP from the router.

What is funny is that the PC connects with the router with very good signal strength but I can’t ping it and neither the other PC.

Ideas are welcome
zegonc is offline   Reply With Quote
Old 11-18-2003, 12:49 PM   #4 (permalink)
Registered User
 
washe's Avatar
 
Join Date: Feb 2002
Location: Mexicali, Mexico
Posts: 1,086
washe is on a distinguished road
Send a message via ICQ to washe
can you post the ipconfig /all information of the adapter, there we can see if effectively the adapter is talking to the DHCP.
washe is offline   Reply With Quote
Old 11-18-2003, 02:06 PM   #5 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 10
zegonc is on a distinguished road
As you can see the PC can talk with DHCP but nothing happens more

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\zegonc>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : zegoncPC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

PPP adapter SAPO Dial-Up PPP Connection:

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

Ethernet adapter Wireless Network Connection 2:

Connection-specific DNS Suffix . : zegoncHome
Description . . . . . . . . . . . : U.S. Robotics 802.11g Wireless Turbo
Adapter
Physical Address. . . . . . . . . : 00-C0-49-CB-CE-DD
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.123.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.123.254
DHCP Server . . . . . . . . . . . : 192.168.123.254
DNS Servers . . . . . . . . . . . : 192.168.123.254
Lease Obtained. . . . . . . . . . : terça-feira, 18 de Novembro de 2003
21:01:24
Lease Expires . . . . . . . . . . : terça-feira, 25 de Novembro de 2003
21:01:24

C:\Documents and Settings\zegonc>
zegonc is offline   Reply With Quote
Old 11-18-2003, 02:53 PM   #6 (permalink)
Registered User
 
washe's Avatar
 
Join Date: Feb 2002
Location: Mexicali, Mexico
Posts: 1,086
washe is on a distinguished road
Send a message via ICQ to washe
nope..... its taking an automatic address...

Adapter 1 IP address: 81.193.10.185
Adapter 1 Subnet Mask : 255.255.255.255

Adapter 2 IP address: 192.168.123.100
Adapter 2 Subnet Mask : 255.255.255.0

If you see both adapters have different addresses so looks like the DHCP of the router is not working your network at it should, here you have two different networks... thats why you cant ping each other and one pc doenst has internet access.

To be able to see them and access the computers on the network the both adapters need to have same ip address range and same subnet mask by example...

Adapter 1 Ip Address: 81.193.10.185
Adapter 2 Ip Address: 81.193.10.186
Subnet mask for both adapters 255.255.255.0

Plus the DNS and Gateway information needs to be the same... this for internet access.

One more thing do you have a seen on pc 1 i see a Dial up adapter not the ethernet card?

Do you have broadband? is this connected to the correct port in the router?
washe is offline   Reply With Quote
Old 11-18-2003, 02:55 PM   #7 (permalink)
Registered User
 
washe's Avatar
 
Join Date: Feb 2002
Location: Mexicali, Mexico
Posts: 1,086
washe is on a distinguished road
Send a message via ICQ to washe
Forgot one thing from the very beggining......

Welcome to Techimo!!!
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots. So far, the universe is winning."

Richard Cook
washe is offline   Reply With Quote
Old 11-18-2003, 03:03 PM   #8 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 10
zegonc is on a distinguished road
This IP is Wan, is from my internet usb modem(Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 81.193.10.185)

This is from my wireless adapter:
Description . . . . . . . . . . . : U.S. Robotics 802.11g Wireless Turbo
Adapter
Physical Address. . . . . . . . . : 00-C0-49-CB-CE-DD
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.123.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.123.254

...and come from DHCP of the router

the other PC as 192.168.123.101 also form the DHCP

After what happen wrong I don't know, help me please
zegonc is offline   Reply With Quote
Old 11-18-2003, 03:18 PM   #9 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 10
zegonc is on a distinguished road
I send three e-mails to the USRobotics support but they don’t answer me; in Portugal they don’t answer to the phone , this is like a joke.
So, don’t buy USRobotics products because, as you see they don’t have support.
zegonc is offline   Reply With Quote
Old 11-18-2003, 05:21 PM   #10 (permalink)
Registered User
 
washe's Avatar
 
Join Date: Feb 2002
Location: Mexicali, Mexico
Posts: 1,086
washe is on a distinguished road
Send a message via ICQ to washe
Can you please post your modem model and Router model to take a look on their website..

- Can the usb model be connected to a port on the router (usually wan port).

Dont worry we will try to help you out with this small problem.
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots. So far, the universe is winning."

Richard Cook
washe is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:47 PM.