> > Je lutte avec dhcpd sur une machine disposant de 2 cartes r�seaux = Une > > future passerelle web pour mon lan perso, eth0= web, eth1=lan > > Apparemment dhcpd veut fonctionner sur les 2 interfaces: > > > > Listening on LPF/eth1/00:00:e8:e7:34:9d/192.168.0.0 > > Sending on LPF/eth1/00:00:e8:e7:34:9d/192.168.0.0 > > No subnet declaration for eth0 (83.12.24.101). > > Please write a subnet declaration in your dhcpd.conf file for the > > network segment to which interface eth0 is attached. > > exiting. > > > > Que faut-il rajouter dans le dhcpd.conf pour qu'il "oublie" eth0 ? > > --> vi /etc/default/dhcp3-server (s'il s'agit du dhcpd v3) > > # Defaults for dhcp initscript > # sourced by /etc/init.d/dhcp > # installed at /etc/default/dhcp3-server by the maintainer scripts > # This is a POSIX shell fragment > # On what interfaces should the DHCP server (dhcpd) serve DHCP requests? > # Separate multiple interfaces with spaces, e.g. "eth0 eth1". > INTERFACES="eth1"
Jouant avec dhcpd 2.0.15 j'ai rajoute� �a dans etc/default/dhcp (pr�sent et identique) Mais pas mieux... Please write a subnet declaration in your dhcpd.conf file for the network segment to which interface eth0 is attached. exiting. ?

