
Setting up mac mini server update#
All you need is a DDNS client to update your record and it can run on any computer on your network. Many newer routers support DDNS in their firmware - you will need to check with your specific manufacturer and or model.Įven if your router dosen't support DDNS, you are still in luck. Dynamic DNS allows you to use a domain name to access your IP even though it changes. If not, you need to go back and make sure your port forwarding is set up correctly. If you can see your page/application, your router is working. Point the browser of the smartphone to the public IP address you just obtained. A smartphone NOT connected to your WiFi makes a good choice. Once you have that, you need to browse to it. You can even type the search directly into Bing and have it return your IP address. Use a service like IP Chicken or WhatIsMyIP to find your public IP. Next, you are going to want to test this out.
Setting up mac mini server how to#
You will have to check your user manual for the specifics on how to do this.īut, basically, you are going to forward port 80 traffic (HTTP) to the IP address you found in step 1. There are many routers on the market and each have different user interfaces, but they are all technically doing the same thing: taking traffic bound to your IP and port and forwarding it to an address you specify. That's your local IP addressįorward HTTP traffic to that port. Using terminal, issue the command ifconfig en0 grep inet. So, you can get to your service from inside your network, but now it's time to get to it from the outside. If you can do this, then you are good to go for the next step Open and/or forward the port on your router

Assuming that you have just one network adapter, you have to make sure that Apache (or whatever else you are running) is listening so that other computers on your LAN can access it.

Typically, when doing Web Dev, this is Apache listening on the correct IP/Port. Web service listening on the appropriate port

Dynamic DNS (DDNS) with the ability to update your record.Web service listening on the appropriate port.I belive this is much more than just screen sharing as you don't want to share your screen, just the website you are developing for a client. Developing websites or web apps that typically run off a server typically Apache/PHP/MySQLĪccess the server remotely to edit/develop I am basing my answer what your requirements are
