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: packages/ns-ha/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Limitations:
14
14
- Extra packages such as NUT are not supported
15
15
- rsyslog configuration is not synced: if you need to send logs to a remote server, you must use the controller
16
16
- After the first synchronization, the backup node will have the same hostname as the primary node
17
+
- Hotspot is supported only on physical network interfaces
17
18
18
19
Supported WAN configurations:
19
20
@@ -106,12 +107,11 @@ It will check the following:
106
107
107
108
Hotspot is supported, but with the following requirements:
108
109
- the backup node must have the exact same network devices as the primary node
109
-
As an example, if the primary node has a VLAN interface named `vlan10`, the backup node must have the same VLAN interface with the same name.
110
-
Otherwise, the hotspot will not work after a switchover.
111
-
- the hostspot can run only on a physical interface or on a VLAN interface
110
+
- the hotspot can run only on a physical interface
112
111
113
112
To ensure hotspot functionality, the MAC address of the interface on the master node where the hotspot is configured will be copied to the corresponding
114
-
interface on the backup node during failover.
113
+
interface on the backup node during failover. When the backup node becomes the master, it will use the MAC address of the primary node for that interface:
114
+
this is the reason why the Hotspot can be used only on a physical interface.
115
115
Also note that active sessions, which are saved in RAM, will be lost during a switchover, so the clients will need to re-authenticate if auto-login is disabled.
0 commit comments