반응형
- Address 생성
#config vdom
#edit Vdom명
#config firewall address
#edit Address명 - Address 이름 생성 시 주석을 같이 써주는 것이 좋다.
#set subnet IP주소/subnet - subnet 생략 시 생성되지 않으므로 주의
#next / #end - 연속 추가 생성은 next, 저장하면서 상단으로 빠져나가기는 end
예시)
FW#config vdom
FW(vdom)#edit TEST_vdom
FW(TEST_vdom)#config firewall address
FW(address)#edit 100.1.1.1_test
FW(100.1.1.1_test)#set subnet 100.1.1.1/32
FW#end
[Fortinet] Fortigate CLI Commands - Service Port(서비스 포트) 생성
[Fortinet] Fortigate CLI Commands - Service Port(서비스 포트) 생성
- Service Port 생성 #config vdom #edit Vdom명 #config firewall service custom#edit Port_Name - 생성시 포트 종류와 포트번호를 같이 맵핑하는 것을 추천#set category General - 일반적인 포트는 General 카테고리
infoofit.tistory.com
반응형