17
Jan2018
Comments Off on IoT Devices and Network Security
IoT Devices and Network Security

Image credits: isBuzzNews
Consumer grade hardware and custom firmware
This is the first option that we talked about. Here you could go with a router like the Asus AC-RT66U or the Linksys WRT series, but make sure to do your due diligence and confirm that the router you have or you want to get is supported. This includes reading the forums on other users that have setup these routers to see if they have run into issues or not. Here are some of your options for custom firmware:- DD-WRT – This is perhaps the most popular option and the one with the widest support for consumer grade routers. Its UI layout is smart enough that basic setup should be a breeze, but it is capable of so much more if you spend the time to dig into it.
- Tomato – This one has a few versions, but I’ve linked to the more popular version of it. This is like DD-WRT on Steriods since it also provides you live refresh and better statistics tracking right out of the box.
- Advanced Tomato – This is the same as Tomato but with much nicer UI. I really enjoyed using this briefly. If you like Tomato, you’e gonna love this.
- OpenWRT / LEDE – LEDE was a fork of OpenWRT, but they have recently announced that they are merging again. This has the least number of supported devices and relieves are less frequent, but if you know your networking, its the best option. This is the only one that includes a package manager UI to you can add other packages easily through the UI. This also makes it easier to add functionality that the other firmwares may not provide out of the box.
Business grade hardware
As a stepping stone, I recommend you play around by installing one of the custom firmwares mentioned previously on the router that you have so you get familiar with the concepts, and once you get fed up of fighting to get things working, you move up to business grade hardware. I am assuming that you are not reading this far unless you’re a noob. The options here are endless and so are the expenses, so I’ll stick to the option that I’ve had experience with (installing at costomer locations), which gives you a big bang for the buck. Ubiquiti! They provide a range of wired and wireless products that are pretty much in line with high end consumer devices in price, but from a stability and functionality perspective, they are flawless (as much as can be). For example, an Edge Router Lite 3 plus a Unifi AC Pro model can cost less than a Linksys Max-Stream AC4000 MU-MIMO Wi-Fi Tri-Band Router and provide way more functionality and most probably better performance. Setting up a network in a 2700sq.ft. space, I ended up replacing two wireless routers, with just the one Unifi AC Pro. Of course had to use the Edge Router Lite as well since the Unifi by itself does not have everything you need, and you may need a (managed) switch as well if setting up a more complex VLAN. The one downside to the Unifi line of products is that they require a controller software be running on a PC or the cloud key so you can control them (i.e. there is no web interface without the controller software), but still this is a great setup.The Network
Now the real part. As Spiderman’s wise uncle Ben said, “With great power comes great responsibility.” So the more smart devices you have (more power), the more you need to be careful (responsible). There have been numerous articles about many smart devices that have been either communicating in the open (intentionally or otherwise) or are left open to hacking, so it only makes sense to separate these devices from the rest of your network. We’ll start with the base setup and then make things more complicated optionally.
- VLAN 10 is the business/home network. Computers and devices on this network have full internet access, as well as full access to the IoT network (VLAN 20).
- VLAN 20 is the IoT network. This network is isolated from both the business/home network and the guest network. You could provide full internet access to this network or optionally limit access here as well to well known protocols like HTTP/S, DNS, NTP, etc.
- VLAN 30 is the guest network which should not have access to either of the other networks; just Internet. Again, internet access here could be limited to just a few protocols as well. You could further protect yourself and your guests by using the AP isolation feature of your Wireless Access Point if it has it.
15
Dec2010
Comments Off on Simplest way to keep your passwords secure on OSX
Simplest way to keep your passwords secure on OSX
Over the years I have heard from many folks that want to keep one master password and then store other passwords secure using the master password. As our dependence on the internet grows and everything goes online, this is becoming more and more of an issue. Many places have policies for passwords that cannot be repeated and have to be changed frequently, and the average user these day will have a dozen passwords to remember. Its not easy…..specially if you don’t want them all to be 1234567 🙂
My solution has always been to use patterned passwords that somehow relate to each site, but also have a common element that is the same for all sites. This way, so long as I remember my pattern, I can have infinitely different passwords and they can be very complex. Using foreign words also helps make the passwords just that much more secure. Alas, even this approach has reached its limites for me and I am now at a point where I am frequently clicking the ‘Forgot password’ link.
That is why when I came across 1Password 3, I was pretty ecstatic. Its a solid program with a whole lot of integration options so you won’t even have to type in those passwords anymore. It costs $39.95 for a single license but it was way more than I needed. In any case, I had been debating purchasing it, until I ran into keychain issues on my OSX and had to toy around with the keychain for the first time and there it was.
The OSX keychain has all of this functionality built in. It can keep track of passwords, certificates and notes, which was all I needed. So if you don’t need the integrations and extra features that 1Password offers, the next best alternative is to use the Keychain Access tool that comes with OSX.
Be sure to go to its preferences and set it to show status in the Menu Bar. That makes it much easier to access. read more

