[K12OSN] DHCP, NAT, and Wireless

Huck dhuckaby at paasda.org
Wed Jan 17 18:41:58 UTC 2007


host wrkstn.domain.org {
                 hardware ethernet 00:07:37:91:E1:3F;
                 fixed-address 192.168.0.50;
         }

put that inside of your

shared-network NAME {
           subnet 192.168.0.0 netmask 255.255.255.0 {
		option routers 192.168.0.254;
		#Dynamic Range
		range 192.168.0.50 192.168.0.200
	  }
	  host wrkstn.domain.org {
                 hardware ethernet 00:07:37:91:E1:3F;
                 fixed-address 192.168.0.50;
           }
}

like so...

--Huck
	
Timothy Hart wrote:
> I have a bunch of left over Apple basestations from a recent upgrade to 
> our Middle school wing. I am trying to set up one or two of these 
> basestations in the Kindergarten wing. That wing is only wired for 
> access to a K12LTSP server. In the short term I was just going to attach 
> one of these basestations to the K12LTSP and double the NAT. Not too 
> worried with the ammount of people on this wings wireless network. 
> Little to say it is not working. At least when I set it up to share a 
> single IP. I would like to try it with the basestation being assigned a 
> static IP by the K12LTSP server so I can have the basestation use DHCP 
> on its own network.
> 
> Anyways now that I have confused myslef. Does anyone have a good link to 
> an explaination of how to edit dchp.conf (and which one) to hand out a 
> static IP. I have found a couple but they are all different. This should 
> work right?
> 
> Running K12LTSP 5 and 6.
> 
> Tim
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>




More information about the K12OSN mailing list