Да я знаю что арч говно, но решил попробовать.
DHCP сервер на дебиане.
Этот же комп с дебианом работает без проблем, а арч получает все (ip, маску, днс и маршрут) кроме основного шлюха.
server-identifier gate-00;
allow booting;
allow bootp;
ignore client-updates;
ddns-update-style none;
default-lease-time 86400;
max-lease-time 86400;
authoritative;
log-facility local7;
option domain-name "ololo.local";
option domain-name-servers 172.16.0.101,172.16.0.69,172.16.0.77;
option time-offset 10800;
option time-servers 172.16.0.1;
option ntp-servers 172.16.0.1;
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
next-server 172.16.0.101;
filename "pxelinux.0";
#
###
subnet 172.16.250.0 netmask 255.255.255.0 {
range 172.16.250.1 172.16.250.250;
option subnet-mask 255.255.255.0;
option routers 172.16.250.253;
option broadcast-address 172.16.250.255;
#option rfc3442-classless-static-routes 16, 172,16, 172,16,250,254;
#option ms-classless-static-routes 16, 172,16, 172,16,250,254;
host home_computer {hardware ethernet 6C:F0:49:E3:C3:40;fixed-address 172.16.250.241;option rfc3442-classless-static-routes 16, 172,16, 172,16,250,254;option ms-classless-static-routes 16, 172,16, 172,16,250,254;}
host work_computer {hardware ethernet 00:25:22:03:49:1E;fixed-address 172.16.250.242;option rfc3442-classless-static-routes 16, 172,16, 172,16,250,254;option ms-classless-static-routes 16, 172,16, 172,16,250,254;}
host home_htpc {hardware ethernet 00:21:91:f4:40:82;fixed-address 172.16.250.250;option rfc3442-classless-static-routes 16, 172,16, 172,16,250,254;}
host home_wi-fi_router {hardware ethernet 00:90:4c:c0:00:02;fixed-address 172.16.250.252;}
next-server 172.16.250.253;
filename "pxelinux.0";
}