Есть гейт на openbsd, на нем куча вланов, но вот dhcp не воспринимает интерфейс vlan777 как интерфейс, в общем не понятно почему. у кого ни-будь есть мысли по этому поводу?
# uname -a
OpenBSD gw 4.3 GENERIC#698 i386
# cat /etc/hostname.vlan777
vlan 777 vlandev em2
description «admin»
inet 10.77.0.1 255.255.255.252
# ifconfig
...
vlan777: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:xx:xx:xx:xx:a9
        description: admin
        vlan: 777 priority: 0 parent interface: em2
        groups: vlan
        inet6 fe80::21b:21ff:fe1d:4ea9%vlan777 prefixlen 64 scopeid 0x22
        inet 10.77.0.1 netmask 0xfffffffc broadcast 10.77.0.3
...
# cat /etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
subnet 10.77.0.0 netmask 255.255.255.0 {
    option routers 10.77.0.1;
    option domain-name «mynetwork.local»;
    option domain-name-servers 192.168.64.7, 192.168.64.3;
    interface vlan777;
}
# /usr/local/sbin/dhcpd
Internet Systems Consortium DHCP Server V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 leases to leases file.
vlan777: not found
If you did not get this software from ftp://ftp.isc.org, please
get the latest from ftp://ftp.isc.org and install that before
requesting help.
If you did get this software from ftp://ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.
WTF?

    
      Ответ на:
      
          комментарий
        от power 
  

    
      Ответ на:
      
          комментарий
        от mcconfig 
  
    
      Ответ на:
      
          комментарий
        от blind_oracle 
  
    
      Ответ на:
      
          комментарий
        от mcconfig 
  
    
        Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.
      
Похожие темы
- Форум Настройка DHCP (2016)
- Форум isc-dhcp-server не хочет слушать на vlan'е (2015)
- Форум Прошу помощи по dhcp на openSuse 42.3. Решено. (2018)
- Форум dhcp на Ubuntu server 11.4 (2011)
- Форум Помогите разобраться с isc-dhcp-server (2014)
- Форум Вопросы по настройке DHCP (2014)
- Форум [Debian][Wheezy] помогите настроить dhcp. (2012)
- Форум не запускается isc-dhcp-server (2011)
- Форум vlan + dhcp на linux, dhcp не работает... (2008)
- Форум isc-dhcp-server не выдаёт фиксированные ip (2021)