fortigateでIP8設定

ネットで調べたけど全然なかったので、備忘録で

 

Configure the PPPoE interfaces.

config system pppoe-interface

Description: Configure the PPPoE interfaces.

 edit wan1

 set mode pppoe

 set username {string}

 set password {password}

 set ipunnumbered 0.0.0.0

 ・

 ・

と書けって出てるけど、それだと先頭のIPがI/Fに振られちゃって、

設定したいIPが取得できない

それと

set pppoe-unnumbered-negotiate [enable|disable]

が出てこない。

 

例えば200.200.200.8/29で200.200.200.9を割り当てたいとき

set ipunnumbered 200.200.200.9

としないと、目的のIPを割り当てられない。

 

上をやって初めて、

set pppoe-unnumbered-negotiate

が出てきてdisableが設定できる。

 

googleで調べても出てこなかったけど、

みんなはまらないのかな?

それとも先頭を使うのがデフォ?