Re: How do I turn on dhcp?
Xavier Brouckaert <[email protected]> Wed, 07 Apr 2004 14:52:02 +0200
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Organization | UCL |
| Message-ID | <1081342322.573.5.camel@bush> |
Hi,
If you have dhcp3-server, put something like this in
/etc/dhcp3/dhcpd.conf :
subnet 192.168.144.0 netmask 255.255.255.0 {
range 192.168.144.100 192.168.144.200;
option routers 192.168.144.1;
}
your client will receive an ip between 192.168.144.100 and
192.168.144.200, its default gateway will be configured to 192.168.144.1
and the network will be 192.168.144.0/24.
Xavier
Le mer 07/04/2004 à 13:55, Larry Howe a écrit :
> Hi,
>
> I got my linksys wusb11 working with a static IP. I can ping other hosts. I
> would like to use dhcp. I experimented with dhcpcd. It put an entry for
> nameserver into resolv.conf, but it didn't do anything about a gateway or
> netmask. How can I get it to assign the gateway and netmask via dhcp?
>
> Larry
>
>
> _______________________________________________
> Atmel-wlan-usb mailing list
> Atmel-wlan-usb-ikZNBd7uB5wQUIZIPwn63sWURRETrGNnG9Ur7JDdleE@public.gmane.org
> https://iprserv.jura.uni-leipzig.de/mailman/listinfo/atmel-wlan-usb