J'ai essayer de suivre se tuto
http://www.formsys.net/DNS-DHCP_Dynamique.html
Mais dhcpd et named ne veule pas se lancer
named.conf
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};
zone "furiousdantevideo.net" IN {
type master;
file "alpha.local";
allow-update { key "rndckey"; };
};
zone "test.furiousdantevideo.net" IN {
type master;
file "reseau.local";
allow-update { key "rndckey";};
};
include "/etc/rndc.key";
dhcpd.conf
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
include "/etc/rndc.key";
zone furiousdantevideo.net. {
primary 127.0.0.1;
key rndckey;
}
zone test.furiousdantevideo.net. {
primary 127.0.0.1;
key rndckey;
}
option domain-name "furiousdantevideo.net";
ddns-update-style interim;
ignore client-updates;
et les dernier message de log
Jul 29 20:33:00 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Jul 29 20:33:00 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Jul 29 20:33:00 localhost dhcpd: All rights reserved.
Jul 29 20:33:00 localhost dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Jul 29 20:33:00 localhost dhcpd: Not searching LDAP since ldap-server, ldap-port, ldap-username, ldap-password and ldap-baes-dn were not specified in the config file
Jul 29 20:33:00 localhost dhcpd: Wrote 0 leases to leases file.
Jul 29 20:33:00 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd: No subnet declaration for eth1 (192.168.0.1).
Jul 29 20:33:01 localhost dhcpd: ** Ignoring requests on eth1. If this is not what
Jul 29 20:33:01 localhost dhcpd: you want, please write a subnet declaration
Jul 29 20:33:01 localhost dhcpd: in your dhcpd.conf file for the network segment
Jul 29 20:33:01 localhost dhcpd: to which interface eth1 is attached. **
Jul 29 20:33:01 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd: Not configured to listen on any interfaces!
Jul 29 20:33:01 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd: This version of ISC DHCP is based on the release available
Jul 29 20:33:01 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Jul 29 20:33:01 localhost dhcpd: have been made to the base software release in order to make
Jul 29 20:33:01 localhost dhcpd: it work better with this distribution.
Jul 29 20:33:01 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd: Please report for this software via the Red Hat Bugzilla site:
Jul 29 20:33:01 localhost dhcpd: http://bugzilla.redhat.com
Jul 29 20:33:01 localhost dhcpd:
Jul 29 20:33:01 localhost dhcpd: exiting.
Jul 29 20:34:09 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:34:50 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Jul 29 20:34:50 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Jul 29 20:34:50 localhost dhcpd: All rights reserved.
Jul 29 20:34:50 localhost dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Jul 29 20:34:50 localhost dhcpd: Not searching LDAP since ldap-server, ldap-port, ldap-username, ldap-password and ldap-baes-dn were not specified in the config file
Jul 29 20:34:50 localhost dhcpd: Wrote 0 leases to leases file.
Jul 29 20:34:50 localhost dhcpd:
Jul 29 20:34:50 localhost dhcpd: No subnet declaration for eth1 (192.168.0.1).
Jul 29 20:34:50 localhost dhcpd: ** Ignoring requests on eth1. If this is not what
Jul 29 20:34:50 localhost dhcpd: you want, please write a subnet declaration
Jul 29 20:34:50 localhost dhcpd: in your dhcpd.conf file for the network segment
Jul 29 20:34:50 localhost dhcpd: to which interface eth1 is attached. **
Jul 29 20:34:50 localhost dhcpd:
Jul 29 20:34:50 localhost dhcpd:
Jul 29 20:34:50 localhost dhcpd: Not configured to listen on any interfaces!
Jul 29 20:34:50 localhost dhcpd:
Jul 29 20:34:50 localhost dhcpd: This version of ISC DHCP is based on the release available
Jul 29 20:34:50 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Jul 29 20:34:51 localhost dhcpd: have been made to the base software release in order to make
Jul 29 20:34:51 localhost dhcpd: it work better with this distribution.
Jul 29 20:34:51 localhost dhcpd:
Jul 29 20:34:51 localhost dhcpd: Please report for this software via the Red Hat Bugzilla site:
Jul 29 20:34:51 localhost dhcpd: http://bugzilla.redhat.com
Jul 29 20:34:51 localhost dhcpd:
Jul 29 20:34:51 localhost dhcpd: exiting.
Jul 29 20:34:57 localhost named: zone furiousdantevideo.net/IN: loading from master file alpha.local failed: file not found
Jul 29 20:34:57 localhost named: _default/furiousdantevideo.net/IN: file not found
Jul 29 20:34:57 localhost named: zone test.furiousdantevideo.net/IN: loading from master file reseau.local failed: file not found
Jul 29 20:34:57 localhost named: _default/test.furiousdantevideo.net/IN: file not found
Jul 29 20:35:36 localhost smartd[2599]: Device: /dev/sda, FAILED SMART self-check. BACK UP DATA NOW!
Jul 29 20:35:36 localhost smartd[2599]: Device: /dev/sda, 1 Currently unreadable (pending) sectors
Jul 29 20:35:36 localhost smartd[2599]: Device: /dev/sda, 602 Offline uncorrectable sectors
Jul 29 20:36:11 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:38:13 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:38:47 localhost named: zone furiousdantevideo.net/IN: loading from master file alpha.local failed: file not found
Jul 29 20:38:47 localhost named: _default/furiousdantevideo.net/IN: file not found
Jul 29 20:38:47 localhost named: zone test.furiousdantevideo.net/IN: loading from master file reseau.local failed: file not found
Jul 29 20:38:47 localhost named: _default/test.furiousdantevideo.net/IN: file not found
Jul 29 20:39:13 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Jul 29 20:39:13 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Jul 29 20:39:13 localhost dhcpd: All rights reserved.
Jul 29 20:39:13 localhost dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Jul 29 20:39:13 localhost dhcpd: Not searching LDAP since ldap-server, ldap-port, ldap-username, ldap-password and ldap-baes-dn were not specified in the config file
Jul 29 20:39:13 localhost dhcpd: Wrote 0 leases to leases file.
Jul 29 20:39:14 localhost dhcpd:
Jul 29 20:39:14 localhost dhcpd: No subnet declaration for eth1 (192.168.0.1).
Jul 29 20:39:14 localhost dhcpd: ** Ignoring requests on eth1. If this is not what
Jul 29 20:39:14 localhost dhcpd: you want, please write a subnet declaration
Jul 29 20:39:14 localhost dhcpd: in your dhcpd.conf file for the network segment
Jul 29 20:39:14 localhost dhcpd: to which interface eth1 is attached. **
Jul 29 20:39:14 localhost dhcpd:
Jul 29 20:39:14 localhost dhcpd:
Jul 29 20:39:14 localhost dhcpd: Not configured to listen on any interfaces!
Jul 29 20:39:14 localhost dhcpd:
Jul 29 20:39:14 localhost dhcpd: This version of ISC DHCP is based on the release available
Jul 29 20:39:14 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Jul 29 20:39:14 localhost dhcpd: have been made to the base software release in order to make
Jul 29 20:39:14 localhost dhcpd: it work better with this distribution.
Jul 29 20:39:14 localhost dhcpd:
Jul 29 20:39:15 localhost dhcpd: Please report for this software via the Red Hat Bugzilla site:
Jul 29 20:39:15 localhost dhcpd: http://bugzilla.redhat.com
Jul 29 20:39:15 localhost dhcpd:
Jul 29 20:39:15 localhost dhcpd: exiting.
Jul 29 20:39:27 localhost named: zone furiousdantevideo.net/IN: loading from master file alpha.local failed: file not found
Jul 29 20:39:27 localhost named: _default/furiousdantevideo.net/IN: file not found
Jul 29 20:39:27 localhost named: zone test.furiousdantevideo.net/IN: loading from master file reseau.local failed: file not found
Jul 29 20:39:27 localhost named: _default/test.furiousdantevideo.net/IN: file not found
Jul 29 20:40:15 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:42:17 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:42:28 localhost named: /etc/named.conf:2: unknown key 'Oi524TeJ3VsntbBv1DidfIgaP0ogRlgvshM4ITdPMMkscX1dsR04LeTRCMJd'
Jul 29 20:42:40 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Jul 29 20:42:40 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Jul 29 20:42:40 localhost dhcpd: All rights reserved.
Jul 29 20:42:40 localhost dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Jul 29 20:42:40 localhost dhcpd: /etc/dhcpd.conf line 8: unknown key Oi524TeJ3VsntbBv1DidfIgaP0ogRlgvshM4ITdPMMkscX1dsR04LeTRCMJd
Jul 29 20:42:40 localhost dhcpd: key Oi524TeJ3VsntbBv1DidfIgaP0ogRlgvshM4ITdPMMkscX1
Jul 29 20:42:40 localhost dhcpd: ^
Jul 29 20:42:40 localhost dhcpd: /etc/dhcpd.conf line 12: unknown key Oi524TeJ3VsntbBv1DidfIgaP0ogRlgvshM4ITdPMMkscX1dsR04LeTRCMJd
Jul 29 20:42:40 localhost dhcpd: key Oi524TeJ3VsntbBv1DidfIgaP0ogRlgvshM4ITdPMMkscX1dsR04LeTRCMJd;
Jul 29 20:42:40 localhost dhcpd: ^
Jul 29 20:42:40 localhost dhcpd: Configuration file errors encountered -- exiting
Jul 29 20:42:40 localhost dhcpd:
Jul 29 20:42:40 localhost dhcpd: This version of ISC DHCP is based on the release available
Jul 29 20:42:40 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Jul 29 20:42:40 localhost dhcpd: have been made to the base software release in order to make
Jul 29 20:42:40 localhost dhcpd: it work better with this distribution.
Jul 29 20:42:40 localhost dhcpd:
Jul 29 20:42:40 localhost dhcpd: Please report for this software via the Red Hat Bugzilla site:
Jul 29 20:42:40 localhost dhcpd: http://bugzilla.redhat.com
Jul 29 20:42:41 localhost dhcpd:
Jul 29 20:42:41 localhost dhcpd: exiting.
Jul 29 20:44:00 localhost named: /etc/named.conf:2: unknown key 'hmac-md5'
Jul 29 20:44:19 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:44:25 localhost named: /etc/named.conf:2: unknown key 'algorithm'
Jul 29 20:44:56 localhost named: /etc/named.conf:2: unknown key 'secret'
Jul 29 20:45:26 localhost named: zone furiousdantevideo.net/IN: loading from master file alpha.local failed: file not found
Jul 29 20:45:27 localhost named: _default/furiousdantevideo.net/IN: file not found
Jul 29 20:45:27 localhost named: zone test.furiousdantevideo.net/IN: loading from master file reseau.local failed: file not found
Jul 29 20:45:27 localhost named: _default/test.furiousdantevideo.net/IN: file not found
Jul 29 20:46:21 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:47:30 localhost dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Jul 29 20:47:30 localhost dhcpd: Copyright 2004-2006 Internet Systems Consortium.
Jul 29 20:47:30 localhost dhcpd: All rights reserved.
Jul 29 20:47:30 localhost dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
Jul 29 20:47:30 localhost dhcpd: Not searching LDAP since ldap-server, ldap-port, ldap-username, ldap-password and ldap-baes-dn were not specified in the config file
Jul 29 20:47:30 localhost dhcpd: Wrote 0 leases to leases file.
Jul 29 20:47:30 localhost dhcpd:
Jul 29 20:47:30 localhost dhcpd: No subnet declaration for eth1 (192.168.0.1).
Jul 29 20:47:30 localhost dhcpd: ** Ignoring requests on eth1. If this is not what
Jul 29 20:47:30 localhost dhcpd: you want, please write a subnet declaration
Jul 29 20:47:30 localhost dhcpd: in your dhcpd.conf file for the network segment
Jul 29 20:47:30 localhost dhcpd: to which interface eth1 is attached. **
Jul 29 20:47:30 localhost dhcpd:
Jul 29 20:47:30 localhost dhcpd:
Jul 29 20:47:30 localhost dhcpd: Not configured to listen on any interfaces!
Jul 29 20:47:30 localhost dhcpd:
Jul 29 20:47:31 localhost dhcpd: This version of ISC DHCP is based on the release available
Jul 29 20:47:31 localhost dhcpd: on ftp.isc.org. Features have been added and other changes
Jul 29 20:47:31 localhost dhcpd: have been made to the base software release in order to make
Jul 29 20:47:31 localhost dhcpd: it work better with this distribution.
Jul 29 20:47:31 localhost dhcpd:
Jul 29 20:47:31 localhost dhcpd: Please report for this software via the Red Hat Bugzilla site:
Jul 29 20:47:31 localhost dhcpd: http://bugzilla.redhat.com
Jul 29 20:47:31 localhost dhcpd:
Jul 29 20:47:31 localhost dhcpd: exiting.
Jul 29 20:48:23 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:50:25 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Jul 29 20:51:22 localhost automount[1906]: create_udp_client: hostname lookup failed: No such process
Jul 29 20:51:22 localhost automount[1906]: create_tcp_client: hostname lookup failed: No such process
Jul 29 20:51:23 localhost automount[1906]: lookup_mount: exports lookup failed for .directory
Jul 29 20:51:23 localhost automount[1906]: create_udp_client: hostname lookup failed: No such process
Jul 29 20:51:23 localhost automount[1906]: create_tcp_client: hostname lookup failed: No such process
Jul 29 20:51:23 localhost automount[1906]: lookup_mount: exports lookup failed for .directory
Jul 29 20:52:27 localhost NetworkManager: <WARN> nm_device_802_11_wireless_scan(): could not trigger wireless scan on device wlan0: Network is down
Je pense que j'ai d'eu faire une erreur mais la quelle?