your LAN ip is still wrong
You have it set to myrose.no-ip.org
It should be 192.168.2.101 going by the setup page on your router.
Additionally, myrose.no-ip.org refuses to load when i type it into my browser. Do you have a CMS web site there in addition to your rose server?
if not then please open a text editor and pastee in the following to make a simple little web page tester
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
<head>
<title>
MyRose html testpage
</title>
</head>
<body>
<h1>It works! This is the web folder for the MyRose.no-ip.org Server</h1>
</body>
</html>
save it as index.html into the root folder of your webserver.
If you are using Xampp this will be the Xampp\htdocs folder
Forward port 80 to 192.168.2.101 in your router so that the website URL request is sent to the correct place.
Make sure Xampp (or whatever web server program you are using) is running then type Myrose.no-ip.org into your browser window. It should resolve to this new web page if you set up your no-ip address correctly.
It will just print out the "It Works" message from the body text.
let me know how it works