반응형
SMALL
-
Macbinding Table 생성
config firewall ipmacbinding table
edit 1
set mac 사용자맥주소1
set name "사용자명1"
set status enable
next
edit 2
set mac 사용자맥주소2
set name "사용자명2"
set status enable
next
…
end
-
Macbinding 옵션 설정 및 적용
config firewall ipmacbinding setting
set bindthroughfw enable
set bindtofw enable
set undefinedhost block
end
config system interface
edit "port1"
set vdom "root"
set ip 1.1.1.1 255.255.255.0
set allowaccess ping https ssh snmp
set ipmac enable
set type physical
set snmp-index 5
next
end
반응형
LIST
'업무이야기 > Security' 카테고리의 다른 글
Fortigate SSLVPN Host Check (0) | 2018.05.08 |
---|---|
FortiAnalyzer SQL database delete and rebuild (0) | 2018.05.08 |
Fortinet Open Ports Diagram (0) | 2018.05.08 |
FortiSandbox diagram (0) | 2018.05.08 |
FortiSandbox Flow (0) | 2017.08.08 |