Here is my setup:
I have a DSL connection with a static IP for which I have pointed the domain name home.scottatron.com at. So essentially this points at my router and returns the following from nslookup:
Code: Select all
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: home.scottatron.com
Address: 60.234.222.145
My server on which I am trying to install scalix has the internal IP address 192.168.1.4 and it's hosts file reads
Code: Select all
127.0.0.1 localhost.localdomain localhost
60.234.222.145 home.scottatron.com home
This setup still leads to Network Check Errors. What am I missing here?