「FortiGate」の版間の差分

提供: IoWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
 
11行目: 11行目:
         set domain "example.jp"
         set domain "example.jp"
  [以下略]
  [以下略]
* [https://community.fortinet.com/t5/FortiGate/Technical-Tip-How-to-add-Connection-specific-DNS-suffix-in-DHCP/ta-p/299412 How to add Connection-specific DNS suffix in DHCP server settings of FortiGate - Fortinet Community]

2025年12月15日 (月) 01:42時点における最新版

DHCP による DNS 名前解決用ドメインを設定

GUI には見えないが、コマなどラインで定義できる。

fgt # config system dhcp server
fgt (server) # edit 1
fgt (1) # set domain example.jp
fgt (1) # show
config system dhcp server
    edit 1
        set domain "example.jp"
[以下略]