The 27.82.XXX.XXX IP is actually the global IP of your internet router, not your PC/server. If you want to be able to access your server using that IP, you will need to forward the proper ports from your router to the local IP of your server (192.168.1.22). For example, if you want to use it as a web server, you will probably need to forward ports 80 (HTTP) and/or 443 (HTTPS). Or if you need SSH access, forward port 22. Here is a good guide that explains how to do it.
Also, unless you have a static IP from your internet provider, don't expect that your global IP will stay the same. That's where dynamic DNS comes in. It allows you to assign a hostname that will always point to your server even when the IP changes. I personally prefer dnsdynamic.org because it's simple, free, and unlimited.