Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public IP for OSX device means the Mac need to connect directly to Internet? #20

Open
patriotzhou opened this issue May 8, 2016 · 6 comments

Comments

@patriotzhou
Copy link

Can we use Mac behind the router/firewall?

Thanks.

@spencerelliott
Copy link

You can definitely use it with a router. You can add your Mac's IP address to the router's DMZ so it acts as if it is connected directly to the internet. You can always forward ports to and from your Mac using router settings.

@tanaysood
Copy link

So if we just get the public IP address of the mac while it is connected through a router and configure the OSXClient using that, it will not work?

@belericant
Copy link

The "public" IP address of the Mac is a private IP address because it is connected to your LAN Network or router. That IP will not work. After you add you Mac to your router's DMZ, you configure your client with your router's out facing or WAN IP.

@mentalbob
Copy link

Or if your router supports it, you can set up a port forwarding rule for PieMessage's port(s) to your private IP address. As above, you'd configure your client with WAN IP address (router's external IP address). This way you aren't exposing all of your Mac's ports like you would in the DMZ.

@webxl
Copy link

webxl commented Sep 1, 2016

All you need to do is setup forwarding on port 5000 from your firewall's public IP to your Mac's IP.

@epardee
Copy link

epardee commented Jan 21, 2017

Another option is ngrok: https://ngrok.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants