Mac Specs: Macbook Pro, 2.2Ghz, 4GB Memory, 120GB HDD, LCD Display, OS X Tiger
Quote:
Originally Posted by iRock
I've been hearing about some companies offering the option of dedicated hosting on Mac Minis.
Sounds interesting to me.
But I have been wondering will I be allowed full access?
What I want is to have full control over the Mini, being able to remote into it. Is this possible?
Full Access is up to the host company. Is it possible, absolutely, all you need is Apple Remote Desktop, an IP to connect to, and the proper ports opened on their firewall. This would give you the ability to log on to that machine as though you were sitting in front of it. You could also SSH into the machine and have full control if you know how to do what you want to do on the command line.
Mac Specs: Macbook Pro 2.16Ghz Core Duo, 2GB ram, 256MB vid, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro video
Hosting from a home computer is easy. There are two problems. First, many or most service agreements with your internet connection provider disallow running services such as a web server. At least in the US. In some cases they actually block some common port numbers. Second is an issue of bandwidth in that if your web site gets popular, the connection will be too slow to support many people.
Also note that you may not be able to get a fixed IP address, so you have to adjust that issue with possible connection consequences.
None of the above stopped me from creating a private server at my residence. My main use for it was to post pictures and video for family and friends to see. I also placed some documention on it so I could always find it. The system also had other duties.
After this, well you'd have to get configure your Firewall so that Apache can serve on Port 80.
Better still you can have it on 8080.
As for security - well I am still unsure how this would go on Mac. I know more about Windows as I work as a Junior Network Administrator working along side engineers everyday. Its like having your own personal instructor - anything you want to know they can tell you. However, Mac isn't so popular here in Ireland so they wouldn't be so familiar with it.
Mac Specs: Macbook Pro 2.16Ghz Core Duo, 2GB ram, 256MB vid, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro video
I had setup a PC with OpenBSD. The point of it was to be used as a server and web development system. So, no, this was not used via a GUI system.
As you said, services like dynDNS will virtually solve the changing IP addresses your provider gives you. In my case I used EasyDNS and also rarely saw the address change. I own a domain that I pointed to the address. On the server, I had a small script that would occasionally trigger to make sure the IP address was up to date on the EasyDNS entry.
I believe the fact of starting Apache opens port 80. Of course you would have to adjust your router to allow it through and to the specific machine if you have more than one. For different reasons and experiments I've had several port numbers open for web access to more than one machine.
Apple currently uses ipfw for the firewall. Searching on Google (for "OS X" network security) brings up tons of links. These two I found somewhat interesting. Apple, Macgeekery.
Quote:
Originally Posted by iRock
I've been thinking about doing it... for my Blog.
Is that the one with the annoying popup 'snapshots" overlays?
I had setup a PC with OpenBSD. The point of it was to be used as a server and web development system. So, no, this was not used via a GUI system.
As you said, services like dynDNS will virtually solve the changing IP addresses your provider gives you. In my case I used EasyDNS and also rarely saw the address change. I own a domain that I pointed to the address. On the server, I had a small script that would occasionally trigger to make sure the IP address was up to date on the EasyDNS entry.
I believe the fact of starting Apache opens port 80. Of course you would have to adjust your router to allow it through and to the specific machine if you have more than one. For different reasons and experiments I've had several port numbers open for web access to more than one machine.
Apple currently uses ipfw for the firewall. Searching on Google (for "OS X" network security) brings up tons of links. These two I found somewhat interesting. Apple, Macgeekery.
Is that the one with the annoying popup 'snapshots" overlays?
Thanks for that. Interesting stuff actually, I don't know why I find it so interesting but I am amazed so I have decided to set up my own.