I am facing a problem here. I have two d-link routers, DI604 and DI524. DI604 works like a charm, but it doesn't have wireless capability. DI524 on the other hand is a piece of junk which sometimes actually works. I paid some good money for both of them, so I don't want to just throw them away to get another one.
Since DI604 is more reliable, I have to use it as my front gate. Meanwhile, I'd like to have wireless capabilities for my laptop, so here is my plan. Please take a look at it and see if it will actually work:
Code: Select all
|=== desktop computer
Internet == [DI-604] ==
| === [DI=524] ==
|=== laptop
However, there is a problem. the router, can only see itself as 192.168.0.1, and can only hand out IPs ranged in 192.168.0.xxx. If I use a subnet mask of 255.255.255.0, then the laptop will not be able to see the desktop. My question is, what if I use the subnet mask of 255.255.255.240, to mask out the highest 4 bits of the last byte? Then I will fix the desktop computer's IP to be 192.168.0.17, and the laptop computer's IP to be 192.168.0.3 - will they be able to see each other? thanks!