반응형
## Fortigate 관리형 Manager 설치
## ovf vmware로 열기
## 수동 CLI IP셋팅
FortiGate-VM64-KVM # config sys int
FortiGate-VM64-KVM (interface) # edit port1
FortiGate-VM64-KVM (port1) # set mode static
FortiGate-VM64-KVM (port1) # set ip 192.168.99.250 255.255.255.0
FortiGate-VM64-KVM (port1) # set allowaccess ping https ssh
FortiGate-VM64-KVM (port1) # end
FortiGate-VM64-KVM # config router static
FortiGate-VM64-KVM (static) # edit 1
new entry '1' added
FortiGate-VM64-KVM (1) # set gateway 192.168.99.1
FortiGate-VM64-KVM (1) # set device port1
FortiGate-VM64-KVM (1) # next
FortiGate-VM64-KVM (static) # end
FortiGate-VM64-KVM # config system dns
FortiGate-VM64-KVM (dns) # set primary 192.168.99.1
FortiGate-VM64-KVM (dns) # set secondary 8.8.8.8
FortiGate-VM64-KVM (dns) # end
## 웹접근
## 대문자 A 들어가는 패스워드임. // 평가판 10일
반응형
'IT > 방화벽' 카테고리의 다른 글
FortiManager FW추가 (0) | 2025.02.16 |
---|---|
Fortigate NAT 구성(DNAT) 포트전달 (0) | 2025.02.16 |
Fortigate NAT 구성(DNAT) virtual ip (0) | 2025.02.16 |
Fortigate NAT 구성(SNAT) (0) | 2025.02.16 |
Fortigate NAT 통합(NAT,SNAT,DNAT) (0) | 2025.02.16 |