Maybe I'm missing something, but I wasn't aware that you couldn't access an
Active Directory domain from a remote subnet. And if you're for sure using
a 16-bit subnet mask on all the computer on the network, then you shouldn't
have a routing issue because it's technically all the same subnet. Make
sure the computers on the WLAN are setup to look at your Windows domain
controller for DNS services and that your Windows server has DNS properly
configured to point to itself for the domain. I know with the little bit I
messed with Active Directory, the DNS issue was weird. Let's say you create
a domain called yourdomain.com and setup the DNS for that. When you do the
"join a domain" option on a Windows 2000 or XP workstation, you have to type
in only "yourdomain" instead of "yourdomain.com" when it asks for the domain
name, or else it won't work. I don't know if that's a feature, a bug, or
improper configuration on my part, but that's the way it worked.
Not knowing your setup, it's hard to tell what a good course of action would
be, but since you, in fact, only have one subnet, and if you don't have
security concerns about the wireless part, I would just plug those secondary
switches right into the master switches and then plug the Linux box into a
switch ports, instead of having the Linux box sit directly between the two
sets of switches. That's only if there's no real reason for the Linux box
to be dividing the two parts of the network.
"/dev/scott0" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
> I have a odd problem here. I should know the answer, but it is not coming
> to me.
>
> Situation:
> My school has a Wireless LAN with 4 AP's connected to a switch connected
> to a Linux box on eth1, with eth0 connected to the master switches to get
> Internet and files.
> Sadly, the students log into the laptops via MS Active Directory and to
> do this we need to have both sides of the Linux box on the same network.
>
> So:
>
> [WLAN] <-> [eth1: 10.89.100.1/16][eth0: 10.89.200.27/16] <->
> [INTERNET/10.89.1.1/16]
>
> How should I set up my route(s)? I have iptables working for MAC filtering
> and ip_forwarding, is there something else I should add?
>
> It worked fine when the wireless was on the 192.168.20.0/24 subnet,
> however, AD didn't work.
>
> Sorry if this is a very basic question, but google didn't help and I am at
> a loss here.
>
> Thank you,
> Scott Brown
|