You can't give the same IP addresses to two different computers but I assume
you know that.
If you are using a router you should be using Network Address Translation
(NAT).
With this method your PC's will have addresses like 192.168.1.xxx. These
addresses are assigned
by the DCHP server in the router.
If you want to see your gateway address use 'ipconfig /all' at the windows
command prompt.
This will be a NAT address if you are using a router or something like your
addresses below
if you are not using the router.
See
http://en.wikipedia.org/wiki/Wireless_router
Good Luck, Ed
"karthik" <(E-Mail Removed)> wrote in message
news:fe220763-1296-4f83-868b-(E-Mail Removed)...
> I am trying a NetGear wireless router at my home. My cable guy has
> given the IP address, Subnetmask and gateway as follows:
>
> IP Address: 160.242.152.191
> Subnetmask: 255.255.240.0
> Gateway: 160.242.128.1
>
> When I give the above settings in my PC for connecting with the modem,
> I am successfully able to connect to the Internet, but when I gave the
> same in the wireless router settings, i am getting the following
> error:
>
> IP Address 160.242.152.191 is in a different subnet as the gateway
> address 160.242.128.1
>
> Is there anyway i can resolve this issue?
>
> Thanks a lot for your response.