Author Topic: No webinterface after installation  (Read 1558 times)

ymoona

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
No webinterface after installation
« on: November 07, 2009, 02:03:43 pm »
Hi,

I Just finished my first installation of ebox. But the web interface is not working.
Eth0 has a correct IP and I can SSH to that address. What is wrong?

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #1 on: November 07, 2009, 02:25:35 pm »
What are you typing on the browser?

ymoona

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #2 on: November 07, 2009, 03:30:29 pm »
https://192.168.1.143/

And this is the partial output of ifconfig.

eth0      Link encap:Ethernet  HWaddr 00:40:63:e8:fd:99 
          inet addr:192.168.1.143  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::240:63ff:fee8:fd99/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3939 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2479 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1547534 (1.4 MB)  TX bytes:311039 (303.7 KB)
          Interrupt:10 Base address:0xe000

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #3 on: November 07, 2009, 03:34:24 pm »
If you haven't changed the listening port it should be working.

- How much memory do you have?
- Check apache process is alive with: "ps aux | grep apache | ebox"
- You can restart ebox apache with sudo /etc/init.d/ebox apache restart
- Maybe it's a firewall issue, you can disable it with sudo /etc/init.d/ebox firewall stop

ymoona

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #4 on: November 07, 2009, 04:33:14 pm »
I have 512mb of memory.
Apache is not running and /etc/init.d/ebox does not exist.

I think something went wring with the installation.
I'm now running: sudo apt-get install ebox-all

keep you updated.

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #5 on: November 07, 2009, 04:34:40 pm »
How did you install ebox?

ymoona

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: No webinterface after installation
« Reply #6 on: November 07, 2009, 05:01:00 pm »
I downloaded the image from the site.
Web interface now works, thnx