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 ...
1
vote
1answer
779 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 ...
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 ...
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 ...
3
votes
3answers
11k views

DHCP server doesn't start

I installed dhcp3-server in ubuntu server 11.04 apt-get install dhcp3-server However, an error message during installation: Traitement des actions différées (« triggers ») pour « man-db »... ...
13
votes
2answers
3k views

Switching a server to static IP from DHCP

I am running an Ubuntu 10.04 server installation and I recently had to switch it from DHCP to static ip. I edited /etc/network/interfaces file and switched iface eth0 inet dhcp to iface eth0 inet ...
2
votes
1answer
1k views

DHCPD Server issue multiple IP's to one Nic [closed]

I have a local DHCP Server running on 10.04 want have a few host entries so that the machines can just use DHCP but allows me to route traffic to them via IPTABLES. One of them is a Windows 2008 ...