давайте заново, а?
вот по ifconfig'у вижу:
eth0 Link encap:Ethernet HWaddr 00:17:31:a3:95:d4
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Base address:0xd800
eth0:avahi Link encap:Ethernet HWaddr 00:17:31:a3:95:d4
inet addr:169.254.9.219 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:20 Base address:0xd800
вот у меня в /etc/network/interfaces прописано:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
up /etc/init.d/dhcp3-server start
в /etc/dhcp3/dhcpd.conf тупо из примера скопипастено:
option domain-name "domain.ru";
option domain-name-servers 192.168.0.1;
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.199;
option routers 192.168.0.1;
filename = "ubuntu/install/netboot/pxelinux.0";
}
и все равно не стартрует и в логах: No subnet declaration for eth0 (no IPv4 addresses) и Not configured to listen on any interfaces!
ткните, как надо правильно-то?!
сейчас сделал и /etc/dhcp3/dhcpd.conf и /etc/dhcp/dhcpd.conf одинаковыми, запустился сервер, но в логах теперь пишет: Multiple interfaces match the same subnet: eth0 wlan0
Multiple interfaces match the same shared network: eth0 wlan0