Jump to content

Recommended Posts

Posted (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 by kaktak
Posted

DDNS?

 

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

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

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

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.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.