Witam. Probowalem juz na 2 forach ale nikt nie chcial pomoc wiec moze ktos tu sie zlituje nade mna. Mam w sieci 2 dostawcow neta. Jeden to netia a drugi neostrada. Statyczne ip nie wchodzi w gre wiec chce to zrobic na dnsmasq. Chce po adresie mac przydzielac odpowiednie ip, brame i dns komputerom w sieci. Mam wgrane openwrt z nakladka gargoyle.
Tak wygladaja konfigi
etc/config/dhcp
Cytat
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option dhcphostsfile '/etc/dhcp.hosts'
config dhcp 'lan'
option interface 'lan'
option leasetime '12h'
option start '2'
option limit '199'
list options '-O tag:lan2,3,192.168.1.251'
list options '-O tag:lan2,6,62.233.233.233,87.204.204.204'
option ignore '1'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
etc/dhcp.host
Cytat
40:61:86:0B:FB:5A,192.168.1.172 moj komputer
12:34:56:78:92:13,192.168.1.173
12:34:56:78:92:14,set:lan2,192.168.1.174
12:34:56:78:92:15,set:lan2,192.168.1.175
12:34:56:78:92:16,set:lan3,192.168.1.176
12:34:56:78:92:17,set:lan4,192.168.1.177
W putty dalem komende
Cytat /etc/init.d/dnsmasq enable
i
Cytat /etc/init.d/dnsmasq start pojawil sie dnsmasq w procesach ale nie dostaje ip z dhcp.
Co jest zle?
kowal
|