You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`listen_address` | string | yes | IP address to listen on
40
40
`description` | string | no | Description of the network forward
41
-
`config` | string set | no | Configuration options as key/value pairs (only `target_address` and `user.*` custom keys supported)
41
+
`config` | string set | no | See table below
42
42
`ports` | port list | no | List of {ref}`port specifications <network-forwards-port-specifications>`
43
43
44
+
### Forward configuration
45
+
46
+
Network forwards have the following configuration options:
47
+
48
+
Key | Type | Default | Description
49
+
:-- | :--- | :------ | :----------
50
+
`user.*` | string | - | User defined key/value configuration
51
+
`target_address` | string | - | Default target address for anything not covered through a port definition
52
+
44
53
(network-forwards-listen-addresses)=
45
54
### Requirements for listen addresses
46
55
47
56
The requirements for valid listen addresses vary depending on which network type the forward is associated to.
48
57
49
-
Bridge network
50
-
: - Any non-conflicting listen address is allowed.
51
-
- The listen address must not overlap with a subnet that is in use with another network.
58
+
#### Bridge network
59
+
60
+
- Any non-conflicting listen address is allowed.
61
+
- The listen address must not overlap with a subnet that is in use with another network.
62
+
63
+
#### OVN network
52
64
53
-
OVN network
54
-
: - Allowed listen addresses must be defined in the uplink network's `ipv{n}.routes` settings or the project's {config:option}`project-restricted:restricted.networks.subnets` setting (if set).
55
-
- The listen address must not overlap with a subnet that is in use with another network.
65
+
- Allowed listen addresses must be defined in the uplink network's `ipv{n}.routes` settings or the project's {config:option}`project-restricted:restricted.networks.subnets` setting (if set).
66
+
- The listen address must not overlap with a subnet that is in use with another network.
0 commit comments