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

Max Connections on incoming interface (vlan) - ppppoe #36

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Max Connections on incoming interface (vlan) - ppppoe #36

wants to merge 5 commits into from

Commits on Jan 17, 2018

  1. default collumns

    alexmontoanelli committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    37b52b2 View commit details
    Browse the repository at this point in the history
  2. Print Interface Origin Name on PPPOe

    This commit add a new collum to show-sessions, allowing see from what
    interface/vlan the connection has been estabilhed
    alexmontoanelli committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    0c27a24 View commit details
    Browse the repository at this point in the history
  3. Limit the number of connections on a given interface

    On interface at ppppoe section you can add this:
    interface=eth0.10,max_connections=10
    
    This will limit this interface at 10 clients, discarding new padi
    
    If you set to 0, the interface will no accept new connections
    
    If you set to -1, there will be no limit ( default )
    alexmontoanelli committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    7373fb8 View commit details
    Browse the repository at this point in the history
  4. Adjust max inteface connections allowed on the fly

    add new command to set interface max_connection limit on the fly
    
    pppoe interface limit <ifname> max_connections
    alexmontoanelli committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    561df3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71344eb View commit details
    Browse the repository at this point in the history