Re: How do I turn on dhcp?
Larry Howe <[email protected]> Wed, 7 Apr 2004 18:28:11 -0400
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
Merci, but, I already have a dhcp server that is working (it is a Westell DSL modem/router). There seems to be something wrong with the dhcp client. It will not obtain an IP address from the dhcp server. My other linux and windows PCs on this network are working fine. This one that is not working is Suse 9. My Suse 8 and Win2k machines all work fine. In fact this PC is dual boot and if I boot it into win2k, it works fine. So there doesn't seem to be a hardware issue either. Larry Quoting Xavier Brouckaert <[email protected]>: > 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 > >