This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Astaro and home network management.

With my home network growing, I find myself sometimes spending way too much time in Astaro trying to juggle all the devices I have on my network; setting up a fixed ip/device name in dns, firewall rules, etc. I've read up abit on this and it seems like a Active Directory server would integrate well with Astaro to help manage the device names and ip addresses (eg, the DNS server in a Windows server can automatically be updated when a device connects, so that the device ip can be resolved by a simple name in the network).

However, I have a very mixed home network (Iphones/pad, Androids, XBoxs, set top boxes, VMs, etc), and most of the PCs are not capable of joining a AD domain (nor do I really need to manage logins/resources/permission), so that idea is pretty much out the window.

Is there a simple way to manage so many devices along with their ip/name in Astaro, or am I stuck manually editing dns/names and rules? I'm getting very close to the 50 ip limit (never thought that would happen :eek[:)], and trying to remember IPs instead of a simple name is getting bothersome.


This thread was automatically locked due to age.
  • I just bit the bullet and assigned them all when I moved my UTM into production mode.  I really dont have to mess with it too much now.  I just went to the DHCP lease tab and set up static entries from there.
  • Just a quick idea:

    1. Build physical or virtual Windows server in a Workgroup (no AD). Install DNS service on it, create a new DNS zone (myhome.local or similar) and enable Dynamic update (scrshot 1).
    2. Create a firewall rule on UTM that allows DNS queries from Server IP to Internet.
    3. Create new DNS Request Route on UTM for myhome.local to point to Server IP.
    4. Set Server IP as a DNS server for all devices in DHCP or manually for hosts with static IPs.
    5. For Windows PC computers, go to IP properties -> Advanced -> DNS and set myhome.local in DNS suffix field. Make sure that checkbox "Register this connection..." is checked (screenshot 2).
    6. For other devices (phones, etc..), find if they support dynamic DNS update to custom DNS and how. Quick google search revealed that there are some applications for Android on Google play.

    Conclusion:
    If you are looking for simpler and faster solution...enter static UTM entries...[;)]
  • Is there a way to have Astaro dole out the ip via DHCP and then update the entry in Windows server DNS so that a fqdn can be resolved? I've found that doing this in Astaro leads to sometimes the name alone not working like it does with a Windows DNS (eg, I type "astaro" in Firefox, sometimes I will get the firewall, sometimes I get "cannot find server").
  • Is there a way to have Astaro dole out the ip via DHCP and then update the entry in Windows server DNS so that a fqdn can be resolved? 


    I don't think so, but Windows server is capable of that, so you could disable DHCP on UTM and configure it on this new Server (scrshot).
  • I am curious here about why you have to spend so much time managing a home network so much.  Is this a parent/child thing in the household where you are trying to manage the user, as not so much the device?  If so, managing the device would be moot, as your user you want to manage can go around whatever restrictions are in place by using a different device.  Managing the user may be a tad easier in UTM.
  • I do it for most of my devices so that when I see an IPS or other log entry, I can quickly find which device it was.

    Barry
  • I'm spending alot of time tracking down hardware when I find alot of entries in the firewall log going to on particular ip. Also, doing some upgrades to my ESXi box and will be switching all the VMs from one box, to another, but will also need to drop one box after the switch.

    What I find time consuming is how I have to add an entry in by for each and every ip address just so that it can resolve to a name. It wasn't a pita when I was just minding my own hardware (my PC and a couple VMs), but now with so much on the network, and nearly hitting the 50 ip mark, I need to keep everything in check. So for the last week or so, as I'm redoing the ESXi box, I'm going through the ip's and trying to figure out how best to manage it all.