Hello Tom,
Do you have any experiemce about networking and active directory and dns/dhcp
and wireless access? Your question doesn't sound like that. This all works
together with a lot more configuration part when building a domain.
Installing is more or less some mouse clicks but then the work is starting
with maintaining and configuring.
A network like 10.0.0.x should use subnet mask 255.255.255.0, this gives
you 254 useable addresses in that subnet:
Host address: 10.0.0.0 (This is a network, not a host)
Network: 10.0.0.0 (Class A, CIDR/8, 254 hosts)
Network mask: 255.255.255.0
Broadcast address: 10.0.0.255
First host address: 10.0.0.1
Last host address: 10.0.0.254
Remove DHCP from the router, that's good. Also DNS should not be run on it
or should use the router.
So in your case use the x.x.x.1 for the router and the x.x.x.10 for the Domain
controller.
On the DC create a DHCP scope starting by x.x.x.50 to x.x.x.80, so you can
provide 30 workstations an ip address. In the scope options configure set
the default gateway to x.x.x.1 and the DNS server to x.x.x.10.
On the server the ipconfiguration of the NIC set like this:
ip 10.0.0.10
sm 255.255.255.0
dg 10.0.0.1
pref. dns 10.0.0.10
DNS for internet access on the server configure according to this one:
http://support.microsoft.com/kb/323380
1. Yes.
2. 10.0.0.1 subnet mask 255.255.255.0
3. see above
4. Yes, if the switch of the router is also connected with the switch where
the server is
5. You need an access point connected to the switch of the LAN
6. Server and client see above
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!!
http://www.blakjak.demon.co.uk/mul_crss.htm
> Hello all,
>
> I'm working for a non-prof -- so you can imagine our budget is limited
>
> Basically, I have a wireless router that currently acts as the DHCP,
> firewall, and WAP. (FYI, it has 4 ports besides wireless
> capability.) I'd like to set up a 10.0.0.x-type scope with the server
> providing DHCP instead of the router. I'd also like to retain
> wireless capabilities.
> I've tried to turn off DHCP on the router, but then nothing can get to
> the Internet. So, here are some more specific questions:
>
> 1. I assume I turn off DHCP on the router, correct?
> 2. In the router admin, what IP address do I give it?
> 3. In Windows Server, what static IP do I give it?
> 4. Can I plug in a wired client to one of the router ports and it have
> the server assign it an IP?
> 5. How does a wireless client get on the domain?
> 6. Do any manual configurations about gateways, DNS's, forwarding,
> etc. need to take place on the server? On the client?
> That should give me a start!
>
> Thanks!
> To