Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. petter
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    petter

    @petter

    2
    Reputation
    2
    Posts
    223
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    petter Follow

    Best posts made by petter

    • Car Automation

      Hi, im starting a project now to automate my car. (Old Toyota SUV)
      at home im using Vera Z-wave + Arduino integration, in the car i was thinking to use RPI with OpenHAB and OpenRemote + Android Car PC. reason why i want to use OpenHAB and OpenRemote is because its easy to design stuff in OpenRemote and it looks really good. But OpenRemote lack easy integration with Arduino (Arduino will run all of my sensors:) ) things that i want to integrate in the car is: light sensor, for dimming the light automatically when it detects a passing car, automatically turn on the 1000M light if the passing car dont turn of their lights, reversing radar/ radar to detect blind spots (going to use ultrasound for that): ME007-ULS V1 Waterproof Ultrasonic Sensor
      this is from 8cm-8m, control all lights in the car, differential locker, AC, door lock, windows, mirrors, ignition etc. attached is a picture of the interface im designing in OpenRemote. i havent added any switches or anything else to it yet, just the layout. i will add all the equipment to the car in the UI to make it appear as in real life to make a nice visual look in the app. does anyone have some other tips on what other stuff i should implement or add?
      i also want to make a GPS speedometer on the RPI, but i think its hard so i want focus on that. My car is from 1995 so i cant use OBD2/1 😞 0_1456325928869_Screen Shot 2016-02-24 at 09.41.57.png

      thanks in advance 🙂

      posted in My Project
      petter
      petter
    • RE: Advisory: put IOT devices on a separate LAN/vLAN for better security

      as noted before you should always move IoT stuff on a own VLAN, for security purposes you should always segregate traffic as much as possible and create different security zones.
      This will allow to control traffic flow with firewall rules and other systems such as IDS/IPS.
      The Firewall rules controls what traffic you allow between the zones, and an IDS will control and verify that traffic. They can scan the content of a data packet and look at the content of the message or recognize applications (such as SSH over port 80 as an example)

      back to your question, yes PfSense is a great "enterprise grade" firewall which gives you the toolset you need such as:

      • Firewall rules between zones/subnets
      • 2 different IDPS systems (Snort & Suricata)
      • DNS filtering & interception
      • RADIUS server for mac filtering, 802.1x EAP-TLS etc.
      • IGMP proxy and mDNS services for stuff like Sonos speakers etc.

      so the firewall gives you the ability to control and verify the traffic, however it offers no correlation, intelligence and management. for that you use something called a SIEM (Security Information Event Management) A SIEM will capture all the logs from your firewall, switches, endpoints, mirrored traffic etc. and do correlation and analysis.

      let say you have an outgoing HTTPS connection which you allowed in your firewall, (your IDS wont be able to analyze the content unless you decrypt the traffic which may break stuff). the only thing your IDS see is $&$#$&%^%*%$%^ a.k.a garbage. with a SIEM you can get open source threat intelligence etc. which will generate an alert IF a connection is made to a compromised IP/domain. A great example on a open source SIEM is Alienvault OSSIM. its an all-in-one and easy to install. Im running it as VM's in my system, together with PfSense (also VM) and some other firewalls.

      If you do choose to use VM's you should use ESXi as a hypervisor. this is free, very reliable and it is what most businesses are using in their server room or datacenters. on my PfSense VM I get about 800-900 Mb/s throughput with 1 IDS enabled, so if you set it up correctly you will get the performance you need.

      posted in General Discussion
      petter
      petter

    Latest posts made by petter

    • RE: Advisory: put IOT devices on a separate LAN/vLAN for better security

      as noted before you should always move IoT stuff on a own VLAN, for security purposes you should always segregate traffic as much as possible and create different security zones.
      This will allow to control traffic flow with firewall rules and other systems such as IDS/IPS.
      The Firewall rules controls what traffic you allow between the zones, and an IDS will control and verify that traffic. They can scan the content of a data packet and look at the content of the message or recognize applications (such as SSH over port 80 as an example)

      back to your question, yes PfSense is a great "enterprise grade" firewall which gives you the toolset you need such as:

      • Firewall rules between zones/subnets
      • 2 different IDPS systems (Snort & Suricata)
      • DNS filtering & interception
      • RADIUS server for mac filtering, 802.1x EAP-TLS etc.
      • IGMP proxy and mDNS services for stuff like Sonos speakers etc.

      so the firewall gives you the ability to control and verify the traffic, however it offers no correlation, intelligence and management. for that you use something called a SIEM (Security Information Event Management) A SIEM will capture all the logs from your firewall, switches, endpoints, mirrored traffic etc. and do correlation and analysis.

      let say you have an outgoing HTTPS connection which you allowed in your firewall, (your IDS wont be able to analyze the content unless you decrypt the traffic which may break stuff). the only thing your IDS see is $&$#$&%^%*%$%^ a.k.a garbage. with a SIEM you can get open source threat intelligence etc. which will generate an alert IF a connection is made to a compromised IP/domain. A great example on a open source SIEM is Alienvault OSSIM. its an all-in-one and easy to install. Im running it as VM's in my system, together with PfSense (also VM) and some other firewalls.

      If you do choose to use VM's you should use ESXi as a hypervisor. this is free, very reliable and it is what most businesses are using in their server room or datacenters. on my PfSense VM I get about 800-900 Mb/s throughput with 1 IDS enabled, so if you set it up correctly you will get the performance you need.

      posted in General Discussion
      petter
      petter
    • Car Automation

      Hi, im starting a project now to automate my car. (Old Toyota SUV)
      at home im using Vera Z-wave + Arduino integration, in the car i was thinking to use RPI with OpenHAB and OpenRemote + Android Car PC. reason why i want to use OpenHAB and OpenRemote is because its easy to design stuff in OpenRemote and it looks really good. But OpenRemote lack easy integration with Arduino (Arduino will run all of my sensors:) ) things that i want to integrate in the car is: light sensor, for dimming the light automatically when it detects a passing car, automatically turn on the 1000M light if the passing car dont turn of their lights, reversing radar/ radar to detect blind spots (going to use ultrasound for that): ME007-ULS V1 Waterproof Ultrasonic Sensor
      this is from 8cm-8m, control all lights in the car, differential locker, AC, door lock, windows, mirrors, ignition etc. attached is a picture of the interface im designing in OpenRemote. i havent added any switches or anything else to it yet, just the layout. i will add all the equipment to the car in the UI to make it appear as in real life to make a nice visual look in the app. does anyone have some other tips on what other stuff i should implement or add?
      i also want to make a GPS speedometer on the RPI, but i think its hard so i want focus on that. My car is from 1995 so i cant use OBD2/1 😞 0_1456325928869_Screen Shot 2016-02-24 at 09.41.57.png

      thanks in advance 🙂

      posted in My Project
      petter
      petter