GithubHelp home page GithubHelp logo

thevern / luci-access-control Goto Github PK

View Code? Open in Web Editor NEW

This project forked from k-szuster/luci-access-control

0.0 0.0 0.0 479 KB

OpenWrt internet access scheduler

License: Apache License 2.0

Makefile 8.15% Lua 87.46% Shell 4.39%

luci-access-control's Introduction

Internet Access Control for OpenWrt

This software is designed for OpwnWrt routers. It allows you to restrict the internet access for specific hosts in your LAN. You can block the internet access permanently or on schedule basis for any MAC address. The schedule contains the time of a day and the days of the week. New in version 4: You can also issue a "ticket" for any blocked user. It gives him an extraordinary access to the internet for a given time.

The software is a Luci app extending the system's firewall, so it runs on any platform with no need to recompile. Tested on OpenWrt BB and CC. Note: due to a bug in CC, the times must be set in UTC, rather than local time.

After installation you'll find a new page in OpenWrt's GUI: Network/Access control.

Screen shot

Internet Access Control

Source repository

https://github.com/k-szuster/luci-access-control

See also: https://github.com/k-szuster/luci-access-control-package for a standalone-package version of the same software.

To install prebuilt package

Visit: https://github.com/k-szuster/luci-access-control/releases

Download ipk file to your device and install it with opkg.

Reboot.

To build the package OpenWrt

The package works on any target (it is architecture independent). May be built on OpenWrt-CC or later. The source files for BB and CC is placed in "master" branch. The DD (17) version - in separate branch: https://github.com/k-szuster/luci-access-control/tree/OpenWrt/Lede-17.

  • Place folder luci-access-control into your

    /feeds/luci/applications

folder.

  • After this has been completed, call
	./scripts/feeds update luci ; ./scripts/feeds install -a luci

from your openwrt folder.

  • Call
	make menuconfig

Here, you must include the following packages in your OpenWRT build for everything to work:

	LuCI -> applications -> luci-app-access-control
  • Call make to compile OpenWRT with the selected package installed. You'll find it in /bin//packages/luci/luci-app-access-control_....ipk file.

  • On OpenWrt-BB, after installing the ipk, you need to additionally run this command on the device:

	/etc/init.d/inetac enable
  • Reboot.

luci-access-control's People

Contributors

alimbada avatar intossh avatar k-szuster avatar rbubley avatar slmingol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.