Liberty Unleashed
Liberty Unleashed => Support => Topic started by: Motley on September 28, 2016, 08:03:33 pm
-
Topic says it all.
I have shut down my pc plus much more test. My Ip is dynamic "always changes..
Am I the only one experiencing this?
0.16 browser
-
Add the IP to your favourites, be it your localhost (127.0.0.1), your IPv4 (192.168.*.*) or your external IP (you can retrieve it from Thijn's site (http://thijn.minelord.com/lu/) for example)
-
This did not do the trick.
For some reason my ip changes., My default Gateway says
192.168.1.1
I was capable of connecting in server history and that ip is
192.168.1.7
I have no clue as to why this is happening,
This is where I do not even understand why we need Internet for server building/testing
EDITED
Fixed
For those with linux based systems and encounter this error just run this command in your terminal
ip route get 8.8.8.8 | awk '{print $NF; exit}'
This will return your Ip that you can connect your server to, No clue as to why I have encountered this issue but maybe someone else will.
-
That is because the 192.168.*.* address is an internal network IP address. You need your external IP address that is visible to the outside world.