Author Topic: [SOLVED] I can't access Interface Web  (Read 3139 times)

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
[SOLVED] I can't access Interface Web
« on: February 13, 2014, 02:16:33 pm »
Hi,
I have installed a Zentyal 3.3 text mode.
I can't access the interface web through http://ip_address.
Anyone have the same problem?
Thanks!
« Last Edit: February 18, 2014, 04:16:07 pm by jerry-sc »

christian

  • Guest
Re: I can't access Interface Web
« Reply #1 on: February 13, 2014, 02:26:38 pm »
I guess everyone is facing this specific behaviour  ;D
Unless this is a typo, you should rather use https://server_IP_address
access to http (without SSL) will redirect you to the (empty = yes it works) default web site.

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #2 on: February 13, 2014, 03:01:27 pm »
Sorry,

I trying on https://ip_address/ but a cannot have success :(

christian

  • Guest
Re: I can't access Interface Web
« Reply #3 on: February 13, 2014, 03:18:31 pm »
So you have to be a bit more explicit  ;)  what does "can't access" mean ? wrong page, time out, error message or something else ?
Did you look at various logs like access in zentyal log folder ?

vupibi

  • Zen Apprentice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: I can't access Interface Web
« Reply #4 on: February 13, 2014, 03:57:58 pm »
Have you perhaps changed the port from 443 to something different at installation?

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #5 on: February 13, 2014, 04:12:35 pm »
I did a normal installation. I downloaded and installed the CD in text mode. I did not do nothing else.

When do I log in text mode, the system says I can connect via web in https://ip_address/ address to manage the system.

The web manager is not included on the cd that I downloaded on this site?

christian

  • Guest
Re: I can't access Interface Web
« Reply #6 on: February 13, 2014, 04:14:58 pm »
Again, sorry for that, is there any (error?) message when you access https://your_ip_address  ?

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #7 on: February 13, 2014, 04:24:53 pm »
Tha page said "This Page is not avaliable".

I can't connect with telnet on ports 443, 80 is this server.

christian

  • Guest
Re: I can't access Interface Web
« Reply #8 on: February 13, 2014, 04:28:59 pm »
Tell us a bit more about your configuration  8)

for instance, if you have only one single network interface and if it happens that you have configured it as "external", then don't be surprised you can't access on port 443. No access on port 80 is rather strange but I don't know what default FW rules on 3.x

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #9 on: February 13, 2014, 04:33:44 pm »
The server stay a simple network. I have a single network card, configured with IP Address 192.168.3.213.

I can connect on this server using Putty (ssh).

christian

  • Guest
Re: I can't access Interface Web
« Reply #10 on: February 13, 2014, 04:39:45 pm »
ok, we have some real input now. Go some step further with more details. One single port is not very usual for Zentyal deployment  ;)
If you can access SSH, can you check if there is an Nginx process running ?

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #11 on: February 13, 2014, 04:46:18 pm »
Yes. Nginx is running with ID Process 25779

christian

  • Guest
Re: I can't access Interface Web
« Reply #12 on: February 13, 2014, 05:34:41 pm »
while accessing through SSH, can you type:
Code: [Select]
netstat -nlp | grep nginxand post the output here ?

jerry-sc

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +1/-0
    • View Profile
Re: I can't access Interface Web
« Reply #13 on: February 13, 2014, 06:26:05 pm »
Nothing happens  :(

christian

  • Guest
Re: I can't access Interface Web
« Reply #14 on: February 13, 2014, 06:44:35 pm »
oh  :o
yes, there is something happening despite what you think  ;)
You run this command as Zentyal admin user while (my fault, I though you knew this already) it has to be launched as super user.
Try again like this:
Code: [Select]
sudo netstat -nlp | grep nginxYou will be prompted for your password again, of course...