Mac Mini vs router + server

Hi,
I'm doing some research about the benefits or the Mac Mini with server.
What im aiming for is buying a Mac mini, install OS X Server on it. Connect it directly to the modem and use the Mac mini as a wifi router with built in server options. Integrate it with a firewall and VPN with my devices.
Id like to have some opinion from the hardcore apple users.
Is the wireless card strong enough to compete with a router?
Would the security a router provides be stronger and safer than a server with additional firewall and antivirus software?
Is it possible to tunnel my VPN connection from my iDevices from outside the local network (like 4LTE, 3G, Wifi at a friends house) to my VPN server at home, continued by tunneling my VPN from the server at home (Mac Mini) to my paid VPN Server (company)
Would it be possible to connect with my iDevices to my Mac Mini and use it as a regular computer, even outside of the home network?
I assume that I can externally expand the storage capacity by plugging in an external HDD through USB or Thunderbolt, is this correct?
Can I setup Time Machine on the server to save backups from my MacBooks?
I want to setup my own cloud so I have all my photos, documents and videos in one place, compared to limited storage (unless paid) on Cloud companies. Is it possible to setup my iDevices so they store new pictures and videos in my cloud at home, instead of the iCloud Dive space
What I would like to accomplish with this is creating a single device that provides several purposes related with my iDevices, in and outside it's network.
Including:
Serve as a Wifi router to provide the SSID
VPN service (within and from outside the SSID)
Cloud Storage available to my iDevices (within and from outside the SSID)
Time Machine
Is all of this realistic? What are the downsides of setting it up like this, vs a router with a server connected to it.
Thanks in advance
Mark

I'll bite.
I will preface this by saying that I am not a fan of OS X as a NAT device.  Apple removed all easy configuration back with the release of 10.7.  While it still can be done, you really must have a passion for tinkering to make it work.  Now, there is IceFloor.  If you are considering using the Mac as the NAT device, then IceFloor can ease the pain of configuration.  That being said, I still believe that it is best to isolate and separate your devices into distinct roles.  A firewall is designed to be a firewall.  It does that job and does it solely well.  OS X Server is a general purpose server.  It is capable of many things but it does not necessarily excel at being a NAT appliance.  Also, firewalls are generally easier to setup and configure than OS X Server when considering NAT roles and policies.
All that being said, OS X Server is a capable and very affordable solution that works exceptionally well for all Apple environments.
Before continuing, I should point out that you should investigate your residential ISP's policies regarding hosting services.  If you are in the US, there are many ISPs that block http and smtp on residential services.  Some block additional ports.  Plus, if you have a dynamic service then you likely should be looking at dynamic DNS to ensure that you can always reach your server.  If you have a dynamic service, this is all the more reason to put OS X Server behind a firewall appliance.  OS X, especially for services like Open Directory, Profile Manager, and others, really only work properly when the server has a fixed IP address.  If this is not possible on primary route connection, you will struggle with certain services.  Placing the device on a LAN and allowing a firewall to handle everything else is a much better solution.
1:  Is the wireless card strong enough to compete with a router?
Get a $99 airport express.  You will be happier.
2:  Would the security a router provides be stronger and safer than a server with additional firewall and antivirus software?
This is arguing between 6 in one hand and a half dozen in the other.  Two identically configured solutions result in the same level of security.  Or lack thereof.  The nice part about a firewall is that it assumes everything is bad unless you explicitly allow it.  With OS X, it generally thinks everything is good unless you explicitly deny it.  (this is a gross simplification of the situation so you weigh your options)  A firewall appliance will likely provide additional services that are easy to configure and also provide more logging and reporting regarding what is happening.  Again, I am partial to the firewall.
3: Is it possible to tunnel my VPN connection from my iDevices from outside the local network (like 4LTE, 3G, Wifi at a friends house) to my VPN server at home, continued by tunneling my VPN from the server at home (Mac Mini) to my paid VPN Server (company)
So, you want to be out of your house, create a VPN into your home network, and then be able to traverse to your office?  Why not connect direct to the office?  How does routing through your home benefit the situation?  Regardless, anything is possible.  But, the tunnel from your home to the office would need to be built and persistent.  Thus, you can remote into your home network.  Let's say your home network is 10.0.20.0/24 and your office is 172.16.0.1/24.  Your home would build a tunnel to the office.  Then the VPN service would advertise the 172.16.0.1/24 route (as well as the 10.0.20.0/24 network) to the client devices, allowing them to access resources on both networks.  Then you can request resources on your company network because the route will be provided by the VPN connection.
4: Would it be possible to connect with my iDevices to my Mac Mini and use it as a regular computer, even outside of the home network?
This is another one of my dislikes.  Everything has a role and a purpose.  Your server is a server, not a workstations.  Workstations get rebooted, generally are updated more frequently, run various software and perform varied tasks.  Servers have a narrower purpose.  I am not a fan of using a server as a workstation.  This gets particularly muddy of you are doing file services or need services than must loop back to the server itself.  Can you use the server as a workstation?  Sure, what is stopping you.  Should you?  In my opinion, no.  Let a Firewall be a firewall.  Let a server be a server.  Let a workstation be a workstation.  Together, they will live in harmony.
5:  I assume that I can externally expand the storage capacity by plugging in an external HDD through USB or Thunderbolt, is this correct?
Yes.  Thunderbolt is fast.  USB 3 is not terrible.  Stay away from Firewire at this point.  Get something that supports RAID.  Remember, RAID is not backup.  All it does is provide drive level redundancy.
6:  Can I setup Time Machine on the server to save backups from my MacBooks?
Yes.  OS X Server provides Time Machine server.  Figure out what you want to backup (data only or the whole drive) and then calculate a capacity requirement.  While not as critical as in the past, I still prefer isolating Time Machine backup volumes.  I tend not to storage any other data there.
7:  I want to setup my own cloud so I have all my photos, documents and videos in one place, compared to limited storage (unless paid) on Cloud companies. Is it possible to setup my iDevices so they store new pictures and videos in my cloud at home, instead of the iCloud Dive space
Hmm.  So, ah.  No.  Yes.  Well not really.  Not easy like iCloud.  That is integrated and generally "just works."  There is nothing stopping you from manually storing all your content in this location and then sharing it out.  But there is no way to redirect an image from your phone to magically appear on your own server.  Unless you are using photo stream and you have iPhoto set up on the server.  But then we get back to the workstation vs server argument I just had with myself and around I go in a circle.  You can create your own storage.  But there is effort here.  You have WebDAV, Portfolio/Cumulus, and other services and solutions.
So to wrap up...
Serve as a Wifi router to provide the SSID
VPN service (within and from outside the SSID)
Cloud Storage available to my iDevices (within and from outside the SSID)
Time Machine
Using the internal WiFi will only frustrate you.  Get an access point and you will get better coverage, better control, and more features.  OS X supports two VPN types.  PPTP and L2TP.  Both will work through a NAT.  Both are natively supported on OS X and iOS.  Building your own Cloud is the most daunting and vague area.  And Time Machine is cake.
Is all of this realistic? What are the downsides of setting it up like this, vs a router with a server connected to it.
Is building a server sitting on a LAN with a firewall realistic?  It is done everyday and nearly every network is doing the same thing.  All of the above is my take on the topic but I focus on businesses and organizations.  These types of setups get a firewall.  Then the server is protected behind an umbrella of protection.  If you go the mini alone route, you have lower cost by higher difficulty.  If you get the individual pieces then you have higher cost but simpler setup and management.
Hope this helps.  Once again, too much information.  Had a moment of quiet.
Reid
Apple Consultants Network
Author "Yosemite Server – Foundation Services" :: Exclusively available in Apple's iBooks Store
Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store
Author "Mavericks Server – Control and Collaboration" :: Exclusively available in Apple's iBooks Store

Similar Messages

  • How do I set up my Time Machine and Mac Mini with Lion Server so i have one wifi loop in the house?

    HELP!
    So I have had a Time Machine wifi loop at the house for approx. 6 years. I run two Macbooks, 2 iPhones, 2 iTouch and a Samsung Smart Blueray on the loop.
    I just bought a Mac Mini with Lion Server. When setting it up I'm not sure what or how I managed to do, but I now have 2 wifi loops, one doesn't lock and niether will support the Samsung BlueRay. Also, each time I want to go online with one of the other Mac devices i have to relog into the wifi loop.
    Can someone please walk me through the fix. The mac Mini is plugged straight into the Time Machine to recevie its internet connection.
    Thanks!
    John

    You often see this limit of 10 clients in wireless hotspots but I have yet to see it in an adsl modem.. most strange way to pay for a service that is really irrelevant how many clients you use.
    Have a go .. I recently setup a TC to help a guy run his Roku.. and this setup worked well.. I have no idea if it can work in your case.
    Lets say the IP you get is 192.168.2.1-10 .. doesn't matter what it really is. And the adsl modem is 192.168.2.254
    (Assuming they are private addresses.. if they are public IP you can just use the DHCP and NAT. )
    But go to the airport utility.. I think you need to run v5 at least to change DNS.. but you can do the same thing in v6 using static but no dns changes.
    Now you set the IP of the TC manually.. This address might need to be in the dhcp range of the modem to work. You can set the DNS to same IP as the router address.. ie home address of the modem. Or you can use another DNS.. whatever you like.
    Then set DHCP for clients that will join.. this can then expand the scope of addresses..
    It worked without a NAT error.. although I am not sure exactly how.. on paper it should not be able to work but did.. have a go.. otherwise there is perhaps another way.. but it is complicated.
    Give us an example from a computer plugged into the modem of what IP .. subnet mask .. Gateway and DNS you get. Then I can fine tune the values for it.

  • I transferred files from a NAS server to the Mac Mini Snow Leopard Server and now some of the files have Custom Access and can't  be opened by some users.  How do I fix this?

    We're setting up our Mac Mini Snow Leopard Server, and in the process transferred files that had been stored and accessed from our Blackarmor NAS server over to the Mac.  These files were all created on PC's and are Office Excel files, WordPerfect files or PDF's.  When you look at the files on the Mac from the Mac and bring up Get Info for the affected file, it says that the file has Custom Access.  The files that work properly don't have that configuration.  I can access and open the files on some computers, but some users can't open the files from their computer even though they can see it.  We're all using PC's and they get the Error:  Access Denied-Contact your administrator--or something similar.  I've seen on the web similar issues and it may have something to do with ACL permissions.  I don't know enough about Mac OS to understand this, but what is baffling is that they can be opened from some PC's but not others, and all of the Users have the same accessibility to the files.  Thanks for a solution!!

    Oh, on the losing Internet, try this...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    PS. Your English is quite good & completely understandable.

  • I want to use a mac mini as a server supporting storage. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I want to use a mac mini as a server supporting storage. I have other devices such as an iMac and iPad that will access information from the server. I do not want to purchase a monitor and keyboard as the unit will sit in a cupboard out of sight. Can I pair my macair to it for when I need to perform updates and maintenance ?

    I have a 2010 Mac Mini running Yosemite and Server which I use
    as a headless home server.
    I have is set up to allow screen sharing and can connect to it and
    control it with my iMac, Macbook Pro, iPhone, and a 2011 Mini Server
    that I use as an HTPC.
    You can check this out for all the Yosemite Server capabilities:
    https://help.apple.com/advancedserveradmin/mac/4.0/
    I have iTunes Home Sharing set up on it and have my entire iTunes
    library on it.  I can then use any of my Macs to play Movies or Songs
    from it and only keep locally a select subset of that on my individual
    devices.
    Rather than and update server, I utilize Server's Caching Service.  The caching
    server will duplicate any update download (system or MacApp Store purchases)
    any time a device that is connected to my network down loads one.  The update will
    then be stored locally and all other devices will download the update from it which
    can be faster than from Apple directly.  This has the advantage of only having to download
    once with limited bandwidth internet connections.  There is also an Update Server service
    available, but it is some what more involved in setting up.  However, it will download
    and store all available updates.
    There is another thing as well if you do not care for syncing things like Contacts, Calendar, etc.
    to iCloud, you can set Server up to sync these items across devices locally.

  • Using Mac Mini running OSX Server (10.8) to host web sites on LAN

    I would like to know how to use a Mac Mini running OSX Server (10.8 ML) to host web sites on my home network (LAN).
    I am developing web sites and previously (before ML) I used my Mac Pro to 'host' the sites I was developing to test them out before publishing them to my hosting package.  That was when I was using 10.7 Lion and theer was an option in the System Preferences to turn web sharing on.
    I have since upgraded my Mac client to 10.8 ML and have configured it to do the same - even though there is no System Preferences option for web sharing any more.
    I also have a Mac Mini running on my LAN and its been upgraded to OSX Server 10.8.
    Im now trying to configure it to host the web sites I am developing but with no success.
    I thought it was just a matter of adding them as sites in the Server's Websites panel (see screen shot)
    but so far Ive had no success.
    On my Mac client I can simply add a folder in the Sites directory and then open the web site by putting http://myhost/~myuser/name-of-folder and it will load the default file in the folder e.g. index.html
    How do I achieve the 'same thing' on OSX Server?

    Hi Johnfromglenver,
    There are no Mac drivers for the HP Officejet K60 printer. Therefore it is not compatible with the Mac operating systems. Please call our technical support at 800-474-6836. If you live outside the US/Canada Region please click the link below to get the support number for your region. http://www.hp.com/cgi-bin/hpsupport/index.pl. There may be other solutions that could work for you.
    I hope this information helps.
    Advance 23
    I work on behalf of HP

  • If I install the Mail server on a Mac Mini as a server, can my users utilize Outlook as their mail client and how will it be different for them?

    If I install the Mail server on a Mac Mini as a server, can my users utilize Outlook as their mail client and how will it be different for them?

    Your users can utilize Outlook no matter where your email is hosted at.
    how will it be different for them
    different from what?

  • On a Mac mini OS X server 10.8.5 TimeMchine cannot copy 2.5 TB to a 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly

    On a Mac mini OS X server 10.8.5 TimeMachine cannot copy 2.5 TB (from a Lacie 2big Thunderbolt data disk) to another 6 TB Thunderbolt disk, runs out of space, Carbon Copy Cloner works perfectly: claiming just 2.5 TB after the copy. Thunderbolt disk is
    LaCie 2big Thunderbolt Series 6 TB

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to an abnormal backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showning, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the text field.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • I want to install Snow Leopard Server on our MacPro (2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need to purchase another copy of Snow Leopard Server?

    I want to install Snow Leopard Server on our MacPro(2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need topurchase another copy of Snow Leopard Server?

    The OS disks that are shipped with a particular product
    are set up so that tey will only install on that product.
    It will install on any Mini of that exact vintage, but that
    is all.
    This is to prevent people from doing exactly what you
    are trying to do.  The license for OSX shipped with any
    is only valid for that product.  Also, Snow Leopard,
    including Server, is only permitted to be run on one
    computer at a time.  Bottom line, unlike Lion, legally
    you cannot install the same copy on multiple
    computers unless some "family pack" or site license
    is purchased.
    Yes, you need to purchase another copy.
    The copy of Snow Leopard license is here:
    http://images.apple.com/legal/sla/docs/macosx_snowleopard.pdf

  • Mac Mini 10.6 Server startup disk size increase problem.

    Mac Mini 10.6 Server shows system startup disk sized 50GB with 20GB free. Disk utility shows partition sized 500GB with 470GB free. How can I increase size of startup volume without complete reinstall?

    Is the disk partitioned?
    Boot the operating system DVD, use Disk Utility from the Utilities menu (second screen of the installation process, just before you start the actual install) to ake a complete backup to an external disk, make a second backup (in case there's a problem with the first), wipe and repartition the internal disk (using Disk Utility), and reload.
    You'll want to consider whether you want to mirror the two disks within the box, too; to set up RAID-1 across both of the 500 GB drives in the box.  That mirroring can be established when you're wiping and repartitioning the disks.

  • Mac Mini 10.74 Server - Now Reboots Randomly

    I have been running a Mac Mini OS X Server for last 3 months without a single error.  I have 2 of them.
    Yesterday, I upgraded to 10.7.4 (from 10.7.3) and today, one of my servers has crashed twice.  Both times, it has rebooted (no Monitor attached to Mac Mini).  It is out of service for 10 mins or so.  This concerns me, as it never rebooted before 10.7.4.  Also, other Mac Mini OS X Server doesn't have an issue.
    Anyone else seeing this?
    I usuallly wait a few weeks before installing software updates on servers - but I decided to yesterday (Sunday), becuase I had some time, stupid me.

    Your Computer was restaeted because of a problem:
    Interval Since Last Panic Report:  341 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    53D8207A-7215-4C9E-829C-6803C1F51BD9
    Mon May 14 14:26:05 2012
    panic(cpu 0 caller 0xffffff80002c473a): Kernel trap at 0xffffff7f80a45b0d, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x000000000000001c, CR3: 0x0000000065087040, CR4: 0x00000000000606e0
    RAX: 0x0000000000000023, RBX: 0x0000000000000059, RCX: 0xffffff800b250e60, RDX: 0xffffff800b4458d0
    RSP: 0xffffff8090b1b7c0, RBP: 0xffffff8090b1ba00, RSI: 0x000000001dbc0ca1, RDI: 0xffffff800b4458d0
    R8:  0x00000000c0000000, R9:  0x0000000000000000, R10: 0x8000000065087040, R11: 0xffffff80002da800
    R12: 0xffffff800b6aaf80, R13: 0x0000000000000000, R14: 0xffffff800b250fb8, R15: 0xffffff8090b1b9b0
    RFL: 0x0000000000010246, RIP: 0xffffff7f80a45b0d, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x000000000000001c, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8090b1b470 : 0xffffff8000220792
    0xffffff8090b1b4f0 : 0xffffff80002c473a
    0xffffff8090b1b6a0 : 0xffffff80002da0cd
    0xffffff8090b1b6c0 : 0xffffff7f80a45b0d
    0xffffff8090b1ba00 : 0xffffff7f80a46f42
    0xffffff8090b1ba40 : 0xffffff800052ca84
    0xffffff8090b1baa0 : 0xffffff80002fb9dc
    0xffffff8090b1baf0 : 0xffffff8000313e06
    0xffffff8090b1bb90 : 0xffffff800030c990
    0xffffff8090b1bc50 : 0xffffff800030cf0e
    0xffffff8090b1bf50 : 0xffffff80005cd61b
    0xffffff8090b1bfb0 : 0xffffff80002daa13
          Kernel Extensions in backtrace:
             com.sophos.kext.sav(8.0.2)[A5921E10-F693-9290-D24E-EE5A71E052FA]@0xffffff7f80a4 4000->0xffffff7f80a48fff
    BSD process name corresponding to current thread: swupd_syncd
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: Macmini5,3 (Mac-7BA5B2794B2CDB12)
    System uptime in nanoseconds: 665441042873
    last loaded kext at 49497389968: com.apple.driver.AppleHWSensor    1.9.5d0 (addr 0xffffff7f817ca000, size 28672)
    last unloaded kext at 120643119541: com.apple.driver.AppleUSBUHCI    4.4.5 (addr 0xffffff7f80a34000, size 65536)
    loaded kexts:
    com.sophos.kext.sav    8.0.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.ApplePlatformEnabler    2.0.5d2
    com.apple.driver.AGPM    100.12.42
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.2.0f3
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.driver.AppleMikeyDriver    2.2.0f3
    com.apple.driver.AppleIntelHD3000Graphics    7.1.8
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.driver.AppleSMCPDRC    5.0.0d0
    com.apple.iokit.IOBluetoothSerialManager    4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d0
    com.apple.driver.AppleLPC    1.5.8
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.5f11
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.0.3
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AppleUSBHub    4.5.0
    com.apple.driver.AirPort.Brcm4331    530.4.20
    com.apple.driver.AppleSDXC    1.2.0
    com.apple.iokit.AppleBCM5701Ethernet    3.1.2b2
    com.apple.driver.AppleEFINVRAM    1.5.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    4.5.8
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.6
    com.apple.driver.AppleSMBIOS    1.8
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient    193.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.driver.AppleIntelCPUPowerManagement    193.0.0
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.2.0f3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.4
    com.apple.driver.AppleHDAController    2.2.0f3
    com.apple.iokit.IOHDAFamily    2.2.0f3
    com.apple.iokit.IOAudioFamily    1.8.6fc17
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.ApplePolicyControl    3.0.16
    com.apple.driver.AppleGraphicsControl    3.0.16
    com.apple.iokit.IONDRVSupport    2.3.2
    com.apple.driver.AppleSMC    3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d0
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.IOPlatformPluginFamily    5.1.0d17
    com.apple.driver.AppleIntelSNBGraphicsFB    7.1.8
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.driver.AppleThunderboltDPOutAdapter    1.8.2
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.4
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.5f11
    com.apple.iokit.IOBluetoothFamily    4.0.5f11
    com.apple.iokit.IOUSBMassStorageClass    3.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.0
    com.apple.iokit.IOUSBHIDDriver    4.4.5
    com.apple.driver.AppleUSBComposite    4.5.8
    com.apple.driver.AppleThunderboltNHI    1.5.5
    com.apple.iokit.IOThunderboltFamily    2.0.0
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IOUSBUserClient    4.5.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    4.5.8
    com.apple.driver.AppleEFIRuntime    1.5.0
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    331.6
    com.apple.iokit.IOStorageFamily    1.7.1
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.4
    Model: Macmini5,3, BootROM MM51.0077.B10, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.77f0
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE4), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD5000BTKT-40MD3T0, 500.11 GB
    Serial ATA Device: WDC WD5000BTKT-40MD3T0, 500.11 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8281, 0xfa113000 / 6
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: OWC Mercury On-The-Go, 0x0dc4  (Macpower Peripherals Ltd.), 0x0004, 0xfd130000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

  • Mac Mini Upgrade to Server

    As I have ordered myself one of the new 27" icore7 - 8gig 1TB systems (eagerly awaiting delivery), I have decided to convert my mac mini into a server, OSX servier is now quite reasonable for unlimited client licence. So I have purchased
    4 gig to go into my mac mini Identifier:Macmini3,1 2ghz (8 gig just too expensive yet) and want to also upgrade the HD to a larger and faster unit.
    I have been looking at the Seagate OEM 1.5TB Barracuda 7200.11 Internal Hard Disk Drive (7200RPM, 32MB Cache).
    Question will the Mini support this size and speed. ?

    mmm 2.5"
    I would rather not use the firewire 800 port for the OS drive.
    how about a Seagate Momentus 7200.4 Laptop 2.5 inch Hard Disk Drive 500GB SATA 7200rpm 16MB (Internal)
    I feel that the HD is slow in the mini and needs to be speed-ed up.
    I suppose there is a possibility of bringing the sata cable out through the back and attaching a 3.5" drive in an external case... food for thought.

  • How stable is the mac mini as a server?

    Hi List,
    I am planning to get the mac mini with snow leopard server.
    Has anyone tried it?
    How stable is the mac mini as a server?
    I'd be setting it up for 10 mac clients.
    It will be used as a file/print/dhcp server.
    thanks.
    Dp

    max out the memory to reduce / eliminate paging. although you might not need to in your situation. I think printing is a light use of memory. Inkjet printers are heavy on the cpu.
    electronics don't usually fail. It's the moving parts. Doesn't the mini take the 2.5 inch drives that are not as reliable as the 3.5? An external drive will get past this.
    You could get an external bootable harddrive.
    You need an external Firewire drive to boot a PowerPC Mac computer.
    I recommend you do a google search on any external harddrive you are looking at.
    I bought a low cost external drive enclosure. When I started having trouble with it, I did a google search and found a lot of complaints about the drive enclosure. I ended up buying a new drive enclosure. On my second go around, I decided to buy a drive enclosure with a good history of working with Macs. The chip set seems to be the key ingredient. The Oxford line of chips seems to be good. I got the Oxford 911.
    The latest the hard drive enclosures support the newer serial ata drives. The drive and closure that I list supports only older parallel ata.
    Has everything interface:
    FireWire 800/400 + USB2, + eSATA 'Quad Interface'
    save a little money interface:
    FireWire 400 + USB 2.0
    This web page lists both external harddrive types. You may need to scroll to the right to see both.
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATAFW800_FW400USB
    Here is an external hd enclosure.
    http://eshop.macsales.com/item/Other%20World%20Computing/MEFW91UAL1K/
    Here is what one contributor recommended:
    http://discussions.apple.com/message.jspa?messageID=10452917#10452917
    Folks in these Mac forums recommend LaCie, OWC or G-Tech.
    Here is a list of recommended drives:
    http://discussions.apple.com/thread.jspa?messageID=5564509#5564509
    FireWire compared to USB. You will find that FireWire 400 is faster than USB 2.0 when used for a external harddrive connection.
    http://en.wikipedia.org/wiki/UniversalSerial_Bus#USB_compared_toFireWire
    http://www23.tomshardware.com/storageexternal.html
    Here are two utilities for making a complete backup of your internal hard drive. I've recommend using one of these so that you can create a bootable system on your external hard drive. ( PPC require a firewire connected drive. ) Once created, you can run your system from the external drive. Hold down the option key on your keyboard then power on your machine. This will bring you in startup manager click on the drive image you wish to boot then click on the arrow key to the right.
    "Clone, synchronize, backup. Schedule and forget it."
    http://www.bombich.com/software/ccc.html
    "SuperDuper is the wildly acclaimed program that makes recovery painless, because it makes creating a fully bootable backup painless."
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    Robert

  • Mac mini as archive server: do any big disks work??

    I'm proposing purchase of a mini (I have one on another project, works flawlessly) and lots (4-8 TB at least) of disk. I've heard of problems with the mini talking to RAID storage. I've also been through reviews on amazon and newegg and gather many brands of big disks (1-2 TB) are having problems - with macs on firewire, if not all PCs - with going to sleep and having to be removed/reconnected before they are visible again.
    So I'm wondering if any in the mac mini community have had success with 2 TB or larger drives talking to their mac without difficulty over FW800. I'm leaning toward purchasing separate enclosures and putting better internal drives in there (e.g. OWC enclosures, Hitachi deskstar drives).
    Any comments would be much appreciated.

    So how were you thinking of providing a username/password system on the Mac mini or are you just planning to use un-authenticated (guest) access? Without a clear security system in place interally you will not be able to protect your data from the outside world.
    In actual fact I'm intending to re-task my Mac mini into a server as well although I'm waiting for Mac OS X Server to be brought to Intel before taking my current server, an old PowerBook G4 500MHz, offline and replace it with the mini.
    My preferred security method is to send all inbound traffic from our DSL connection to our server (placing it into the DMZ), close all ports on the server except the absolute minimum (server admin etc) and provide VPN access. Once a VPN connection is established you can do what you like with the network with your username and password. All other traffic is simply denied as you require the VPN conection.
    You may just want to buy youself a hardware VPN server to handle the security until Mac OS X Server.

  • Making a Mac mini into a server

    I cureently have an iMac.  I would like to connect the Mac mini to my iMac. Then use the Mac mini as a server.  Is there a step by step non-IT person guide for doing this? 

    Then you just follow the setup instructions for FileMaker Server. In my experience they're pretty clear.
    http://help.filemaker.com/app/answers/detail/a_id/9964/~/installing-filemaker-se rver-12
    If you encounter problems, FileMaker has their own forums:
    http://www.filemaker.com/support/forum_selection.html
    and there are many resources on the web also available, including a plethora of FM consultants.
    Regards.

  • Mac mini w/Lion Server as a file server on a windows network

    I would like to run a mac mini server on a windows network as a file server and a office wiki server (no internet)
    Do I need a router or a switch?  Does the mini support client data backups?  Are the users & permissions setting robust and easy to use?
    SMB is the protocol?  It is my understanding that this is easy with xp but more difficult with windows 7, has this been resolved?
    thanks

    Anything the AppleTv can play-the mini can.
    Playlists from the iTunes store videos can be done on AppleTV, but not
    on the Mac Mini. There are third party solutions, but they are hardly easy to setup. I'm working on a setup right now where it is quite a bit more complicated on the Mac Mini:
    http://discussions.apple.com/message.jspa?messageID=10519644#10519644

Maybe you are looking for