Tagged Questions
1
vote
1answer
35 views
Configuring linux to be visible in microsoft DNS domain
I've been trying to have one of our linux box available in the windows domain. The linux box is a ubuntu server without gui or X installed. All manipulations are done from ssh.
Linux box:
...
1
vote
2answers
114 views
DHCP issue in our network, could it be hidden 2nd DHCP server?
Something weird happened today. We have a TP-LINK wifi router in our office distributing a pool of IPs 192.168.80-200. There are some windows and some linux boxes.
One of the linux boxes (CentOS) ...
2
votes
1answer
170 views
How to pass a vendor-specific options to a DHCP server using dhclient?
I need to send vendor-options to DHCP server using dhclient (ISC).
As I understand I need to describe that options in the dhclient.conf.
Do I need make new "space" for options? Or I can do "send"?
...
5
votes
2answers
2k views
Register A records for my Linux box on my Windows 2008 DNS/DHCP server
I've a network which is mainly Windows: Windows 2008 server (with DNS/DHCP as well as AD), and various mainly Windows machines (servers, XP, 7). I know trying to add few Linux boxes, and can't make ...
0
votes
2answers
321 views
dhclient append settings from multiple DHCP servers
I have a server with two interfaces connected to two separate networks, using DHCP for both. When dhclient is writing /etc/resolv.conf, I would like it to append settings that aren't already there. ...
2
votes
2answers
768 views
Linux:/sbin/dhclient to bind to a specific interface?
I'm running RHEL5.5 and have several network interfaces (eth0, eth1, eth2) on the machine. I wish to make /sbin/dhclient bind its UDP port 68 on specific interfaces (eth0 and eth2) but when I do ...
1
vote
3answers
1k views
DHCLIENT.CONF System variables
I've just a little question.
My DNS Servers are updated by our DHCP Server (Microsoft Windows 2003 R2 SP2).
My clients are Debian Linux Distro's, and I have to modify my DHCLIENT.CONF file on it to ...