Displaying 6 results from an estimated 6 matches for "dhcpdargs".
2013 Feb 03
4
CentOs 6 DHCP Server and virtual interface
Hello All
I have looking for any specific answer for one thing.
I have a virtualized Server with only one physical interface eth0 (WAN).
To run OpenVPN i need to use DHCP server. And here is the question: is
there a chance to run DHCP server on eth0:0 interface? Or it is impossible ?
Thanks in advance.
--
/Best Regards
*Greg*/
UML Professional (Cert #251574932)
2009 Jul 08
7
dhcp question
Hi
?
How can I do the dhcp to assign ip for eth2 network?only?
?
eth1 and eth0 can igorn
?
thank you
__________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 15
3
CentOS-6 dhcpd
...readed message
"Not configured to listen on any interfaces!"
when I "sudo service dhcpd restart".
I realise now that I have never known
how the connection between interface (eth0 and eth1, in my case)
and network (192.168.1.0 and 192.168.2.0, in my case)
is established.
I have DHCPDARGS=eth1 in /etc/sysconfig/dhcpd
but evidently I need to say something more somewhere.
Can one actually specify the interface in /etc/dhcpd.conf
and if so how?
Any suggestions or enlightenment gratefully received.
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-28...
2008 Nov 19
1
Restricting dhcpd to an interface
I want to run dhcpd on my notebook to support test systems connecting on
a separate interfaces.
I have looked at both the dhcpd and dhcpd.conf man pages and did not
find an 'interface' option.
I will have 3 interfaces on my notebook. One for the notebooks network
access and two for test systems. I want to serve different subnets on
each of those interfaces, and have not figured
2011 Jan 01
2
DHCPD troubleshooting..? help!
...n-name-servers????? 8.8.8.8;
?????? #option netbios-name-servers???? 192.168.0.2; #WINS Server???????
??? range dynamic-bootp 192.168.75.26 192.168.75.100;? #DHCP Range to assign
?????? default-lease-time 43200;
?????? max-lease-time 86400;
}
more /etc/sysconfig/dhcpd
# Command line options here
DHCPDARGS=eth0
tail -f /var/log/messages:
Jan? 1 01:25:58 dnalor dhcpd: DHCPREQUEST for 192.168.25.100 (192.168.25.25) from 00:23:4b:cc:6c:b7 (oli) via eth0
Jan? 1 01:25:58 dnalor dhcpd: DHCPACK on 192.168.25.100 to 00:23:4b:cc:6c:b7 (oli) via eth0
Jan? 1 01:26:16 dnalor dhcpd: Unable to add forward map fr...
2008 Jul 06
3
Couple of CentOS 5.2 dhcp notes
1. Apparently, since I updated from 5.1 to 5.2, dhcpd no longer wants to
stay running. The config is sound, and I can start it from the
command-line with the "-d" flag and it serves up leases. But without
the -d flag, it just silently dies...
2. Syslog contains this little snippet:
dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Figured you'd want to know... ;)