Not that i would know anything about the subject, but what i do is usually
- Code: Select all
apt-cache search dhcp | grep server
sometimes
- Code: Select all
apt-cache search dhcp | grep server | grep -v exclude_pattern
to exclude some result i know i don't want, via "grep -v", and sometimes
- Code: Select all
apt-cache search dhcp --names-only
helps too.
In this case "apt-cache search dhcp | grep server" already looks promising.
Very often
- Code: Select all
apt-cache search dhcp
or
- Code: Select all
apt-cache search dhcp | less
to scroll through the output of the search is sufficient too (no need to fiddle with grep and such).
I also check either the debian wiki:
https://wiki.debian.org/DHCP_Serverand often the ubuntu wiki helps too:
https://help.ubuntu.com/community/ServersIn this case it doesn't seem to help, as you will find dhcp3-server, but often it does.
I didn't find anything here:
http://www.debian-administration.org/but often you will (for such questions)
I would be more than happy if someone would explain the subnet-subject a bit more detailed (do i need a second network-card, etc). I fiddle a lot with networking questions these days, but it all is a big mess for me. The answer: "edit /etc/network/interfaces" didn't really make me see the light

. Perhaps i misunderstand "subnet". I thought it means one PC has access to one network, say the internet, and at the same time to another network, say a local one without access to the internet. gateway being the "thing" which goes from one net to the other. Yes, i am a noob. Never said something else ...

btw:
$ date +%F
2012-05-01
In Europe this means something. Have your say, give them the business. Every tool can be a weapon (I will use my laptop, but the old one...)