Skip to content

Open Ports in Router (Router Scenario)

wifiBlocker EUROPE edited this page Nov 11, 2024 · 3 revisions

When iBlocker is connected to the Internet router via eth, and in case the user need to access his camera (e.g. http://your_name.freemyip.com:port) he could follow below steps:

  1. Load https://freemyip.com/ and claim your domain: your_name.freemyip.com and go to "How to use it" -> Linux or Raspbian

  2. Copy the displayed command:

(crontab -l;echo "*/21 * * * * curl \"https://freemyip.com/update?token=3dc1blablabla48b&domain=your_name.freemyip.com\">/dev/null 2>&1")|crontab -
  1. Use above command in an iBlocker console (as root).

You will see the curl command added in "crontab -l".

  1. Login to your router and assign an external port (e.g. 8085) which points to 8081.

Then user could access his camera from everywhere, via http://your_name.freemyip.com:8085

For a Fritzbox user should go to Internet->Permit Access->Add device for sharing->New Sharing->Port Sharing->Tcp->8081 as Port to device and 8085 as Port requested externally.

-----------------------------------//-----------------------------------------

Clone this wiki locally