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
Copy file name to clipboardExpand all lines: admin-and-features/setting-up-your-instance/gateway/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This instruction helps configuring Defguard Gateway in OPNsense. This is based o
9
9
### Configure Defguard Gateway plugin
10
10
11
11
1. Go to **VPN → Defguard Gateway**
12
-
2. Fill out the approriate values in the form
12
+
2. Fill out the appropriate values in the form. You can read more about the available configuration options here: [#gateway-configuration](../../../configuration.md#gateway-configuration"mention")
Copy file name to clipboardExpand all lines: configuration.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ This is of course not recommended in production but can be useful when testing w
94
94
95
95
[More on that in this help page.](deployment-strategies/grpc-ssl-communication.md)
96
96
97
-
*`DEFGUARD_GRPC_PORT`: gRPC server port, default `50055`
97
+
*`DEFGUARD_GRPC_PORT`: the port on which the gRPC server should listen, default is `50055`. This port is used by Defguard Gateways to connect to your Core instance.
98
98
*`DEFGUARD_GRPC_CERT` (optional): path to TLS certificate file
99
99
*`DEFGUARD_GRPC_KEY`(optional): path to TLS key file
100
100
*`DEFGUARD_GRPC_URL`: external URL of your instance's gRPC server, default `http://localhost:50055`; used for generating example VPN gateway startup command in Web UI
@@ -123,20 +123,25 @@ Here are proxy ENV variables. gRPC configuration is described more [on this help
123
123
124
124
If you're using docker image you can pass this value as environmental variables or on binary you can pass them as arguments
125
125
126
+
*`DEFGUARD_GRPC_URL` , `-g <URL>` - Defguard Core gRPC endpoint URL. This is used by the gateway to connect to your Defguard Core instance. If you configured the `DEFGUARD_GRPC_URL` variable on your Core instance before (as described in the [#grpc-server-configuration](configuration.md#grpc-server-configuration"mention") section), use the same value here. Otherwise, provide an URL that will allow the Gateway to reach your Core instance, e.g. `http://localhost:50055` if both Core and Gateway are running on the same host. 
127
+
*`DEFGUARD_TOKEN` ,`-t <TOKEN>` - Token displayed in the Defguard Core web UI after completing the network wizard. It can be copied from the "Authentication Token" section on the Location Settings page.
*`DEFGUARD_MASQUERADE` - controls whether the gateway automatically applies masquerade NAT firewall rule; defaults to `false`
135
-
*`DEFGUARD_DISABLE_FW_MGMT` - disables all firewall management by the gateway; this overrides `DEFGUARD_MASQUERADE` setting; defaults to `false`\\
137
+
*`DEFGUARD_DISABLE_FW_MGMT` - disables all firewall management by the gateway; this overrides `DEFGUARD_MASQUERADE` setting; defaults to `false` 
138
+
139
+
{% hint style="info" %}
140
+
`DEFGUARD_DISABLE_FW_MGMT` is meant as a workaround for running in incompatible environments, where our [default firewall integration](admin-and-features/access-control-list/firewall-internals.md) is not supported.
136
141
137
-
\{% hint style="warning" %\}`DEFGUARD_DISABLE_FW_MGMT` is meant as a workaround for running in incompatible environments, where our [default firewall integration](admin-and-features/access-control-list/firewall-internals.md) is not supported.
142
+
As a consequence, enabling this option disables [ACL functionality](admin-and-features/access-control-list/) on a given gateway.
143
+
{% endhint %}
138
144
139
-
As a consequence, enabling this option disables [ACL functionality](admin-and-features/access-control-list/) on a given gateway. \{% endhint %\}
140
145
*`HTTP_BIND_ADDRESS`: The IP address that the HTTP should bind to (available since version 1.5.0)
0 commit comments