Recent content by kampstra

  1. K

    Blue Iris hacked?

    In networking there are always multiple ways to do something, some are quick and easy and some require some extra leg work. The approach I mentioned to add a static route is a simple way to quickly block someone that is hacking your box. It's not a long term fix. If they are on a dynamic IP...
  2. K

    Blue Iris hacked?

    @Warsaws - I'm not sure I follow how a VPN will solve the problem. He has someone randomly connecting to his server. The VPN will only be effective if he first blocks all internet access to the box and then permits the VPN traffic to it. Then he will need to run a VPN client on any mobile...
  3. K

    Blue Iris hacked?

    If the same IP addressing is appearing repeatedly there is a very easy way to stop them. Add a static routing entry on the server that routes that address to your server, which will block them from accessing your server. By default, all traffic that is not local to the network is sent to the...