Tengu Team Network Agent

Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 16.04 Ubuntu 14.04
juju deploy tengu-team-network-agent
Show information

Platform:

Ubuntu
16.04 14.04

Learn about configurations >

  • dhcp-range | string

    Default: 192.168.14.50 192.168.14.253

    Range that dhcp-server should distribute.

  • managed-network | string

    Default: 192.168.14.0/24

    Network the charm manages. This is the 'internal network' for the NAT gateway and the network the dhcp-server should broadcast to (if applicable).

  • port-forwards | string

    Default: []

    json object that specifies what ports should be forwarded. Example config file: network-agent: 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.