[Server-devel] DNS/DHCP configuration questions/issues
Xavier Carcelle
xavier.carcelle at gmail.com
Wed May 23 03:57:33 EDT 2012
Dear Ruben, folks,
>> DHCPDARGS=wlan0
>
> ^ I think this is both incorrect and unnecessary.
>
> For correctness it should be DHCPDARGS="wlan0";
>
> But as long as wlan0 is assigned to the 172.18.96.0 network then you do not need to limit the configuration to an interface.
the dhcpd configs works for IP assignment
wlan0 (802.11 wifi dongle on the server) is on the 172.18.96.0/19 subnet
xos gets an ip but nothing in the /etc/resolv.conf on the xo side
neither domain that allows to register (xmlrpc client to
http://localhost:8080) nor to moodle (http://localhost) but using
directly the IP of the schoolserver works.
It's only a DNS issue now between dhcpd/named and the xos.
My best regards,
Xavier Carcelle.
> What are you using for a configuration:
>
> -WAN - eth0 - XS - eth1 - switch - AP - XO?
> -WAN - etho - XS - wlan1(1)- XO? In which case, what are you using to share the wlan connection?
>
> When the XO does connect, what does it receive for an IP address?
>
>
>
>
>>
>> subnet 172.18.96.0 netmask 255.255.224.0 {
>> option routers 172.18.96.1;
>> option subnet-mask 255.255.224.0;
>> option broadcast-address 172.18.127.255;
>> # this is the whole range we have available - 8K addresses
>> # range 172.18.96.2 172.18.127.254;
>> # instead, we'll save 510 addresses for later.
>> range 172.18.96.2 172.18.125.254;
>> # the other /24s:
>> # -> 172.18.126.0/24 for static IP addresses
>> # for printers, AP management consoles, etc.
>> # -> 172.18.127.0/24 for temporary addresses for
>> # XO activation
>>
>> # As this subnet is wired or wifi a/b/g, these lease
>> # times are on the long side
>> default-lease-time 10800;
>> max-lease-time 21600;
>> }
>> </FILE>
>>
>> Our best regards,
>>
>> Xavier Carcelle.
>> _______________________________________________
>> Server-devel mailing list
>> Server-devel at lists.laptop.org
>> http://lists.laptop.org/listinfo/server-devel
>
More information about the Server-devel
mailing list