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.