1.

Solve : how to setup cleints to use router as default gateway?

Answer»

I just install a new server 08 r2,  I configure this as my dns and dhcp server for my clients, I also have a router on my network which gives internet acess as well. if I authorize the server dhcp service on my server and disable the router dhcp  and give my clients a static ip from server dhcp using the router ip as the default gateway they still CANT GET internet.... what do I do for clients to acess internet ...?
my i.p settings are as follows

Server 2008 r2 dhcp

  server              192.168.0.1
 subnet MASK     255.255.255.0
Default gateway 192.168.1.1 (router)
preferred dns      127.0.0.1

router settings 
router ip      192.168.1.1
subnet         255.255.255.0
Default gw   192.168.0.210 (ISP)
dns              197.255.193.12 (isp)
alt dns          8.8.8.8You have logical error(s) in settings,
Quote

router ip      192.168.1.1
subset         255.255.255.0

 server              192.168.0.1
 sublet mask     255.255.255.0

preferred dns      127.0.0.1

The router, server and local DNS ought to all be in the same subset
Using static IP does no resolve the issue. Either change the subset mask or put everything in the subset.
What document did you USE for the settings you used?
Was it here?
http://technet.microsoft.com/en-us/library/cc731673%28v=ws.10%29.aspx
Or here?
http://www.youtube.com/watch?v=NKlSYrkcnMc
(very boring video)
Better v ideo
http://www.youtube.com/watch?v=EkNq4TrHP_U
Yeah, it is long. But one has to understand this stuff.


Discussion

No Comment Found