<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fortigate on Ricky</title><link>https://linzeyan.github.io/zh-tw/categories/fortigate/</link><description>Recent content in Fortigate on Ricky</description><generator>Hugo -- gohugo.io</generator><language>zh-tw</language><lastBuildDate>Tue, 08 Sep 2020 09:47:47 +0800</lastBuildDate><atom:link href="https://linzeyan.github.io/zh-tw/categories/fortigate/index.xml" rel="self" type="application/rss+xml"/><item><title>Fortigate 在 HA 模式下的管理介面</title><link>https://linzeyan.github.io/zh-tw/posts/2020/20200908-dediziertes-management-interface-fur-fortigate-im-ha-betrieb/</link><pubDate>Tue, 08 Sep 2020 09:47:47 +0800</pubDate><guid>https://linzeyan.github.io/zh-tw/posts/2020/20200908-dediziertes-management-interface-fur-fortigate-im-ha-betrieb/</guid><description>&lt;ul>
&lt;li>&lt;a href="https://www.unixfu.ch/dediziertes-management-interface-fur-fortigate-im-ha-betrieb/" target="_blank" rel="noopener">Fortigate 在 HA 模式下的管理介面&lt;/a>&lt;/li>
&lt;/ul>
&lt;h5 id="先啟用此功能">先啟用此功能&lt;/h5>
&lt;pre tabindex="0">&lt;code>config system ha
set ha-mgmt-status enable
config ha-mgmt-interfaces
edit 1
set interface wan2
set gateway 192.168.147.254
next
end
end
&lt;/code>&lt;/pre>&lt;p>別忘了設定預設閘道。這個介面是隔離的，需要獨立的路由設定。&lt;/p>
&lt;h5 id="接著為叢集中的每個節點設定獨立-ip">接著為叢集中的每個節點設定獨立 IP&lt;/h5>
&lt;p>System1&lt;/p>
&lt;pre tabindex="0">&lt;code>config system interface
edit wan2
set ip 10.11.101.101/24
set allowaccess https ping ssh snmp
next
end
&lt;/code>&lt;/pre>&lt;p>System2&lt;/p>
&lt;pre tabindex="0">&lt;code>config system interface
edit wan2
set ip 10.11.101.102/24
set allowaccess https ping ssh snmp
next
end
&lt;/code>&lt;/pre>&lt;hr>
&lt;h4 id="fortios-56-起新增">FortiOS 5.6 起新增&lt;/h4>
&lt;p>從 FortiOS 5.6 開始，有一種新的方式可以直接存取每台設備。這是 In-Band 的方法，不需要保留介面。&lt;/p>
&lt;h5 id="在任意介面設定管理用-ip-位址這個位址不會在叢集中同步">在任意介面設定管理用 IP 位址。這個位址不會在叢集中同步。&lt;/h5>
&lt;p>System1&lt;/p></description></item></channel></rss>