由於 FortiGate 600C 等較早期機型的 FortiOS 版本(5.x.x ),不支援在GUI下設定PPPOE。故只能夠過下指令的方式設定之(不管是直接接console線下指令或是在GUI的指令視窗都可以)
設定指令的參考範本:
config system interface
edit “wan1”
set vdom “root”
set mode pppoe
set allowaccess ping fgfm
set type physical
set alias “MyISP”
set username “”
set password “”
end
