mirror of
https://github.com/f00b4r0/uspot.git
synced 2026-04-26 06:35:54 +03:00
[GH-ISSUE #52] Nothing happened and no DHCP ip addr assigned #33
Labels
No labels
bug
enhancement
invalid
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uspot#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a13519 on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/f00b4r0/uspot/issues/52
Describe the bug
after start the service client can not get ip addr assigned and no splash page popped
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Configuration
Provide the output of:
opkg list-installed | grep uspotuci show uspot(replace passwords with XXXX as needed)uci show networkuci show firewallit prompts error when start the firewall:
uci show uhttpduci show dhcpLogs
Please provide the relevant content of
logreadwhen the problem occurs. Provide a few dozen lines of context output prior to the the actual error messages if any.Additional context
Add any other context about the problem here.
@f00b4r0 commented on GitHub (Nov 27, 2025):
Missing
uspot-www@a13519 commented on GitHub (Nov 30, 2025):
installed uspot-www, but it is still not working, no ip address was assigned:
logread
@a13519 commented on GitHub (Nov 30, 2025):
Do you have complete configuration for credential authentication?
@f00b4r0 commented on GitHub (Nov 30, 2025):
Here you set uspot
setnametouspotcp, andinterfacetoguestbut below you usecaptivefor network anduspotfor set in the firewall config. Invalid config.If
protoisnonehow do you expect an IP address to be assigned by the DHCP?See comment above.
That should have be an indication that your configuration is wrong.
uhttpd sections for uspot are missing.
No DHCP configuration for the guest interface, no IP will be assigned.
Again, network
captivedoesn't exist in your config and neither does the ipsetwlist.The README has the complete configuration. Follow it to the letter or be consistent in your modifications.
@a13519 commented on GitHub (Dec 1, 2025):
Thanks for the information, eventually i make the splash page popped up:
but the Done button is not shown up at top right corner, from log I can see:
does uspot use mac or ip in ipset? From log I can see mac address is populated, do you know which part has problem?
@a13519 commented on GitHub (Dec 1, 2025):
By went through uSpot configuration, does latest uSpot support nft ipset? or only support legacy ipset?
After click Accept button the auth ipset is still empty:
@a13519 commented on GitHub (Dec 1, 2025):
I manually add ip assigned to uspot ipset, but Done button is not shown up:
@f00b4r0 commented on GitHub (Dec 3, 2025):
If the Done button is not showing up it means the firewall set has not been updated. uspot doesn't use ipset it uses native nftables as supported by firewall4 so your ipset references are useless. Turn on debugging and check what's happening but it's almost certain something is misconfigured.
If you keep abusing the issue system by duplicating this issue I will block you. You are not entitled to a sameday personal support and I don't have time now to deal with your configuration problems.
@a13519 commented on GitHub (Dec 4, 2025):
eventually I make it worked. it is ipset issue, now I can see Done button and successfully connected to internet.
Thanks!