The "Default Gateway" is somehow getting set to an address that's not on the same network as the Wireless LAN adapter. The correct setting for the Default Gateway should be 192.168.1.1, the address of the BEFW11S4.
The incorrect setting's most likely coming from a "hardwired" gateway setting in the TCP/IP properties of the 2100 wireless adapter.
I have exactly the same problem with 2 D600s we have just bought. Wireless appear to pick up an ip address from the router but I can't ping any other IPs on the same network.
Are you sure the subnet mask is correct for the actual network topology? I've been trying to figure out what the network actually looks like, and if the subnet mask (255.255.240.0, or /20) is right, this is a supernetted Class C network whose base address is 192.168.128.0, with a range of addresses from 192.168.128.01 to 192.168.143.254, and a broadcast address of 192.168.143.255. Yet for the two IP assignments on the D600 you list, the default gateways are different. So the network doesn't look like I think it does. What address range does the network span, or are there several networks interconnected by routers?
If you "tracert" from the D600's wireless interface to another machine, what happens? Is there a "network unreachable" error generated by something? What does the routing table look like on one of the D600's? ("netstat -r").
"ipconfig /release" will only correct problems if the topology has changed, or if there were "hardwired" local entries that have been removed on the machine having problems. I assume neither of those is true in your case.
jwatt
4.4K Posts
0
November 22nd, 2003 16:00
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 218.186.16.1
The "Default Gateway" is somehow getting set to an address that's not on the same network as the Wireless LAN adapter. The correct setting for the Default Gateway should be 192.168.1.1, the address of the BEFW11S4.
The incorrect setting's most likely coming from a "hardwired" gateway setting in the TCP/IP properties of the 2100 wireless adapter.
Jim
Deanstax
1 Message
0
November 22nd, 2003 21:00
Go to your DOS prompt and enter the following:
ipconfig /release "Ethernet adapter Wireless LAN"
then the following:
ipconfig /renew "Ethernet adapter Wireless LAN"
This should renew the your ip and fix your problem.
AndyRNorman
2 Posts
0
November 28th, 2003 10:00
I have exactly the same problem with 2 D600s we have just bought. Wireless appear to pick up an ip address from the router but I can't ping any other IPs on the same network.
My ipconfig is below.
C:\>ipconfig/all
Windows IP Configuration
Host Name . . . . . . . . . . . . : S2501
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . : royalmarsden.org
Description . . . . . . . . . . . : Intel(R) PRO/Wireless LAN 2100 3A Mi
ni PCI Adapter
Physical Address. . . . . . . . . : 00-04-23-8B-C7-DB
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.130.120
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 192.168.128.254
DHCP Server . . . . . . . . . . . : 195.106.43.134
DNS Servers . . . . . . . . . . . : 194.72.7.137
194.6.81.18
Primary WINS Server . . . . . . . : 195.106.43.134
Lease Obtained. . . . . . . . . . : 28 November 2003 11:24:16
Lease Expires . . . . . . . . . . : 02 December 2003 11:24:16
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : royalmarsden.org
Description . . . . . . . . . . . : Broadcom 570x Gigabit Integrated Con
troller
Physical Address. . . . . . . . . : 00-0D-56-74-34-FF
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.129.25
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 192.168.128.254
DHCP Server . . . . . . . . . . . : 195.106.43.134
DNS Servers . . . . . . . . . . . : 194.72.7.137
194.6.81.18
Primary WINS Server . . . . . . . : 195.106.43.134
Lease Obtained. . . . . . . . . . : 28 November 2003 11:25:51
Lease Expires . . . . . . . . . . : 02 December 2003 11:25:51
The release command did not fix my problem!
Any ideas anyone?
jwatt
4.4K Posts
0
November 28th, 2003 18:00
If you "tracert" from the D600's wireless interface to another machine, what happens? Is there a "network unreachable" error generated by something? What does the routing table look like on one of the D600's? ("netstat -r").
"ipconfig /release" will only correct problems if the topology has changed, or if there were "hardwired" local entries that have been removed on the machine having problems. I assume neither of those is true in your case.
I used this network calculator in attempting to figure out the topology.
Jim