Author Topic: Trouble With Setting IP/Can't Access eBox  (Read 1972 times)

ndra

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Trouble With Setting IP/Can't Access eBox
« on: February 18, 2009, 12:26:24 pm »
Hello, I'm Hendra in Indonesia, a new user in Linux, expecially in Debian.

I downloaded the eBox ISO file from eBox site and burned it into a CD and installed it. I think the installation success because I have got the command prompt.

And now, I still have trouble with IP setting. In my server, the /etc/network/interfaces list:

Code: [Select]
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
          address 192.168.1.2
          netmask 255.255.255.0
          network 192.168.1.0
          broadcast 192.168.1.255
          # gateway using ADSL Modem
          gateway 192.168.1.1
          dns-name servers 203.34.118.10 203.34.118.12 203.130.206.250

auto eth1
iface eth1 inet static
          address 192.168.100.1
          netmask 255.255.255.224
          network 192.168.100.0
          broadcast 192.168.100.31

eth0 connects to ADSL modem and eth1 connects to switch.

And at one of the client computer (have installed Ubuntu 8.10), the /etc/network/interfaces list:

Code: [Select]
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
          address 192.168.100.12
          netmask 255.255.255.224
          network 192.168.100.0
          broadcast 192.168.100.31

And then I try to ping the server from that client and the result is Destination Host Unreachable. But I can ping to other client.

How I can access ebox from firefox? I don't have connection yet.

And the last question, can you give me eBox step by step installation manual?

Please help me. Thanks before.
« Last Edit: February 18, 2009, 12:39:34 pm by ndra »

JAK

  • Zen Apprentice
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Trouble With Setting IP/Can't Access eBox
« Reply #1 on: February 18, 2009, 02:48:38 pm »
Here is the Ebox install HOWTO:
http://forum.ebox-platform.com/index.php?topic=896.0

Best regards
Jüri Kirch

ndra

  • Zen Apprentice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Trouble With Setting IP/Can't Access eBox
« Reply #2 on: February 18, 2009, 05:17:35 pm »
Here is the Ebox install HOWTO:
http://forum.ebox-platform.com/index.php?topic=896.0

Best regards
Jüri Kirch

Thanks for the information.