Asterisk logolás szintjének megemelése
- On the command prompt type: asterisk -r
- In the asterisk command line interface type: core set verbose 128
- Additionally, you can also type: core set debug 128
Trixbox tűzfal mögött
Tűzfalbeállítások Asterisk-hez
http://www.voip-info.org/wiki/view/Asterisk+firewall+rules
Code Block | ||||
---|---|---|---|---|
| ||||
# SIP on UDP port 5060. Other SIP servers may need TCP port 5060 as well iptables -A INPUT -p udp -m udp --dport 5060 -j ACCEPT # IAX2- the IAX protocol iptables -A INPUT -p udp -m udp --dport 4569 -j ACCEPT # IAX - most have switched to IAX v2, or ought to iptables -A INPUT -p udp -m udp --dport 5036 -j ACCEPT # RTP - the media stream iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT # MGCP - if you use media gateway control protocol in your configuration iptables -A INPUT -p udp -m udp --dport 2727 -j ACCEPT |
Portech MV-372
Mobile to Lan szabályt a következők szerint kell beállítani
...
http://www.powermediasrl.it/fsn/portech-mv-372-con-asterisktrixboxelastix.html
Linksys SPA3102
Az eszköz trixbox rendszerhez történő illesztését az itt található leírás alapján végezhetjük el egyszerűen
fail2ban telepítése Trixbox alá
First we are going to install the rpmforge repository and use the fail2ban package from there -
...
Code Block |
---|
sed -i 's/ignoreip = /ignoreip = 123.123.123.123 /' /etc/fail2ban/jail.conf service fail2ban restart |
2.8.0.4-es trixbox függőségi probléma upgrade után
rpm -e --nodeps c-ares
rpm -e --nodeps sipsak
yum install sipsak
yum install c-ares
Biztonság
http://sysadminman.net/blog/2009/hacking-and-securing-your-asterisk-server-592