На машине подключенной к интернет и работающей как шлюз установлены два пакета ipmasq и dnsmasq. Нужно чтобы ipmasq поднимался при старте системы. Что для этого делал:
sudo apt-get install chkconfig
sudo chkconfig ipmasq on
тут ругается
insserv: warning: script 'K01ipmasq' missing LSB tags and overrides
insserv: warning: script 'K01gdm' missing LSB tags and overrides
insserv: warning: script 'S20linux-restricted-modules-common' missing LSB tags and overrides
insserv: warning: script 'K01acpi-support' missing LSB tags and overrides
insserv: warning: script 'S02powernowd.early' missing LSB tags and overrides
insserv: warning: script 'S20ipmasq-kmod' missing LSB tags and overrides
insserv: warning: script 'ipmasq' missing LSB tags and overrides
insserv: warning: script 'powernowd.early' missing LSB tags and overrides
insserv: warning: script 'ipmasq-kmod' missing LSB tags and overrides
insserv: warning: script 'linux-restricted-modules-common' missing LSB tags and overrides
insserv: warning: script 'acpi-support' missing LSB tags and overrides
insserv: warning: script 'gdm' missing LSB tags and overrides
смотрю chkconfig --list ipmasq
ipmasq 0:off 1:off 2:on 3:on 4:on 5:on 6:off
все включено.... но после перезагрузки ipmasq не поднимается и интернет соответственно начинает работать после выполнения sudo /etc/init.d/ipmasq start.
В чем может быть проблема ? Заранее спасибо.