FortiGate-100D # config system interface
FortiGate-100D # show
config system interface
edit "wan1"
set vdom "root"
set mode dhcp
set allowaccess https ssh http
set type physical
set role wan
set snmp-index 1
next
edit "dmz"
set vdom "root"
set ip 10.10.10.1 255.255.255.0
set allowaccess ping https http fgfm fabric
set type physical
set role dmz
set snmp-index 2
next
edit "modem"
set vdom "root"
set mode pppoe
set type physical
set snmp-index 3
next
...
FortiGate-100D # edit <인터페이스 이름>
FortiGate-100D # edit wan1
FortiGate-100D (wan1) # show
config system interface
edit "wan1"
set vdom "root"
set mode dhcp
set allowaccess https ssh http
set type physical
set role wan
set snmp-index 1
next
end
FortiGate-100D (wan1) # set allowaccess ?
ping PING access.
https HTTPS access.
ssh SSH access.
snmp SNMP access.
http HTTP access.
telnet TELNET access.
fgfm FortiManager access.
radius-acct RADIUS accounting access.
probe-response Probe access.
fabric Security Fabric access.
ftm FTM access.
FortiGate-100D (wan1) # set allowaccess <필요한 프로토콜 입력1> <필요한 프로토콜 입력2> ...
FortiGate-100D (wan1) # set allowaccess https http ssh
FortiGate-100D (wan1) # end
FortiGate-100D #