kaktak Posted May 21, 2013 (edited) # dhcpd -v Internet Systems Consortium DHCP Server 4.2.2 # netstat -nlp 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:22 0.0.0.0:* LISTEN 3091/sshd tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3072/lighttpd tcp6 0 0 :::80 :::* LISTEN 3072/lighttpd udp 0 0 0.0.0.0:3176 0.0.0.0:* 8745/dhcpd udp 0 0 0.0.0.0:67 0.0.0.0:* 8745/dhcpd udp6 0 0 :::63417 :::* 8745/dhcpd raw 0 0 0.0.0.0:1 0.0.0.0:* 7 8745/dhcpd Подскажите, что это за второй сокет udp dhcpd? Причем порт рандомный, меняется при перезапуске демона. Никакого omapi в конфиге нет... Сыкатно... Edited May 21, 2013 by kaktak Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
ixi Posted May 22, 2013 DDNS? Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
kaktak Posted May 23, 2013 DDNS? в конфиге dhcpd.conf: ddns-update-style none; ddns-updates off; а зачем dhcpd держать сокет для ddns? это ведь он инициирует обращение к dns, а не наоборот... Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
kaktak Posted May 27, 2013 options { listen-on port 53 { 127.0.0.1; 192.168.0.1; .... } .... не уловил связи Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...