GithubHelp home page GithubHelp logo

radiusdesk / openwrt-meshdesk Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 5.0 298 KB

MESHdesk packages for OpenWrt

Home Page: https://radiusdesk.github.io/

License: GNU General Public License v3.0

Makefile 1.02% Lua 79.34% Shell 9.87% HTML 0.39% CSS 9.38%
batman-adv openwrt coova-chilli coovachilli wifi6 openvpn mesh-networks mesh-simplification

openwrt-meshdesk's Introduction

openwrt-meshdesk's People

Contributors

dirkvanderwalt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

openwrt-meshdesk's Issues

features

• Provide holistic administration of Office Wi-Fi networks nationwide at all major and site offices/locations.
• Central/one-window administration capability to manage all locations.
• Ability to create and manage Enterprise and Guest networks.
• Ability to create and manage Captive Portal with custom branding.
• White-listing/black-listing of users and devices.
• Access control feature based on device MAC binding or other mechanism.
• Limiting devices per user. Ability to configure the limits.
• Conditional access provision. E.g., Allowing guests/customers to access guest network/hotspot for a certain time limit. Ability to extend or expire time limits.
• Ability to control bandwidth on a network or user or device level.
• Live availability of status to users like total allowed data, remaining data or time.
• Detailed management portal for IT operation’s team.
• Detailed devices management and status of devices and endpoints connected to enterprise or guest networks.
• Central view of data usage for all access points/routers under use of one customer.
• Maintenance mode and automated communication to users.
• Various reports and dashboards pertaining to usage/administration/quality of service.
• SMS notifications.
• OTP management.
• Ability to limit URLS / Social Media / 
• Ability to limit Video Streaming / Games on a selected type of network (Guest)
• Implement Quality of Service Enable QoS settings on APs to prioritize critical applications and devices.
•  Load Balancing If any floor /office has a large number of users and devices, load balancing     solutions should  distribute traffic across multiple access points to prevent congestion.
• The placement of access points strategically to ensure full coverage and minimal interference
• Set up network monitoring tools to track network performance and identify issues promptly.

Mi4c vlan issue

I tried to add a VLAN to my Mi4c running openwrt-meskdesk 22.03 but it didn't work, the switch tab disappeared and the vlan interface show Unsupported protocol type
/etc/config/network
Before
`
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fd4d:56b8:7cf8::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'

config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'

config device
option name 'eth0.2'
option macaddr ''

config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'

config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 4 2'

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '6t 1'

config switch_vlan
option device 'switch0'
option ports '6t 4t 2t'
option vlan '4'

After
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config device
option type 'bridge'
option name 'br-lan'
option stp '1'
list ports 'eth0.1'
list ports 'bat0.3'

config interface 'lan'
option device 'br-lan'
option proto 'dhcp'

config interface 'bat0'
option fragmentation '1'
option proto 'batadv'
option gw_mode 'off'
option routing_algo 'BATMAN_IV'
option aggregated_ogms '1'
option isolation_mark '0x00000000/0x00000000'
option bridge_loop_avoidance '1'
option bonding '0'
option network_coding '0'
option hop_penalty '30'
option orig_interval '1000'
option log_level '0'
option multicast_mode '1'
option distributed_arp_table '1'
option ap_isolation '0'

config interface 'mesh'
option proto 'batadv_hardif'
option master 'bat0'
option mtu '2304'

config device
option type 'bridge'
option name 'br-one'
option stp '1'
option ports 'bat0.1'

config interface 'one'
option device 'br-one'
option proto 'static'
option ipaddr '10.5.5.1'
option netmask '255.255.255.0'

config device
option type 'bridge'
option name 'br-ex_two'
option stp '1'
list ports 'bat0.2'

config interface 'ex_two'
option device 'br-ex_two'

config device
option type 'bridge'
option name 'br-ex_four'
option stp '1'
list ports 'bat0.4'
list ports 'bat0.4'
list ports 'eth0.1.6'

config interface 'ex_four'
option device 'br-ex_four'

`

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.