При запуске машины служба не стартует!
[root@elastix ~]# netstat -tnlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2226/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1848/portmap
tcp 0 0 0.0.0.0:795 0.0.0.0:* LISTEN 1885/rpc.statd
tcp 0 0 :::993 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::995 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::110 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::143 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::22 :::* LISTEN 2106/sshd
Далее вручную делаем рестарт и она запускается:
[root@elastix ~]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: [ OK ]
[root@elastix ~]# netstat -tnlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2226/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2355/cyrus-master
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1848/portmap
tcp 0 0 0.0.0.0:795 0.0.0.0:* LISTEN 1885/rpc.statd
tcp 0 0 :::993 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::995 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::110 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::143 :::* LISTEN 2355/cyrus-master
tcp 0 0 :::80 :::* LISTEN 2452/httpd
tcp 0 0 :::22 :::* LISTEN 2106/sshd
tcp 0 0 :::443 :::* LISTEN 2452/httpd
Но доступа по WEB так и нет.
Вот параметры сетевых интерфейсов
[root@elastix ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0D:87:78:20:10
inet addr:192.168.10.100 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::20d:87ff:fe78:2010/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:398 errors:0 dropped:0 overruns:0 frame:0
TX packets:338 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36034 (35.1 KiB) TX bytes:30944 (30.2 KiB)
Interrupt:217 Base address:0xb000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:121 errors:0 dropped:0 overruns:0 frame:0
TX packets:121 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11635 (11.3 KiB) TX bytes:11635 (11.3 KiB)
Параметры файлов hosts и network
127.0.0.1 elastix.local elastix localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=elastix.local
GATEWAY=192.168.10.1
ответил
2012-01-10 12:37:28 +0400
xDexterx 11 ● 3 ● 1 ● 3