Solution for apt problem
radioact1ve
radioact1ve at gmail.com
Thu Mar 31 17:25:09 UTC 2005
This is dhcpd.leases:
lease {
interface "wlan0";
fixed-address 192.168.0.3;
option subnet-mask 255.255.255.0;
option dhcp-lease-time 259200;
option routers 192.168.0.1;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.0.1;
option domain-name-servers 192.168.0.1;
option interface-mtu 1492;
option domain-name "miamfl.adelphia.net";
renew 5 2005/4/1 09:29:51;
rebind 6 2005/4/2 21:13:06;
expire 0 2005/4/3 06:13:06;
}
There's also one for eth0 but I don't think you need it. Let me know if
you do.
dhcpd.conf doesn't exist... dhclient.conf does in the same directory and
it's nothing but comments. Thats the only .conf in the /etc/dhcp3/.
> Did you set up the dhcp server?
I'm using a netgear router thats using a cable modem. I don't think I
have to, do I? The router is set-up with dhcp if that means anything.
Thanks for your help Christoph!! I appreciate it.
- Miguel
On Thu, 2005-03-31 at 20:40 +1200, Christoph Georgi wrote:
> Sorry, did read this email that makes things more clear ...Sounds to me
> like a dhcp server issue..
> Anyway, please provide us with the dhcp
> config file (/etc/dhcp3/dhcpd.conf) and the leases file
> (/var/lib/dhcp3/dhcpd.leases) of your server..
>
> regards
> .christoph
>
More information about the ubuntu-users
mailing list