The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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
229 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 ...
0
votes
1answer
507 views

ISC-DHCP: Battling to get the host name from the dhcp script

Server OS : Ubuntu 12.0.4.1 LTS Server Desktop OS : Ubuntu 12.0.4.1 LTS and Windows 7 I have followed an article on the net on how to update a powerdns database. ISC DHCP and PowerDNS How ever I am ...
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, ...
0
votes
1answer
237 views

How do I configure dhcpd?

I have installed two virtual machines that are running Ubuntu (I am using Vmware 9.0). I installed the DHCP server package on the first machine ("ubuntu A"), and I want the second virtual machine ...
1
vote
1answer
781 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
287 views

Configure ISC DHCP server “routers”

My challenge is trying to find a conditional way to change the order of the default gateways used in "option routers" parameters. Perhaps on receiving a DHCPDISCOVER message. So the first client ...
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
1answer
1k views

testing dhcp server locally on one physical machine with virtual machine

I'm writing simple program to configure and monitor DHCP server on my Ubuntu 12.04. What I'm trying to achieve that my physical machine will be DHCP server and my VM (virtual machine) get one lease ...
4
votes
1answer
174 views

Why using DHCP service?

A few simple questions for a total beginner: 1)Why use DHCP? I am running a small home-network: 1 desktop computer and twp lap-tops. What is the big advantage in DHCP for me? What configurations does ...
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 »... ...
2
votes
3answers
3k views

DHCP-server doesn't start at boot because of wrong startup order

Apparently the isc-dhcp-server is started too early in the boot sequence, it states that it has nothing to do. If I just log directly in as root and start it using the init.d-script, it starts ...
2
votes
2answers
8k views

dhcpd fails to start on eth1

I'm having trouble configuring and starting ISC DHCP server on my machine. I'm running Ubuntu 11.10 desktop edition. I installed ISC DHCP by running $ sudo apt-get install dhcp3-server My machine ...
4
votes
2answers
2k views

How to install dhcpd3?

As I recall, there used to be this DHCP server called dhcpd3 However, under ubuntu, I am not entirely sure where to obtain or how to install it. The following command doesn't seem to locate the ...
1
vote
0answers
908 views

DHCP Server allow only known mac and have special configuration to one of them? [closed]

I wanted to configure a dhcp server for my network but I need 1 special configure on it. My current network is like this: My server is currently at 10.0.0.2 and the dhcp server at eth0 My personal ...
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 ...