Tengu Bot Dhcp Server

Channel Revision Published Runs on
latest/stable 7 19 Mar 2021
Ubuntu 14.04
latest/edge 6 19 Mar 2021
Ubuntu 14.04
juju deploy tengu-bot-dhcp-server
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • dhcp-network | string

    Default: 192.168.14.0/24

    Network the dhcp-server should broadcast to.

  • dhcp-range | string

    Default: 192.168.14.50 192.168.14.253

    Range that dhcp-server should distribute.

  • port-forwards | string

    Default: []

    json object that specifies what ports should be forwarded. Example config file: dhcp-server: port-forwards: | [{ "public_port": "9999", "private_port": "21", "private_ip": "192.168.14.2", "protocol": "tcp" }, { "public_port": "5001", "private_port": "5000", "private_ip": "192.168.14.152", "protocol": "tcp" }]

  • portrange | int

    Default: 29000

    The start port of the range to use for dynamically assigning port forwards. When a Charm requests a port forward, it will be assigned a port starting from the portrange. Note: when the hauchiwa creates a port-forward, it will start from portrange + 1000.