Recent content by Jnicks

  1. Need Help Configuring Firewall

    Ah ok, So I disabled my hosts firewall rules, ran the firewall checker and it worked! Now I am going to add restrictions back into my hosts firewall rules. I think thats it?
  2. Need Help Configuring Firewall

    Thanks. I have opened port 5060, and white listed my SIP trunk IP range, my IP and the servers IP. Still getting a full cone error. I do want to limit it to IP, what else am I missing?
  3. Need Help Configuring Firewall

    Is it safe to disable iptables all together and just use the firewall provided by my hosting provider? I am sort of hesitant to disable iptables, but if the hosting firewall is good enough!
  4. Need Help Configuring Firewall

    Hello, Using Debian IPTABLES to configure my firewall. When I run the firewall check, I get a full cone test failed. Am I on the right track here using the following rules, what changes should I make? #IP Tables Setup sudo iptables -A INPUT -m state --state INVALID -j REJECT sudo iptables -A...