Internet Telephony PBX System
IPX-330
Chapter 6 Security
This chapter will introduce you how to configure the Security of PLANET IP PBX.
6.1 Network And Country
Click
【
Security
】
->
【
Firewall
】
Iptables Command
Explanation
Check iptables list
iptables -L -n
Clear iptables list
iptables -F
Deny an IP
(
192.168.0.3 iptables -A INPUT -s 192.168.0.3 -j DROP
Deny every IP to access
80 port
iptables -A INPUT -p tcp --dport 80 -j DROP
Deny IP
(
192.168.0.3
)
to access port 80
iptables -A INPUT -s 192.168.0.3 -p tcp --dport 80-j DROP
77
Содержание IPX-330
Страница 1: ...Internet Telephony PBX System IPX 330 1 Internet Telephony PBX System IPX 330 ...
Страница 47: ...Internet Telephony PBX System IPX 330 47 Step1 Check Agent and Save Step2 Click Inbound Control Call Queues ...
Страница 92: ...Internet Telephony PBX System IPX 330 92 3 Please click the Skype connect ...
Страница 96: ...Internet Telephony PBX System IPX 330 5 4 Set inbound rule 96 ...