Discussion:
dhcp config
bloodhound
2008-07-13 14:25:46 UTC
Permalink
hi all,

im trying to get freewrt do distribute dhcp adresses on the wlan
interface eth2. i think the standard dhcp configuration is done in
/etc/dnsmasq.conf, so i added

dhcp-range=192.168.10.2,192.168.10.254,255.255.255.0,2h
interface=eth2

but it doenst work... any ideas?

and, how do i configure other dhcp settings, like default gw and so on...

would it be better using dhcpd?

thx.
max
Przemysław Kujawski
2008-07-13 16:27:37 UTC
Permalink
Post by bloodhound
im trying to get freewrt do distribute dhcp adresses on the wlan
interface eth2. i think the standard dhcp configuration is done in
/etc/dnsmasq.conf, so i added
dhcp-range=192.168.10.2,192.168.10.254,255.255.255.0,2h
interface=eth2
but it doenst work... any ideas?
You have to set dns_dhcp option in /etc/rc.conf to "YES".
bloodhound
2008-07-13 17:18:22 UTC
Permalink
Post by Przemysław Kujawski
Post by bloodhound
im trying to get freewrt do distribute dhcp adresses on the wlan
interface eth2. i think the standard dhcp configuration is done in
/etc/dnsmasq.conf, so i added
dhcp-range=192.168.10.2,192.168.10.254,255.255.255.0,2h
interface=eth2
but it doenst work... any ideas?
You have to set dns_dhcp option in /etc/rc.conf to "YES".
_______________________________________________
freewrt-users mailing list
https://www.freewrt.org/lists/listinfo/freewrt-users
the service is running.
Przemysław Kujawski
2008-07-13 17:37:04 UTC
Permalink
Post by bloodhound
Post by Przemysław Kujawski
Post by bloodhound
im trying to get freewrt do distribute dhcp adresses on the wlan
interface eth2. i think the standard dhcp configuration is done in
/etc/dnsmasq.conf, so i added
dhcp-range=192.168.10.2,192.168.10.254,255.255.255.0,2h
interface=eth2
but it doenst work... any ideas?
You have to set dns_dhcp option in /etc/rc.conf to "YES".
the service is running.
Have You tried to restart it after changing configuration?
/etc/init.d/S50dnsmasq restart
Maximilian Schmitz
2008-07-14 06:25:31 UTC
Permalink
Post by bloodhound
Post by Przemysław Kujawski
Post by bloodhound
im trying to get freewrt do distribute dhcp adresses on the wlan
interface eth2. i think the standard dhcp configuration is done in
/etc/dnsmasq.conf, so i added
dhcp-range=192.168.10.2,192.168.10.254,255.255.255.0,2h
interface=eth2
but it doenst work... any ideas?
You have to set dns_dhcp option in /etc/rc.conf to "YES".
the service is running.
Have You tried to restart it after changing configuration?
/etc/init.d/S50dnsmasq restart


yes, i have. i will post my whole config file this evening.

Loading...