John McCabe wrote:
> Hi Char
>
> First of all thanks for replying.
>
>>> Basically I have a PC and network printer connected to my D-Link
>>> DSL-G604T Wireless ADSL Modem/Router, which is in turn connected to
>>> the telephone line.
>
>> The PC and printer are connected to the Wireless router via wireless
>> or via cable?
>
> Cable.
>
>>> I get a pretty poor signal from it around the house and thought it
>>> might be to do with it being in the study behind a solid wall so I
>
>> Define "solid wall". What is it made of?
>
> I think it's breeze-block with plasterboard over it.
>
>> Also, "poor signal" seems to
>> relate to a wireless connection, but throughout your post you don't
>> mention any wireless connections. Instead, you talk about running a
>> cable from the PC and printer out to the router. Please clarify.
>
> Sorry about that. I have another PC elsewhere in the house that's got
> a wireless card in it and never gets a very good connection, and I
> also use my phone on wi-fi but keep losing the connection. I've used
> my phone with other people's wireless systems without the same
> problems I have at home, so...
>
>>> intended to move it out to the hallway. Rather thatn running cables
>>> for the PC and printer out to it, I planned to connect those items
>>> to a switch or hub and run a single cable out to the router.
>
>> So this is a purely cabled environment? Is anything connected via
>> wireless?
>
> I use the phone and the other PC wirelessly but, for the purposes of
> the problem I'm describing you can probably ignore the wireless
> aspect. All I'm trying to do is move the router out of the room it is
> currently in while minimising the number of cables that need to be
> trailed out.
>
>>> Now, I've tried that, and it doesn't seem to work for some reason
>>> and I haven't a clue why not.
>
>>> I've tried 2 switches and 1 hub but the results are the same,
>>> basically very limited connectivity with what appears to be large
>>> packet losses.
>
>>> When I do it I can occasionally ping www.google.co.uk but more often
>>> than not at least 50% of the packets sent disappear. I can't even
>>> connect to the routers web browser configuration page at
>>> 192.168.1.1.
>
>> What are the IP addresses and netmasks of the LAN side of the router,
>> the PC, and the printer? Are there any IP conflicts or mismatched
>> netmasks?
>
> The PC is 192.168.1.2/255.255.255.0 and the printer is
> 192.168.1.100/255.255.255.0. The PC is assigned a static IP address
> and the printer gets it through DHCP. The router itself is
> 192.168.1.1.
>
>>> My PC has an Asus A8V Deluxe motherboard with on-board LAN. It's set
>>> up to use a static IP address of 192.168.1.2 although I tried
>>> setting it up for DHCP at one point and, while it finally managed
>>> to lease an address, the connectivity to the outside world was
>>> still poor.
>
>> If this is a wired connection and it's having trouble obtaining a
>> DHCP lease, I would first be suspicious of the router.
>
>> To make sure the PC is OK, you could connect the PC directly to the
>> DSL modem to see if it reliably obtains an IP, Gateway, DNS, etc. Oh
>> wait, you can't, because you have a combined modem/router.
>
> I have no problems when the PC is connected directly in to the router,
> it's when it goes through a hub or switch first that things seem to go
> wrong.
>
>>> I've also tried using the uplink port on the hub as well as using a
>>> normal port (on the hub and the switches) with a straight through
>>> and a crossover cable and nothing seems to make any difference.
>
>> If the hub or switch is less than a few (5 or so?) years old, it
>> almost certainly has autosensing ports, so either type of cable
>> should work. I would stick with straight through patch cables and
>> avoid crossover cables.
>
> I've checked the specs of the modem/router and it certainly has
> autosensing ports (or so it says).
>
>>> I imagine there's got to be something relatively obvious but
>>> important that I'm missing but I've no idea what; I'm used to
>>> sticking switches and hubs in to expand networks and they just work!
>
>>> Anyway - any suggestions anyone has would be very much welcomed.
After inserting your switch plug a wired PC into it and ask for a new IP
address using "ipconfig /release" followed by "ipconfig /renew" and see what
your PC shows as it's "new" IP address, provided the PC has been set for
DHCP. I find that until a wired device can work properly through a new
switch I don't even bother messing with the added complexity of a wireless
device.
One thing that can cause problems, if the hub/switch is intelligent and has
the capability of issuing an IP address all on it's own using DHCP then it
may be set to assign an IP address in the same range as your existing
connection. Two devices using 192.168.1.1 on the same network usually won't
work due to routing loops. If the manuals are not specific one easy way to
check this is to unplug the hub/switch from the network. Then plug a wired
PC (set for DHCP) into one of the user ports of the device. Then reboot the
PC or use the "ipconfig /release" followed by "ipconfig /renew" (depending
on the PC's software) and see what IP address the PC comes up with. If it
starts with 169.xxx.xxx.xxx then the device is not providing DHCP and can
most likely be considered a "dumb" hub. If on the other hand you get an IP
address of 192.xxx.xxx.xxx then the device has DHCP capabilities and it is
turned on creating possible conflicts.
For what it's worth when using an actual router or "intelligent" device and
having a PC come up with a 169.xxx.xxx.xxx address usually indicates a
cabling problem between the router and PC or software issues with in the PC
itself provided DHCP has not been disabled on the router.
You don't want your router to be assigning IP values of 192.168.1.xxx AND
your wireless hub doing the same unless they are actually a combined
integrated unit. Then they usually come configured to issue DHCP values
that will not conflict (wired/wireless).
Hopefully some of this rambling will help you or others having similar
problems...