News: This forum is now permanently frozen.
Pages: [1]
Topic: 1.3b16 DHCPv6 Never Responds  (Read 1738 times)
« on: July 18, 2009, 05:58:02 »
comptech *
Posts: 3

After installing wide-dhcpv6-server on one of my linux boxes to figure out how things are supposed to work I realized DHCPv6 wasn't working at all on my m0n0wall. 

The system log never shows dhcp6s starting.

My current dhcp6s.conf downloaded from m0n0wall:
   
Code:
option domain-name "local";
option domain-name-servers 2001:470:aaaa:aaa:;


interface sis0 {
preference 255;
address-pool poolsis0 7200 86400;
};

pool poolsis0 {
        range 2001:470:aaaa:aaa::1 to 2001:470:aaaa:aaa::f ;
};

host m0n0wall {
        duid 00:0d:b9:01:18:d4;
        address 2001:470:aaaa:aaa: infinity;
};


« Last Edit: July 19, 2009, 07:56:11 by comptech »
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines