Bonsoir...
Je n'arrive pas à lancer mon serveur DHCP sous RH9, et je ne sais pas où se trouve mon erreur. Si quelqu'un pouvait me filer un peu...
La configuration : j'ai deux cartes reseau, une en dhcp connectée à un modem ADSL, l'autre en IP fixe (192.168.0.1). Ce pc sert de FW et de passerelle au lan. Je souhaites monter un serveur DHCP sur ce lan uniquement.
Voici le résultat d'un ifconfig :
Code :
- eth0 Lien encap:Ethernet HWaddr
- inet adr:192.168.0.1 Bcast:192.168.0.255 Masque:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:26575869 errors:0 dropped:0 overruns:0 frame:0
- TX packets:21218426 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 lg file transmission:100
- RX bytes:1281925057 (1222.5 Mb) TX bytes:2981877187 (2843.7 Mb)
- Interruption:10 Adresse de base:0xe400
- eth1 Lien encap:Ethernet HWaddr
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:21832605 errors:422 dropped:0 overruns:0 frame:422
- TX packets:26796844 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 lg file transmission:100
- RX bytes:3156315076 (3010.0 Mb) TX bytes:1468415147 (1400.3 Mb)
- Interruption:5 Adresse de base:0xe800
- lo Lien encap:Boucle locale
- inet adr:127.0.0.1 Masque:255.0.0.0
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:3456 errors:0 dropped:0 overruns:0 frame:0
- TX packets:3456 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 lg file transmission:0
- RX bytes:14987772 (14.2 Mb) TX bytes:14987772 (14.2 Mb)
- ppp0 Lien encap:Protocole Point-Ã -Point
- inet adr:XX.XX.XX.XX P-t-P:192.168.254.254 Masque:255.255.255.255
- UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
- RX packets:105062 errors:0 dropped:0 overruns:0 frame:0
- TX packets:91459 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 lg file transmission:3
- RX bytes:36305173 (34.6 Mb) TX bytes:24082975 (22.9 Mb)
|
Le contenu du fichier /etc/dhcpd.conf :
Code :
- subnet 192.168.0.1 netmask 255.255.255.0 {
- range 192.168.0.20 192.168.0.30;
- option routers 192.168.0.1;
- option domain-name-servers 192.168.0.1;
- default-lease-time 604800;
- max-lease-time 2592000;
- option broadcast-address 192.168.0.255;
- }
|
Le contenu du fichier /etc/sysconfig/dhcpd
Code :
- # Command line options here
- DHCPDARGS=eth0
|
L'erreur en question lorsque le lance le serveur # /sbin/service dhcpd start
Code :
- Démarrage de dhcpd : Internet Software Consortium DHCP Server V3.0pl1
- Copyright 1995-2001 Internet Software Consortium.
- All rights reserved.
- For info, please visit http://www.isc.org/products/DHCP
- /etc/dhcpd.conf line 1: subnet 192.168.0.1: bad subnet number/mask combination.
- subnet 192.168.0.1 netmask 255.255.255.0
- ^
- Configuration file errors encountered -- exiting
- If you did not get this software from ftp.isc.org, please
- get the latest from ftp.isc.org and install that before
- requesting help.
- If you did get this software from 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.
- [ECHOUE]
|
Je ne comprends pas cette erreur...
Merci d'avance.
CVince
Edit : mise en forme...
Message édité par cvince le 14-06-2004 à 22:59:14