Re: How do I set up DHCP in order to upgrade the software on my router?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/28/2010 08:31 AM, Colin Paul Adams wrote:

> I edited 
> /etc/dhcp/dhcpd.conf
> 
> to look like this:
> 
> #
> # DHCP Server Configuration file.
> #   see /usr/share/doc/dhcp*/dhcpd.conf.sample
> #   see 'man 5 dhcpd.conf'
> #
> authoritative;
> use-host-decl-names on;
> ddns-update-style none;
> 
> option domain-name "colin.demon.co.uk";
> next-server 192.168.254.201;
> filename "linux/pxelinux.0";
> allow bootp;
> 
> subnet 192.168.254.0 netmask 255.255.255.0 {
> 
> 	option subnet-mask 255.255.255.0;
> 	option broadcast-address 192.168.254.255;
> 
> }
> group {
>  host 192.168.254.254 { hardware ethernet 00:14:7F:F8:83:DD; }
> }
> 

I looked at /usr/share/doc/dhcp-4.2.0/dhcpd.conf.sample,
and saw the following:
"
# This declaration allows BOOTP clients to get dynamic addresses,
# which we don't really recommend.

subnet 10.254.239.32 netmask 255.255.255.224 {
  range dynamic-bootp 10.254.239.40 10.254.239.60;
  option broadcast-address 10.254.239.31;
  option routers rtr-239-32-1.example.org;
}
"

If the above, in the sample file, is correct,
and your router is using BOOTP instead of DHCP,
I would think you need
  "range dynamic-bootp ..."

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk0aADAACgkQyc8Kn0p/AZRzlACfeZe3M257Yjd7hJxLdIJDqHzt
srIAnjHnPolQVWotLGs7lw9E2Wsz8vjr
=Q7Av
-----END PGP SIGNATURE-----
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux