Dear Team,
I have successfully configured Free IPA in centos 7 os with vagrant setup , Thing is am unable to access the web url of free ipa with DNS entry
[vagrant@ipa ~]$ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.2.39 ipa.gworks.mobi ipa
[vagrant@ipa ~]$ cat /etc/hostname ipa.gworks.mobi [vagrant@ipa ~]$
vagrant@ipa ~]$ ipa user-find admin ipa: ERROR: did not receive Kerberos credentials [vagrant@ipa ~]$
my office setup as follows
Cable modem > pfsense firewall > cisco smart switch > pc > Free IPA
You need to kinit to get a Kerberos ticket in order to use the ipa command-line tool.
For the web this looks like a connectivity issue. The browser can't talk to the web server at all. You'll need to check that the port is available via your firewall and the iptables-based firewall on your IPA server.
Even you can try disabling firewalls on ipa-client & ipa-server for segregating the Issue.
can you just explain me procedure to disable firewall please
# service iptables stop; chkconfig iptables off # service ip6tables stop; chkconfig ip6tables off
# service iptables stop; chkconfig iptables off
# service ip6tables stop; chkconfig ip6tables off
yeah , i tried even that too , its not working
i am able to ping the IP but unable to access it in web URL
It's very hard to say but this looks like a basic networking problem and not something related to an IPA install.
Closing as an issue that does not have its roots in FreeIPA project. Feel free to continue on the freeipa-users@lists.fedorahosted.org mailing list.
Metadata Update from @stlaz: - Issue close_status updated to: invalid - Issue status updated to: Closed (was: Open)