PDA

View Full Version : Fantasy Grounds on MacBook



YAKO SOMEDAKY
January 25th, 2018, 01:56
I would like to know if it is a problem on my Notebook, but it does not display my Internal IP is always blank, no matter what type of connection I use...

damned
January 25th, 2018, 03:31
I would like to know if it is a problem on my Notebook, but it does not display my Internal IP is always blank, no matter what type of connection I use...

I dont think its an issue.
Use your computers LAN IP address.

YAKO SOMEDAKY
January 25th, 2018, 03:49
Thanks, I will try to put fixed IP in the network settings of the MacBook and see what happens

damned
January 25th, 2018, 04:02
I think FG just doesnt know how to read the IP address from Wineskin.
It still works.
Dont change anything on the macbooks IP.

Gix
January 28th, 2018, 03:54
I dont think its an issue.
Use your computers LAN IP address.

Open the "Terminal" app.

Copy this:

printf 'int: ' && ipconfig getifaddr en0 && printf 'ext: ' && curl ipinfo.io/ip

Paste that into the command line in the Terminal app and hit enter to execute it.

It will give you both your internal and external IP address, like this:


$ printf 'int: ' && ipconfig getifaddr en0 && printf 'ext: ' && curl ipinfo.io/ip
int: 192.168.1.64
ext: 175.148.68.103

YAKO SOMEDAKY
January 28th, 2018, 22:33
The command show my Internal IP, but my error is this:
22047

Trenloe
January 28th, 2018, 23:29
The command show my Internal IP, but my error is this:
22047
Yes, we understand. But, what is the actual issue other than FG not displaying the IP address?

Do you have another computer on the LAN with FG installed? Can you connect from this to FG on your Mac?

Can you setup port forwarding on your router to the IP address you get from your terminal app?

If you can do both of these, then you really don't have a "problem", right?

ll00ll00ll00ll
January 28th, 2018, 23:40
For your LAN IP on WIFI, hold down the OPTION key while clicking on the wifi icon in the menubar, it will display your IP address there, under the network name.

22048

For an ethernet connection, go to System Preferences / Network / Advanced / see screen cap.

22049

Alternately, you can type "Newtork Utility" into your spotlight search, open the Utility, and it will tell you there.

22050

YAKO SOMEDAKY
January 29th, 2018, 03:17
Zachaeus help me :D
Thanks guys!