By: Naveen Kottapalli user 06 Mar 2015 at 3:06 a.m. CST

11 Responses
Naveen Kottapalli gravatar
Am not able to send any response back on the closed ticket, so opening a new ticket. I followed the steps in documentation pointed. But even then am facing this error. Can you please point me to the exact or change I need to do?

By Mohib Zico Account Admin 06 Mar 2015 at 3:14 a.m. CST

Mohib Zico gravatar
Sorry about the confusion. I thought it's installed when you said... >> But the version that got installed is >> gluu-server-2.0-0.el6.x86_64 :) So, what problem you are facing now? Can't load https://ce.gluu.info in your browser? Can you share the iptable rules of your "host" machine?

By Naveen Kottapalli user 06 Mar 2015 at 3:31 a.m. CST

Naveen Kottapalli gravatar
This is installed on my VM and the iptables output is as below. [root@naveencentos65 ~]# iptables -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination [root@naveencentos65 ~]#

By Mohib Zico Account Admin 06 Mar 2015 at 3:40 a.m. CST

Mohib Zico gravatar
Open 443 and 80 to internet ( if you want to access from internet ) or to those network ( which you will use to browse your Gluu Server ).

By Mohib Zico Account Admin 06 Mar 2015 at 3:42 a.m. CST

Mohib Zico gravatar
Also, you need to modify your own computer's hosts file as it can load "ce.gluu.info" in your browser.

By Naveen Kottapalli user 06 Mar 2015 at 3:52 a.m. CST

Naveen Kottapalli gravatar
Can you please be more specific on the commands I need to execute to do the following? "Open 443 and 80 to internet / network" Also, I edited the file "/etc/hosts" with the following information. 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.64.133 ce.gluu.info [root@naveencentos65 ~]# ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:a3:d6:eb brd ff:ff:ff:ff:ff:ff inet 192.168.64.155/24 brd 192.168.64.255 scope global eth0 inet 192.168.64.133/24 brd 192.168.64.255 scope global secondary eth0:1 inet6 fe80::20c:29ff:fea3:d6eb/64 scope link valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:a3:d6:f5 brd ff:ff:ff:ff:ff:ff inet 192.168.65.133/24 brd 192.168.65.255 scope global eth1 inet6 fe80::20c:29ff:fea3:d6f5/64 scope link valid_lft forever preferred_lft forever 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 00:50:56:2c:aa:3a brd ff:ff:ff:ff:ff:ff 5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN link/ether 4e:4e:06:c7:c6:e9 brd ff:ff:ff:ff:ff:ff Can you please point me to any detailed documents that are available to use oxAuth, etc.,? Really appreciate your patience and time.

By Mohib Zico Account Admin 06 Mar 2015 at 3:59 a.m. CST

Mohib Zico gravatar
>> Can you please be more specific on the commands I need to execute to do the following? Please google how to work with iptable rules. >> Also, I edited the file "/etc/hosts" with the following information. >> 192.168.64.133 ce.gluu.info Looks good. >> Can you please point me to any detailed documents that are available to use oxAuth, etc.,? www.gluu.org/docs >> Really appreciate your patience and time. No problem at all. Feel free to let us know how it is going there.

By Naveen Kottapalli user 06 Mar 2015 at 5:07 a.m. CST

Naveen Kottapalli gravatar
Observed one more thing in the host machine that '/etc/hosts' is different from '/etc/hosts' of chroot. Host machine: 192.168.64.133 ce.gluu.info Chroot: 192.168.64.153 ce.gluu.info Added the following iptables rules in system but of no use. GLUU.[root@ce ~]# iptables -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spts:1024:65535 dpt:80 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spts:1024:65535 dpt:443 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spt:80 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spt:443 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spts:1024:65535 dpt:80 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spts:1024:65535 dpt:443 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spt:80 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.64.133 tcp spt:443 dpts:1024:65535 state ESTABLISHED Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spt:80 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spt:443 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spts:1024:65535 dpt:443 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spt:80 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spt:443 dpts:1024:65535 state ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spts:1024:65535 dpt:80 state NEW,ESTABLISHED 0 0 ACCEPT tcp -- * * 192.168.64.133 0.0.0.0/0 tcp spts:1024:65535 dpt:443 state NEW,ESTABLISHED

By Mohib Zico Account Admin 06 Mar 2015 at 5:36 a.m. CST

Mohib Zico gravatar
Modification of network/IP is completely up to deployer, Gluu Server CE has nothing to do with that. If I choose 192.168.1.1 during installation, CE will be configured with this IP and I have to modify my iptables as this this 1.1 can be loaded.

By Naveen Kottapalli user 06 Mar 2015 at 12:12 p.m. CST

Naveen Kottapalli gravatar
Am still not able to open 'https://ce.gluu.info/' in my browser, not sure where the problem is. Can you please tell or guide me what am missing and what should I do to see the page? Also, couldn't find any useful documentation related to install and other stuff from the link shared. Can you please tell where can I find useful documentation? Your help is highly appreciated.

By Mohib Zico Account Admin 06 Mar 2015 at 12:31 p.m. CST

Mohib Zico gravatar
>> Am still not able to open 'https://ce.gluu.info/' in my browser, not sure where the problem is. Can you please tell or guide me what am missing and what should I do to see the page? I told you already... you are missing iptable rules in your box. >> Also, couldn't find any useful documentation related to install and other stuff from the link shared. Can you please tell where can I find useful documentation? Can you please tell what exactly you are looking for? I think I shared "How to install CE" before.

By Mohib Zico Account Admin 10 Mar 2015 at 4:02 a.m. CDT

Mohib Zico gravatar
Hello Naveen, We are closing this ticket for now. If you have any issue or any question, please feel free to open a new ticket.