I am new to hosting my own webserver.
My setup:
> Running Linux Mint
> Turnkeylinux LAMP in VirtualBox
> Can reach my server on the LAN: 192.168.1.22
Did some routing in my router (192.168.1.1) (type of router: bbox3v+):
So now i have to be online. Found my ip on the command line: dig +short myip.opendns.com @resolver1.opendns.com
Result: 87.65.61.84
Still can not reach my webpage. (put the ip (87.65.61.84) in my browser) What should i do?
![Smile :)](./images/smilies/icon_smile.gif)
Also tested this command:
$ nc -zvw3 87.65.61.84 80
nc: connect to 87.65.61.84 port 80 (tcp) timed out: Operation now in progress
normally the output has to be:
failed: Connection refused
OR
succeeded!
Don't know why i get a timed out on the Proximus router :-/