Jump to content
Калькуляторы

isc dhcpd что за сокет?

# 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 by kaktak

Share this post


Link to post
Share on other sites

DDNS?

 

в конфиге dhcpd.conf:

ddns-update-style none;
ddns-updates off;

а зачем dhcpd держать сокет для ddns? это ведь он инициирует обращение к dns, а не наоборот...

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.