본문 바로가기

Language&Configuration

(27)
[Fortinet/TS] Procedure for HA manual synchronization (HA 동기화 절차 및 트러블슈팅) DescriptionThis article describes the methods used to force the synchronization on the cluster before proceeding to rebuild the HA.ScopeHigh Availability synchronization.SolutionFor this procedure, it is recommended to have access to all units through SSH (i.e.. Putty).Note: It is possible to connect to the other units with 'exec ha manage X ' where X is the member ID(Available IDs can be found ..
[Ahnlab] TrustGuard CLI Commands - Service Group (서비스 그룹) 생성 Service Group 생성#>conf  - conf 모드로 접근/conf#>object service - service : service 포트 관련 - group : service group 관련 /conf#>object service group MODE - refcnt : 해당 서비스 그룹 정책 사용 수 확인 - add : Service group add ( 서비스 그룹 추가 )  - mod : Service group mod ( 서비스 그룹 수정 )  - del : Service group del ( 서비스 그룹 삭제 ) - list : Service group list ( 서비스 그룹 리스트 확인 )  - search : Address group Search List ( 서비스 그룹 검색 ) /..
[Ahnlab] TrustGuard CLI Commands - Address Group (주소 그룹) 생성 Address Group 생성#>conf  - conf 모드로 접근 /conf#>object ip_address * ip_address 옵션 - ipv4_address : ipv4 주소 관련 - ipv4_group : ipv4 주소 그룹 관련 - ipv6_address : ipv6 주소 관련 - ipv6_group : ipv6 주소 그룹 관련/conf#>object ip_address ipv4_group MODE - refcnt : 해당 주소 그룹 정책 사용 수 확인- add : Address group add ( 주소 그룹 추가 )  - mod : Address group mod ( 주소 그룹 수정 )  - del : Address group del ( 주소 그룹 삭제 ) - list : Address..
[Ahnlab] TrustGuard CLI Commands - Address(주소) 생성 Address 생성#>conf  - conf 모드로 접근 /conf#>object ip_address * ip_address 옵션 - ipv4_address : ipv4 주소 관련 - ipv4_group : ipv4 주소 그룹 관련 - ipv6_address : ipv6 주소 관련 - ipv6_group : ipv6 주소 그룹 관련 /conf#>object ip_address ipv4_address MODE - refcnt : 해당 주소 정책 사용 수 확인- add : Address add ( 주소 추가 )  - mod : Address mod ( 주소 수정 )  - del : Address del ( 주소 삭제 ) - list : Address list ( 주소 리스트 확인 )  - search : A..
[Ahnlab] TrustGuard CLI Commands - Service(서비스 포트) 생성 Service 생성 (서비스) - 프로토콜 생성#>conf - conf 모드로 접근/conf#>object service * service옵션- service : 프로토콜 관련- group : 서비스 그룹 관련/conf#>object service service MODE * MODE 옵션 - refcnt : 레퍼런스 Count - add : 추가 - mod : 수정 - del : 삭제 - list : 리스트 확인 - list_detail : 리스트 상세 확인 - search : 리스트명 검색/conf#>object service service add NAME name : 서비스명 입력/conf#>object service service add test PROTOCOL- tcp/TCP : proto_tcp..
[Ahnlab] TrustGuard CLI Commands - Schedule(스케줄) 생성 Schedule 생성#>conf  - conf 모드로 접근 /conf#>object schedule * schedule 옵션 - refcnt : get schedule object reference count ( 해당 스케줄 정책 사용 수 확인 ) - add : Time add ( 스케줄 추가 )  - mod : Time mod ( 스케줄 수정 )  - del : Time del ( 스케줄 삭제 ) - list : Time list ( 스케줄 리스트 확인 )  - search : Time search ( 스케줄 검색 )  /conf#>object schedule add NAME  name : 스케줄명 입력  /conf#>object schedule add TEST TYPE 1 type(1). daily ..
[Linux] 리눅스 기본 명령어 모음 및 사용법 (12개) 유닉스 계열인 리눅스에서는 대소문자를 구분합니다. 명령어는 모두 소문자이지만, 일부 옵션에서는 대문자를 사용하기도 합니다.또한, 모든 명령어는 명령어 뒤에 --help 옵션을 주거나 man 명령어를 사용하면  옵션이나 사용법이 나오기 때문에 잘 모르는 명령어는 꼭 보시면 익히면 좋습니다. 예시) pwd --help / man pwd pwd  - print working directory현재 작업중인 디렉토리 정보 출력$ pwd/home/infoofit cd - change directory  경로 이동 - 절대 경로와 상대 경로로 이동 가능$ cd /home/infoofit/mydir$ pwd/home/infoofit/mydir$ cd ..$ pwd/home/infoofit ls - list 디렉토리 목..
[Fortinet] Fortigate CLI Commands - Schedule(스케줄) 생성 - Schedule 생성#config vdom    #edit Vdom명  #config firewall schedule onetime#edit Schedule_Name  - 날짜명으로 생성#set start hh:mm yyyy/mm/dd - 시:분 년/월/일#set end hh:mm yyyy/mm/dd #set expiraion-days Number - 스케줄 만료 전에 이벤트 로그 메시지 일정 #next / end  - 연속된 저장은 next, 저장/상단나가기 end* schedule/set 옵션은 아래에서 확인예시)FW#config vdomFW(vdom)#edit TEST_vdomFW(TEST_vdom)#config firewall schedule onetimeFW(onetime)#edit 2024..
[Fortinet] Fortigate CLI Commands - Service Group(서비스 그룹) 생성 및 멤버 추가 - Service Group 생성 및 멤버 추가 #config vdom    #edit Vdom명  #config firewall service group#edit Group_Name  - Policy 생성 시, 해당 정책과 관련된 명칭으로 설정#set member Port_Name #append member Port_Name  #end  -저장하면서 상단으로 빠져나가기는 end* set 옵션은 아래에서 확인예시)FW#config vdomFW(vdom)#edit TEST_vdomFW(TEST_vdom)#config firewall service groupFW(group)#edit TEST_Port_GroupFW(TEST_Port_Group)#set member tcp_12344FW(TEST_Port_Gr..
[Fortinet] Fortigate CLI Commands - Service Port(서비스 포트) 생성 - Service Port 생성 #config vdom    #edit Vdom명  #config firewall service custom#edit Port_Name  - 생성시 포트 종류와 포트번호를 같이 맵핑하는 것을 추천#set category General - 일반적인 포트는 General 카테고리에 넣어서 사용(당연히 카테고리도 개별 생성 가능)#set tcp-portrange Port -포트 한개만 설정 시, range가 아닌 최소값 하나만 설정해도 가능(범위 설정은 최소값 - 최대값 )#next / end  - 연속된 저장은 next, 저장하면서 상단으로 빠져나가기는 end#set 옵션은 아래에서 확인예시)FW#config vdomFW(vdom)#edit TEST_vdomFW(TEST_v..
[Fortinet] Fortigate CLI Commands - Address Group(객체 그룹) 생성 및 멤버 설정 - Address Group 생성 및 멤버 설정#config vdom    #edit Vdom명  #config firewall addrgrp#edit Address그룹명     - Address그룹 이름 생성 시 자세한 설명 같이 사용#set member Address명   - IP주소가 아닌 Address명을 멤버로 설정#append member Address명 - 최초 멤버는 set 사용, 추가 member 등록은 append 사용#end  - 저장하면서 상단으로 빠져나가기는 end예시)FW#config vdomFW(vdom)#edit TEST_vdomFW(TEST_vdom)#config firewall addrgrpFW(addrgrp)#edit AddressGroup_test_1FW(Address..
[Fortinet] Fortigate CLI Commands - Address(주소 객체) 생성 - Address 생성#config vdom    #edit Vdom명  #config firewall address#edit Address명     - Address 이름 생성 시 주석을 같이 써주는 것이 좋다.#set subnet IP주소/subnet   - subnet 생략 시 생성되지 않으므로 주의#next / #end  - 연속 추가 생성은 next, 저장하면서 상단으로 빠져나가기는 end 예시)FW#config vdomFW(vdom)#edit TEST_vdomFW(TEST_vdom)#config firewall addressFW(address)#edit 100.1.1.1_testFW(100.1.1.1_test)#set subnet 100.1.1.1/32FW#end