ネットワーク関連
目次
#contetns
| Fortigate 60D | v6.0.12 build0419 (GA) |
| Fortigate 90D | v6.0.12 build0419 (GA) |
# show system interface
config system interface
edit "dmz"
set vdom "root"
set mode dhcp
set allowaccess ping https http fgfm capwap
set type physical
set role dmz
set snmp-index 1
next
edit "wan1"
set vdom "root"
set mode dhcp
set allowaccess ping fgfm
set type physical
set role wan
set snmp-index 2
next
edit "wan2"
set vdom "root"
set mode dhcp
set allowaccess ping fgfm
set type physical
set role wan
set snmp-index 3
next
edit "modem"
set vdom "root"
set mode pppoe
set type physical
set snmp-index 4
next
edit "ssl.root"
set vdom "root"
set type tunnel
set alias "SSL VPN interface"
set snmp-index 5
next
edit "internal"
set vdom "root"
set ip 192.168.1.99 255.255.255.0
set allowaccess ping https ssh http fgfm capwap
set type hard-switch
set stp enable
set role lan
set snmp-index 6
next
end# config system interface (interface) # edit internal (internal) # set ip 172.16.1.1/255.255.0.0 (internal) # end
設定したアドレスにWebブラウザでアクセスを行い、システムにログインする。
| ユーザ | admin |
| パスワード | なし |