The dhcpd tag has no wiki summary.
2
votes
1answer
1k views
Can't Start ISC DHCP IPv6 Server
Trying to enable the ISC DHCP server for just IPv6 on Ubuntu 12.04 LTS.
I have downloaded and installed the DHCP server via the following command:
$ sudo apt-get install isc-dhcp-server
Then I ...
1
vote
1answer
788 views
DHCP server with multiple interfaces on ubuntu, destroys default gateway
I use Ubuntu, and I have many interfaces. eth0, which is my internet connection, and it gets its info from a DHCP-server totally outisde of my control.
I then have eth1,eth2,eth3 and eth4 which I ...
0
votes
1answer
26 views
Dhcpd: I have 2 Linux Ubuntu Servers running DHCP. Is it possible to install a 3rd DHCP server (which will run Windows Server)?
Im learning /etc/dhcpd.conf, and set up 2 dhcp servers that are running Ubuntu 1204. Do you know if I can make a 3rd dhcp server, but I want this one to run Windows DHCP (not AD, just Dhcp and ...
1
vote
0answers
159 views
Creating DDNS with udhcpd and PowerDNS
Server OS = Ubuntu 12.0.4.1 LTS
Desktop OS = Windows 7, Ubuntu 12.04.1 LTS
DHCP Server daemon = udhcp
DNS Server daemon = powerdns (using mysql as the backend)
I am very new to the Linux scene, ...
1
vote
0answers
170 views
how to automatically clean dhcpd.leases?
I'm using isc-dhcpd under Ubuntu and I'm looking for a clean and secure way to "purge" the leases that are expired.
Is there a way with dhcpd.conf ? or with a script ?
Is there any risks to do that ...
0
votes
0answers
12 views
whats going on in here with dhcpd
I'm running isc-dhcp-server 4.1 on Ubuntu server 12.04.2 x86_64.
netstat -uap gives this at the top. I think there should be just one line for dhcpd?
Proto Recv-Q Send-Q Local Address ...
0
votes
0answers
27 views
Execute a shell command in ISC DHCP
Can I execute a shell script and retrieve the return results in ISC DHCP. For example below doesn't work;
if(execute("/root/myscript.sh", "d", "add", "", "0"))
{
[..]
}
Was wondering if there's ...
0
votes
0answers
231 views
ubuntu 12.10 internet connection and dhcp problem
this question is related to my previous one (link).
my network topology is: NAT->modem->router(NetGear 192.168.1.1)->TPLink(192.168.0.1) TPLink gives me the wireless network at home. but I have also ...
