F7 Help with DHCP

antonio montagnani antonio.montagnani at gmail.com
Tue Jul 17 20:37:15 UTC 2007


2007/7/17, Frank Cox <theatre at sasktel.net>:
> On Tue, 17 Jul 2007 17:24:45 +0200
> Manuel Arostegui Ramirez <manuel at todo-linux.com> wrote:
>
> > subnet 192.168.1.0 netmask 255.255.255.0 {
> >         range 192.168.1.100 192.168.1.150;
> >         option broadcast-address 192.168.1.255;
> >         option routers 192.168.1.1;
> >         #option domain-name "YOURNET";
> >         option domain-name-servers 213.172.33.34;
>
> Some stuff will fail without "next-server" as well.
>
> --
> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Tnx to all for help: I arranged to use the following dhcp.con f file,
I guess that is not very different from Manuel's...: but I am fully
un-expert of DHCP (and may others subjects!!!)

# option subnet-mask 255.255.255.0;
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.200 192.168.0.250;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
#option domain-name-servers 62.211.69.250, 212.48.4.15;
#option domain-name "podzone.net" ;
default-lease-time 604800;
max-lease-time 2592000;
}

For your information we inserted a SC101 Netgear storage device: no
way to have it working in a Linux environment (and also you need to
install his software on each windows computer on a network), even if
it gets a IP number from my Linux DHCP server. But Netgear clearly
stated that only Windows is supported.
-- 
Antonio Montagnani
Skype : antoniomontag




More information about the fedora-list mailing list