Add changes to sslvpn_instance_s2s.rst (#540)

pull/496/merge
SatMagnus 3 months ago committed by GitHub
parent 6c154cfaeb
commit 0475e7abe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ Role Server
Description MyServer Description MyServer
Protocol UDP (IPv4) Protocol UDP (IPv4)
Port number 1194 Port number 1194
Bind address 10.10.8.1 :sup:`1` Bind address 10.10.8.2 :sup:`1`
Server (IPv4) 10.1.8.0/24 (the tunnel network used) Server (IPv4) 10.1.8.0/24 (the tunnel network used)
Certificate choose the prepared server certificate Certificate choose the prepared server certificate
TLS static key choose the prepared static key TLS static key choose the prepared static key
@ -175,7 +175,7 @@ Remote Network 10.0.8.0/24 :sup:`1`
The remote network bound to this common name, without this entry the traffic will not be routed between hosts. The remote network bound to this common name, without this entry the traffic will not be routed between hosts.
Next go to :menuselection:`Firewall --> Rules --> WAN` and add a rule to allow traffic on port :code:`1494/UDP` from the other Next go to :menuselection:`Firewall --> Rules --> WAN` and add a rule to allow traffic on port :code:`1194/UDP` from the other
host. At minimum we should add a rule similar to this one: host. At minimum we should add a rule similar to this one:
=============================================================== ===============================================================
@ -207,7 +207,7 @@ Property site A
Role Client Role Client
Description MyClient Description MyClient
Protocol UDP (IPv4) Protocol UDP (IPv4)
Remote 10.10.8.1 Remote 10.10.8.2
Certificate choose the prepared client certificate Certificate choose the prepared client certificate
TLS static key choose the prepared static key TLS static key choose the prepared static key
Remote Network 192.168.8.0/24 Remote Network 192.168.8.0/24

Loading…
Cancel
Save