openwrt / odhcpd

This repository is a mirror of https://git.openwrt.org/?p=project/odhcpd.git. Pull requests will be accepted which will be merged in odhcpd.git
GNU General Public License v2.0
162 stars 98 forks source link

Only IPv6 addresses with a static suffix are advertised via DNS. #78

Open V10lator opened 8 years ago

V10lator commented 8 years ago

Currently I have two clients running, one of them has this as IPv6-Suffix: "0bad0a55". Here are all IPs the client has gotten from odhcpd:

192.168.2.5 fd50:db2f:f4ff:[CENSORED]/64 fd50:db2f:f4ff::bad:a55/128 2001:[CENSORED]::bad:a55/128 2001:[CENSORED]:[CENSORED]/64

and here's what the DNS of odhcpd tells for that client:

test has address 192.168.2.5 test has IPv6 address fd50:db2f:f4ff::bad:a55 test has IPv6 address 2001:[CENSORED]::bad:a55

The other client doesn't has a IPv6-Suffix configured in LuCI and it's even worse. IPs the router gave it:

192.168.2.139 fd50:db2f:f4ff:[CENSORED]/64 2001:a60:f09c:[CENSORED]/64 fd50:db2f:f4ff:[CENSORED]/64 2001:a60:f09c:[CENSORED]/64

but DNS only shows:

test2 has address 192.168.2.139

The commands to get the data where "ifconfig" and "host", both tools where used on the clients.

Neustradamus commented 4 years ago

Any news about it?