Link to home
Start Free TrialLog in
Avatar of pbjore
pbjore

asked on

After changing IP address on Router and like change on NIC card attached, clients can not access Internet

I am having trouble now with all clients not being able to access the internet.  My server accesses the internet just fine.

Synopsis of changes

Changed Router access ip from 192.168.0.a to 10.0.0.a
Changed the NIC card attached to Router from 192.168.0.b to 10.0.0.b
Restarted Server.
ran netstat -a and find server is listening on 3389
Corrected ports on router from 192.168.0.b to 10.0.0.b

DNS is set to 192.168.0.c which corresponds to second NIC card 192.168.0.c

Corrected DHCP to issue from 192.168.0.c

Clients DHCP issuance appears OK.  System is handing out DHCP with the correct 192.168 series of addresses.  Mask is correct at 255.255.255.0 (I think), Gateway is shown as 10.0.0.a
DNS is shown as 192.168.0.c

Can someone help me with determining why all clients now have no internet access?

Thanks


Avatar of Sembee
Sembee
Flag of United Kingdom of Great Britain and Northern Ireland image

You are handing out IP addresses of 192.168.0.x and a default gateway of 10.0.0.x?

If so, that is why you don't have internet access.
The default gateway needs to be on the same subnet as the clients.

What is the plan? For the user machines to go straight out through the router or through the server? I would go out through the router if it was me doing it it.

You need to either change your IP address ranges to match, or adjust your default gateway.

Simon.
All your internal hosts, do they have default gateway changed to 10.0.0.y now ? Can you post 'ipconfig/all' output from a pc where it DOESN"T work and from the server where it DOES work ?

Cheers,
Rajesh
No Problemo :-)

Cheers,
Rajesh
ASKER CERTIFIED SOLUTION
Avatar of heathcote123
heathcote123

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