Re: [CentOS] CENTOS DHCP Server and windows computer/host name ISSUE

2010-08-24 Thread Steve Thompson
On Tue, 24 Aug 2010, Phil Savoie wrote: > I use mac address reservations in the /etc/dhcpd.conf file, like so: > > host linsrv { > hardware ethernet 00:50:fc:57:5c:db; > option host-name "linsrv"; > fixed-address 192.168.100.254; > } The way that I always do it is: host f

Re: [CentOS] CENTOS DHCP Server and windows computer/host name ISSUE

2010-08-24 Thread Victor Padro
On Tue, Aug 24, 2010 at 3:12 PM, linux-crazy wrote: > Hi list, > > We are running few Centos5.4 and windows 2003 instance  on CENTOS XEN > virtualized environment , all the guest are getting the IP/NETWORK/GATEWAY > setting from the DHCP Server running on CENTOS 5 server and the DNS > configured o

Re: [CentOS] CENTOS DHCP Server and windows computer/host name ISSUE

2010-08-24 Thread Phil Savoie
See inline, please linux-crazy wrote: > Hi list, > > We are running few Centos5.4 and windows 2003 instance on CENTOS XEN > virtualized environment , all the guest are getting the > IP/NETWORK/GATEWAY setting from the DHCP Server running on CENTOS 5 > server and the DNS configured on the win

Re: [CentOS] CENTOS DHCP Server and windows computer/host name ISSUE

2010-08-24 Thread Alan Hodgson
On Tuesday, August 24, 2010, "linux-crazy" wrote: > > Is there is any configuration to be tuned on dhcpd.conf or any files or > parameter to be tuned on windows 2003 guests to get the hostname from the > DHCP/DNS . i heard about some option like "*dhcpd opt 12*" on windows > regisrty level will

[CentOS] CENTOS DHCP Server and windows computer/host name ISSUE

2010-08-24 Thread linux-crazy
Hi list, We are running few Centos5.4 and windows 2003 instance on CENTOS XEN virtualized environment , all the guest are getting the IP/NETWORK/GATEWAY setting from the DHCP Server running on CENTOS 5 server and the DNS configured on the windows 2003 server. All of the CENTOS Guests are gett

Re: [CentOS] CentOS DHCP Server

2009-12-14 Thread Kemp, Larry
- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Alan McKay Sent: Tuesday, December 08, 2009 4:45 PM To: CentOS mailing list Subject: Re: [CentOS] CentOS DHCP Server On Tue, Dec 8, 2009 at 4:35 PM, Kemp, Larry wrote: > Yep. Dnsmasq was parked on 67. Gonna

Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Alan McKay
On Tue, Dec 8, 2009 at 4:35 PM, Kemp, Larry wrote: > Yep. Dnsmasq was parked on 67. Gonna have to "yum remove" him. Big thanks > guys. better be sure first that it is not also acting as a DNS server since it does both -- “Don't eat anything you've ever seen advertised on TV” - Michae

Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Kemp, Larry
OS] CentOS DHCP Server On Tue, 2009-12-08 at 16:03 -0500, Kemp, Larry wrote: > CentOS Community, > > I need help with a CentOS DHCP server. > > I have a simple 32bit CentOS 5.3 server running on an Intel chip server in a > lab environment with two NIC's. > > I

Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Alan McKay
See if someone else is hanging onto port 67 [r...@morrison ~]# lsof -i -P | grep :67 dnsmasq 23404nobody5u IPv4 46029087 UDP *:67 dnsmasq is a popular light-weight DHCP server -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In De

Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Ron Loftin
On Tue, 2009-12-08 at 16:03 -0500, Kemp, Larry wrote: > CentOS Community, > > I need help with a CentOS DHCP server. > > I have a simple 32bit CentOS 5.3 server running on an Intel chip server in a > lab environment with two NIC's. > > Interfaces: > eth0 - Is connected to the Internet using a

Re: [CentOS] CentOS DHCP Server

2009-12-08 Thread Jon Moore
On Tue, Dec 8, 2009 at 3:03 PM, Kemp, Larry wrote: > CentOS Community, > > I need help with a CentOS DHCP server. > > I have a simple 32bit CentOS 5.3 server running on an Intel chip server in a > lab environment with two NIC's. > > Interfaces: > eth0 - Is connected to the Internet using a static

[CentOS] CentOS DHCP Server

2009-12-08 Thread Kemp, Larry
CentOS Community, I need help with a CentOS DHCP server. I have a simple 32bit CentOS 5.3 server running on an Intel chip server in a lab environment with two NIC's. Interfaces: eth0 - Is connected to the Internet using a static public IP address. eth1 - Is connected to a private 10.1.1.0/24 L