You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
static | 7 years ago | |
templates | 7 years ago | |
README.md | 6 years ago | |
dhcp-hosts.dpto2 | 7 years ago | |
dhcp-opts.dpto2 | 7 years ago | |
main.py | 7 years ago | |
new_guest_password.py | 7 years ago | |
sendhup.cpp | 7 years ago | |
users.dpto2 | 7 years ago | |
wsgi.py | 7 years ago |
README.md
Smallnet
A very simple UI for managing a small /24 network. More info at this blog post
Sendhup
For security reasons Smallnet delegates the task of reloading the configuration of freeradius and dnsmasq to a small setuid binary.
To compile it, run:
g++ -o sendhup sendhup.cpp
And make it owned by root and setuid like this:
sudo chown root: sendhup
sudo chmod 4755 sendhup