FOOD FOR THOUGHT RentPBX 13-13 & Enchilada

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,168
Reaction score
5,199
Try adding the following rules to /usr/local/sbin/iptables-custom and then iptables-restart:
Code:
/usr/sbin/iptables -I INPUT -p tcp -m tcp --dport 2000 -j DROP
/usr/sbin/iptables -I INPUT -p udp -m udp --dport 2000 -j DROP
 

phonebuff

Guru
Joined
Feb 7, 2008
Messages
1,115
Reaction score
129
Okay, I need to just close up and take the weekend off.

Ward in the iptables-custom within the rules you built for traveling man three are both of these entries --

I have no idea why I didn't see them before, but I am commenting them out now --

An that solved that issue -

Code:
# Here are the basic rules for Travelin' Man 3 that are not included in /etc/sysconfig/iptables
/usr/sbin/iptables -A INPUT -p udp -m udp --sport 53 --dport 9999:65535 -j ACCEPT
/usr/sbin/iptables -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
/usr/sbin/iptables -A INPUT -p icmp -m icmp --icmp-type 3 -j ACCEPT
/usr/sbin/iptables -A INPUT -p icmp -m icmp --icmp-type 4 -j ACCEPT
/usr/sbin/iptables -A INPUT -p icmp -m icmp --icmp-type 11 -j ACCEPT
/usr/sbin/iptables -A INPUT -p icmp -m icmp --icmp-type 12 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 113 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 1723 -j ACCEPT
#/usr/sbin/iptables -A INPUT -p udp -m udp --dport 4569 -j ACCEPT
#/usr/sbin/iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 32976 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 4445 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp --dport 123 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp --dport 5353 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 2000 -j ACCEPT
/usr/sbin/iptables -A INPUT -p tcp -m tcp --dport 8000 -j ACCEPT
 
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top