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.