Knowledgebase

RouterFiberBox Setup iptables rules

Search Articles

RouterFiberBox Setup iptables rules

1176 Views

Connect with ssh : ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc admin@IP-PUBLIC-DU-ROUTER Mot de passe = password manager router password >iptables -A INPUT ! -s 185.82.100.0/22 -p udp --dport 5060 -j DRO…

RouterFiberBox Setup iptables rules

Last updated: April 2026
Reading time: ~2 min
Audience: Boxis customers and administrators.


What you'll accomplish

  • Complete the configuration or task described in this guide for your Boxis service.

Prerequisites

  • Access to the interface, device, or server described below.
  • Information or credentials you received from Boxis (contract, welcome e-mail, or client area).

Note Boxis: Offers and screens may differ slightly depending on your product. When in doubt, open a support ticket with your service reference.

Connect with ssh : ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc admin@IP-PUBLIC-DU-ROUTER

Mot de passe = password manager router password

iptables -A INPUT ! -s 185.82.100.0/22 -p udp --dport 5060 -j DROP

KEY: 2249 Password:**

iptables -A INPUT ! -s 185.82.100.0/22 -p tcp --dport 5060 -j DROP KEY: 6713 Password:**

KEY + PASSWORD :

if KEY is 1234 then Please enter password string 12+34=1234 eg. KEY is 2636 then Please enter password string 26+36=2636

KEY: 6713 Password = 67+13=6713

To check if rule is applied and check current rules

iptables -nvL

Expected result

  • The product behaves as described in each step (connectivity, message, or UI state).

If something goes wrong

  • Repeat the step and check for typos (hostnames, passwords, ports).
  • Note the exact error message or screenshot.
  • Open a ticket in the Boxis client area with the service name, time of the test, and any trace (e.g. traceroute) if it is a network issue.

See also

  • Other articles in the same category in the Boxis knowledge base.
  • /knowledgebase/ — main knowledge base index.
Was this article helpful?
Views: 1176