Hi anonymous,
On Wed, 23 Jun 2010, [email protected] wrote:
> Hey Guys i have installed xbuntu on my server computer and the computer
> bears two network cards. here is what i want to do, to use one of the
> cards with configurations of the service provider and the other card
> with configurations for my local area network so how do setup the dhcp
> server.thanks
Simply install dhcp3-server, ignore your external interface and put
something like this in /etc/dhcpd.conf:
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.200 192.168.1.220;
option routers 192.168.1.100;
option domain-name-servers 192.168.1.100;
};
(replacing 192.168.1 with your internal subnet).
Cheers, Chris.
--
Aptivate | http://www.aptivate.org | Phone: +44 1223 760887
The Humanitarian Centre, Fenner's, Gresham Road, Cambridge CB1 2ES
Aptivate is a not-for-profit company registered in England and Wales
with company number 04980791.
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
All Archives can be found at http://www.mail-archive.com/[email protected]/
The above comments and data are owned by whoever posted them (including
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------