So, I have already looked at this post and it has only partially answered my question, but added just as much confusion. I looked at both of the dhclient6-* files, one for the wired adapter, and the other for the wireless. They appear to be the same, even though the other parts of the file show the respective adapters, and different IPv6 addresses. The output of the files is as follows:
Wireless interface output:
default-duid "\000\0044\267\013\003\207\223p\364\317&\017\357t8\033\364";
lease6 {
interface "wlp2s0";
ia-na xx:xx:xx:xx {
starts 1486964372;
renew 0;
rebind 0;
iaaddr 2001:470:1f11:f3e:x:x:x:226 {
starts 1486964372;
preferred-life 4500;
max-life 7200;
}
}
option dhcp6.client-id 0:4:34:b7:b:3:87:93:70:f4:cf:26:f:ef:74:38:1b:f4;
option dhcp6.server-id <server_id>;
option dhcp6.name-servers <name_server>;
}
lease6 {
interface "wlp2s0";
ia-na xx:xx:xx:xx {
starts 1486964372;
renew 0;
rebind 0;
iaaddr 2001:470:1f11:f3e:x:x:x:226 {
starts 1486964372;
preferred-life 4500;
max-life 7200;
}
}
option dhcp6.client-id 0:4:34:b7:b:3:87:93:70:f4:cf:26:f:ef:74:38:1b:f4;
option dhcp6.server-id <server_id>;
option dhcp6.name-servers <name_server>;
}
Wired interface output:
default-duid "\000\0044\267\013\003\207\223p\364\317&\017\357t8\033\364";
lease6 {
interface "enp3s0f2";
ia-na xx:xx:xx:xx {
starts 1486441445;
renew 0;
rebind 0;
iaaddr 2001:470:1f11:f3e:x:x:x:223 {
starts 1486441445;
preferred-life 4500;
max-life 7200;
}
}
option dhcp6.client-id 0:4:34:b7:b:3:87:93:70:f4:cf:26:f:ef:74:38:1b:f4;
option dhcp6.server-id <server_id>;
option dhcp6.name-servers <name_server>;
}
lease6 {
interface "enp3s0f2";
ia-na xx:xx:xx:xx {
starts 1486441445;
renew 0;
rebind 0;
iaaddr 2001:470:1f11:f3e:x:x:x:223 {
starts 1486441445;
preferred-life 4500;
max-life 7200;
}
}
option dhcp6.client-id 0:4:34:b7:b:3:87:93:70:f4:cf:26:f:ef:74:38:1b:f4;
option dhcp6.server-id <server_id>;
option dhcp6.name-servers <name_server>;
}
If there is more info that is needed, please let me know.