Running A File-, Print-, Proxy-, DHCP-, AND Time-Server For Small/Medium Enterprises

Discussion in 'HOWTO-Related Questions' started by (LOVERBOY), Nov 17, 2006.

  1. (LOVERBOY)

    (LOVERBOY) New Member

    guys i have a problem too, i installed the debian and configured it using static ip. i followed the how to and it works fine.but, after i completely installed the ebox, i can't access the ebox web management interface using my localhost name.the page cannot be displayed whenever i accessed it. is there anything that i must configure so i can access it? thanks!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    and
    Code:
    ifconfig
    ?
     
  3. (LOVERBOY)

    (LOVERBOY) New Member

    ifconfig - the ip address that i'm accessing is the same.

    netstat -tap - all ports is listening except the last 1 which is /apache2

    whenever you booted the machine & when ebox loading all the services, all services has an indication of ok except apache2. it's always stop there, so after several minutes i start to press the enter key.

    is apache2 does not run properly?and if it's the case can you please tell me what shall i do?i'm new in linux that's why i have so many questions. thanks falko!
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please post the output of
    Code:
    ifconfig
    and
    Code:
    netstat -tap
     
  5. (LOVERBOY)

    (LOVERBOY) New Member

    netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:imaps *:* LISTEN 1105/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 1128/couriertcpd
    tcp 0 0 localhost.localdom:ldap *:* LISTEN 1071/slapd
    tcp 0 0 *:mysql *:* LISTEN 1186/mysqld
    tcp 0 0 *:pop3 *:* LISTEN 1114/couriertcpd
    tcp 0 0 *:imap2 *:* LISTEN 1089/couriertcpd
    tcp 0 0 *:www *:* LISTEN 1437/apache2
    tcp 0 0 *:ftp *:* LISTEN 1425/proftpd: (acce
    tcp 0 0 *:ssh *:* LISTEN 1414/sshd
    tcp 0 0 *:postgresql *:* LISTEN 1389/postmaster
    tcp 0 0 *:smtp *:* LISTEN 1327/master
    tcp 0 0 *:https *:* LISTEN 1437/apache2

    ifconfig

    eth0 Link encap:Ethernet HWaddr 00:80:AD:77:C2:76
    inet addr:61.9.32.99 Bcast:61.9.32.127 Mask:255.255.255.224
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:787 errors:0 dropped:0 overruns:0 frame:0
    TX packets:339 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:63129 (61.6 KiB) TX bytes:45642 (44.5 KiB)
    Interrupt:10 Base address:0xd000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    that's my ifconfig & netstat -tap
     
  6. falko

    falko Super Moderator Howtoforge Staff

    As far as I can tell, eBox isn't startet. What's the output of
    Code:
    ls -l /etc/init.d
    ?
     
  7. (LOVERBOY)

    (LOVERBOY) New Member

    guys my ebox now is working, i just downloaded it from ebox, its the combination of debian and ebox. thanks for helping guys! and also to you falko thank you to for responding.i really appreciated it..:)
     

Share This Page