- 
	
			
				
					January 23rd, 2015, 01:42
				
			
			
				
					#1
				
				
				
			
	 
	
		
		
			
				
				
				
					
 starting dhcp failed
				
				
						
							
							
						
						
							
						
				
					
						
							با سلام
CentOs رو بر روی VMware work station نصب کردم
حالا میخوام اون رو به DHCP Server تبدیل کنم و از این لینک استفاده کردم
Configuring DHCP Server on CentOS/RHEL 6 - TecAdmin.net
این هم اطلاعات فایل dhcpd.conf هست
option domain-name "center.[COLOR=#0000FF !important]local[/COLOR]";
option domain-name-servers [COLOR=#0000FF !important]master[/COLOR].center.local;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
option [COLOR=#0000FF !important]routers[/COLOR] 192.168.1.1;
option subnet-mask 255.255.255.0;
option domain-search "center.local";
option domain-name-servers 192.168.1.100;
option time-[COLOR=#0000FF !important]offset[/COLOR] -18000; # [COLOR=#0000FF !important]Eastern Standard[/COLOR] Time
range 192.168.1.100 192.168.1.120;
}
[COLOR=#0000FF !important]host[/COLOR] station1 {
option host-name "centos-1.center.local";
[COLOR=#0000FF !important]hardware ethernet[/COLOR] 00:11:1A:2B:3C:AB;
fixed-address 192.168.1.101;
}
وقتی service dhcpd start رو میزنم خطای starting dhcp failed میاد
کسی میتونه راهنماییم کنه؟
ممنون میشم 
						
					 
					
				 
			 
			
			
				
				
				
					
						ویرایش توسط setareh1051 : January 23rd, 2015 در ساعت 01:44
					
					
				
				
				
				
				
					 
				
				
				
			 
			
			
		 
	 
		
	
 
- 
    
 
		
		- 
		
			
						
						
							January 23rd, 2015 01:42
						
					
					
						
							 # ADS