FortiWiFi 장비를 유선 연결없이, WiFi를 클라이언트 모드로 동작하여,
외부의 무선 SSID에 연결하여 통신하는 방법.
1. Client 모드로 변경
# config system global
set wireless-mode client
end
주의) WiFi에서 사용하는 모든 객체를 해제해야함.
poloc, dhcp server, vlan 인터페이스, address object 등
특히, WiFi SSID도 삭제 할것!
Client 모드로 변경하면 reboot 하게 됨.
2. 외부 SSID 연결
# config system interface
edit "wifi"
set mode dhcp
set allowaccess ping https ssh
set type wireless
# config wifi-networks
edit 1
set wifi-ssid "aaaa" // 연결할 SSID 이름(대•소문자 구분)
set wifi-security wpa-personal // SSID 암호 방식
set wifi-passphrase 12345678 // SSID 연결 암호
next
end
next
end
3. 방화벽 정책 설정
트래픽 방향에 따른 방화벽 정책 설정
부가적으로 클라이언트 모드를 5G할것인지, 5G 우선으로 할것인지 설정 가능
# config system interface
edit "wifi"
set wifi-ap-band [ any | 5g-preferred | 5g-only ]
end
'FortiGate > System' 카테고리의 다른 글
FortiGate NTP 설정 관련 (0) | 2021.01.13 |
---|---|
Disable the console interface (0) | 2021.01.06 |
Fortigate admin 계정 삭제하는 방법 (0) | 2021.01.04 |
FortiGuard 스케쥴 업데이트 시간 설정 방법- CLI (0) | 2020.12.31 |
Transparent mode에서 MAC 테이블 확인 방법 (0) | 2020.12.31 |
댓글