LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-03-2008, 04:43 AM   #1
gannurajput
LQ Newbie
 
Registered: Oct 2007
Location: india ,ap,hyd
Posts: 4

Rep: Reputation: 0
creation of dhcpd.conf file


can u help to configure sample dhcpd.conf file , and steps need to create virtual interface in this
 
Old 01-03-2008, 06:35 AM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by gannurajput View Post
can u help to configure sample dhcpd.conf file
Here's a working example:
Code:
ddns-update-style none;
subnet 192.168.3.0 netmask 255.255.255.0 {
       option routers 192.168.3.1;
       option subnet-mask 255.255.255.0;
       option domain-name "example.net";
       option domain-name-servers 192.168.3.1;
       option broadcast-address 192.168.3.255;
       range 192.168.3.101 192.168.3.171;
       default-lease-time 43200;
       max-lease-time 86400;
       }
Quote:
and steps need to create virtual interface in this
I haven't a clue. I'm sure someone else knows, though.
 
Old 01-03-2008, 02:45 PM   #3
ARC1450
Member
 
Registered: Jun 2005
Location: Odenton, MD
Distribution: Gentoo
Posts: 290

Rep: Reputation: 30
Could you describe this virtual interface you speak of? I've not seen anything about it, but I'm far from highly informed on DHCPD.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/etc/dhcpd.conf or /ltsp/dhcpd.conf ? maxsanders Ubuntu 1 07-07-2007 06:32 AM
dhcpd subnet declaration problems in dhcpd.conf vcrispo Linux - Networking 6 07-15-2005 10:32 AM
can't file dhcpd.conf vito_huang Linux - Networking 6 01-28-2005 07:04 AM
need help with dhcpd.conf file running two nics hwb0014 Linux - Networking 4 08-28-2002 11:47 AM
Installed DHCP on RH7.2, no dhcpd.conf file??? AnthonyM Linux - Networking 8 07-30-2002 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration