Skip to main content

kinh-nghiem-thuc-te: Access Point Open-mesh OM2P-HSv2

Ghi chép thực tế khi sử dụng Access Point Open-mesh OM2P-HSv2

Thiết lập Wi-Fi clients lấy địa chỉ IP từ DHCP Servers trong LAN
Thiết lập wi-fi clients thuộc SSID 2 lấy địa chỉ IP từ DHCP Server thuộc LAN
Thiết lập wi-fi clients thuộc SSID 2 lấy địa chỉ IP từ DHCP Server thuộc LAN

Thiết lập giới hạn tốc độ tải xuống/lên (download/upload) cho SSID #1 dành cho khách

Giới hạn tốc độ tải xuống/lên cho SSID #1



















Thông tin những thiết bị kết nối vào access point open-mesh OM2P-HSv2

Lưu lượng, dịch vụ... của từng thiết bị

Popular posts from this blog

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.

Linux: compound commands

command1 ; command2 ; command3 command1 is executed, then command2, and then command3 command1 && command2 && command3 command2 is executed only if command1 run successfully (exit code is 0), command3 is executed only if command2 run successfully (exit code is 0) command1 || command2 || command3 command2 is executed only if command1 exit code is 0 (failure), command3 is executed only if command2 exit code is 0 (failure)