Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double request when connecting to a guest network #535

Open
Gidro76 opened this issue Dec 2, 2021 · 0 comments
Open

Double request when connecting to a guest network #535

Gidro76 opened this issue Dec 2, 2021 · 0 comments

Comments

@Gidro76
Copy link

Gidro76 commented Dec 2, 2021

Good afternoon. We use openwrt 21.02 and coova-chilli 1.5-4 and faced such a problem - two requests from one device arrive to the authentication server, because of which it cannot be authorized
The problem seemed to be solved by disabling (not deleting) ipv6 on the web on the interfaces and with the commands:
uci set 'network.lan.ipv6 = 0'
uci set 'network.wan.ipv6 = 0'
uci set 'dhcp.lan.dhcpv6 = disabled'
/etc/init.d/odhcpd disable
uci commit
/etc/init.d/odhcpd disable
/etc/init.d/odhcpd stop
But after a while, the devices again send two requests. Has anyone encountered this and solved the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant