Re: Getting DHCP working with windows
On Mon, 24 Jan 2000, Damon Muller wrote:
dm-deb >I've also tried adding the 255.255.255.255 route as described in the
dm-deb >HOWTO, but it didn't make any difference.
make sure a firewall is not blocking the dhcp broadcasts..the package
'ipmasq' pretty much blocked everything from my machines (including
dhcp) by firewalling all incoming/outgoing packets.
dm-deb >subnet 192.168.1.0 netmask 255.255.255.0 {
dm-deb >range 192.168.1.100 192.168.1.200;
dm-deb >}
I'm not sure if it makes a difference but i include the router and
broadcast addresses inside the subnet area like:
subnet 10.10.10.0 netmask 255.255.255.0 {
range 10.10.10.10 10.10.10.254;
option broadcast-address 10.10.10.255;
option routers 10.10.10.1;
}
I'm willing to bet though its a firewall thing. also check your
daemon.log or dhcp requests/responses.
nate
----------------------------------------[mailto:aphro@aphroland.org ]--
Vice President Network Operations http://www.firetrail.com/
Firetrail Internet Services Limited http://www.aphroland.org/
Everett, WA 425-348-7336 http://www.linuxpowered.net/
Powered By: http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMP http://yahoo.aphroland.org/
-----------------------------------------[mailto:aphro@netquest.net ]--
9:35pm up 157 days, 9:41, 1 user, load average: 1.00, 1.03, 1.00
Reply to: