Recent content by tech_junkie

  1. T

    How insecure is port forwarding for Blue Iris if you have an incredibly strong password?

    The sites that people use like noip are scanned and clients attacked. That is why port forwarding is bad. Splitting the wan and giving it its own outside address is a better method of self hosting. VPNs, they are safe to a point.
  2. T

    Anyone run 2 ethernet wires through the junction box grommet?

    That is why I drill a 3/4 inch hole and run the cable in the attic. Rarely I have used surface mount in a install, but when I did I used flat conduit as it has a better clean line look than attaching a wire every 16 inches to a flat surface. On eaves I shoot for about half way from the wall...
  3. T

    Building separate networks for home use

    Its all in application. But I would assign a different outside IP for camera hosting instead of port forwarding on my home network. Not only i remove potential hacking from having a different IP address, I wouldn't have the performance hit either. In town I have only set up 3 businesses that...
  4. T

    Building separate networks for home use

    What you have is similar but it operates differently. What happens when you lease an IP or two (sometimes you even have to lease four ip addresses, depends on how the local isp sells them ) is that those IP addresses are assigned at your routers. And instead of sharing bandwidth, you are...
  5. T

    Cameras and browser

    One thing you can't do on some cameras is run concurrent connections from the same computer, because its already logged in at a different service port. There are some that only allow one login on a service port or you have to configure multiple users for that function to work. Its just something...
  6. T

    POE testing to see if Cable is bad?

    I will tell you the common thing you should change out arbitrarily when you loose connection over time is the RJ-45 ends on the POE Ethernet cables. Its best to use the old style end than the feed through because the feed through design has a higher failure rate outside. Long runs will shorten...
  7. T

    ZeroTier and Dual Nic

    The pitfalls of self signed certificates is well documented and the standard practice to deploy Public TLS/SSL CA Certificates with these programs when you apply the internet to them. Ignore me if you want, but its your own fault if you get hacked.
  8. T

    ZeroTier and Dual Nic

    NEVER underestimate a hacker. Especially advanced ones that can make efficient automatic code and pass it around to other hackers.
  9. T

    ZeroTier and Dual Nic

    Then they need to repair it and others publish the CVE and boycott their products until they comply. It is ludicrous to cover for them by hiding a vulnerable system and not say anything about it.
  10. T

    Long outdoors netwok cable run

    Believe me, some of this when you are going into the hardware level and trying to explain it in a concise way to a general audience, its hard not to appear vague.
  11. T

    Is ZoneMinder still being actively developed?

    So you are trying to consolidate viewing into one page, correct? a lot of them have send alerts via email so that theoretically can be used and have it forward into your openHAB (which looks like a raspberry pi 4) In your custom web page, you would use the <object> html tag for each camera. you...
  12. T

    Is ZoneMinder still being actively developed?

    Sounds interesting, what cameras you are using? With linux, all you have to do is create an internal webpage and assemble your functional code. The bulk of these camera viewing software is web2.0 so they are not making real programs for remote viewing and using ASP.net for their programing...
  13. T

    ZeroTier and Dual Nic

    Zerotier by its self 'Phones home' and OpenVPN uses self sign certificates so its suseptible to MTM attacks. Unless the NVR uses poor authentication methods, There is nothing wrong with serving a NVR on its own outside IP address with a public CA certificate. Which is the real secure method.
  14. T

    Long outdoors netwok cable run

    That is because people can explain the same function in different ways and even different PSE controller IC datasheets will explain the same thing in different ways. Here is an IC that is used in 8 port POE switches: https://www.ti.com/lit/gpn/tps23881b They explain it as a "current fold back...
  15. T

    Setting up VPN/VLAN and Dual NIC

    Like I said both methods are valid. The difference is one is by vlan and the other is by a bridge router. Since they want to know how to set it up without configuring any VLANs I showed them those examples.