Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Asterisk
  2. iptables -t filter -A INPUT -p udp --dport 5060:5061 -j ACCEPT
  3. iptables -t filter -A OUTPUT -p udp --dport 5060:5061 -j ACCEPT
  4. iptables -t filter -A INPUT -p udp --dport 10001:35000 -j ACCEPT
  5. iptables -t filter -A OUTPUT -p udp --dport 10001:35000 -j ACCEPT
  6. echo - Autoriser Asterisk [ok]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement