Link to home
Start Free TrialLog in
Avatar of Eirman
EirmanFlag for Ireland

asked on

No network acces to server

I've got a server running windows server 2003 and two PCs running XP all connected to a Linksys router.
I changed broadband provider and re-cofigured the TCP/IP settings.
All 3 machines have internet access and the two XP PCs can see each other on the network.
The server can't see anything on the network or visa versa (internet is okay)

When I was entering the settings into the server I got this warning ....
Default gateway is not on the same network that is defined by the IP address & subnet mask

There are the settings .....

IP 192.168.1.101 .... (.102 on the other XP Pc & .150 on the server)
Sub 255.255.255.128
DG: 192.168.1.1
DNS1: 213.168.233.7
DNS2: 213.168.233.6

I have no access to the router .... it's locked. The broadband company can access it wirelessly.

I'm stuck ... Please help
ASKER CERTIFIED SOLUTION
Avatar of Steven Carnahan
Steven Carnahan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mo_patel
mo_patel

look at the routes on the server and if they look ok,

remove them and re add them.... sen this happen before

to view routes

in cmd ... route print

to add route route add

to view help route /?
Avatar of Eirman

ASKER

Problem solved .... thanks everyone ..... points tomorrow
Avatar of Eirman

ASKER

Thanks for your help. I'd appreciate it, if you could point me to some reference material explaining the subnet / ip range issue.

I used to have the server at 192.168.1.250 and the subnet mask at 255.255.255.0
Subnet mask defines network. It gets much easier if you think about bit-masking, but http://www.techrepublic.com/article/ip-subnetting-made-easy/6089187 should give you all the information you need to decide if you need more information.
There are also a number of subnet calculators online that can help.  Do a search for subnet calculator and choose one that you are comfortable with.

I personally like:

1. http://www.subnetonline.com/pages/subnet-calculators/ip-subnet-calculator.php

2. http://www.subnetmask.info/
Avatar of Eirman

ASKER

Thanks again jhheider & pony10us