You are trying to install on LInux/Unix, right?
Try to put the external server IP in /etc/hosts... like:
192.168..... server_name
Also, try to disable SELinux and IPTABLES.
#setenforce 0
#service iptables stop
Regards,
You are trying to install on LInux/Unix, right?
Try to put the external server IP in /etc/hosts... like:
192.168..... server_name
Also, try to disable SELinux and IPTABLES.
#setenforce 0
#service iptables stop
Regards,