viktur2711
(usa Ubuntu)
Enviado em 06/08/2014 - 19:09h
Boa noite, estou tentando a algum tempo colocar 2 placas de rede no meu pc, uma como cliente DHCP e outra com IP estático para criar um servidor DHCP na rede, segue a configuração do interfaces e o erro apresentado:
interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.20.254
netmask 255.255.255.0
erro ao tentar iniciar:
root@netserver:/home/adminti# service networking restart
[....] Running /etc/init.d/networking restart is deprecated because it may not r[warnble some interfaces ... (warning).
[....] Reconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit
https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:e0:09:06:bc:e2
Sending on LPF/eth0/00:e0:09:06:bc:e2
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
No DHCPOFFERS received.
Trying recorded lease 192.168.200.13
PING 192.168.200.254 (192.168.200.254) 56(84) bytes of data.
--- 192.168.200.254 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
No working leases in persistent database - sleeping.
done.
Desde já grato pela atenção.
Victor.