When I've installed DP (including Installation Server) locally on a linux client
and I need to import it into a Windows CM I find the following two steps helpful...
ONE
---
Stop the Linux Firewall
On some Linux versions it can be done as follows...
- service iptables status - shows the firewall status
- service iptables stop - stops the firewall
- chkconfig iptables off - makes chage permanent.
TWO
---
More /etc/selinux/config
SELINUX=enforcing
change to
SELINUX=disabled
Reboot the server for the change to be effective.