Project

General

Profile

« Previous | Next » 

Revision 5ffb18e0

Added by Scott Ullrich over 19 years ago

  • Start dhcp relay
  • Start DNSUpdate

View differences:

etc/rc.bootup
197 197

  
198 198
	/* start dyndns service */
199 199
	services_dyndns_configure();
200
	
201
	/* static IP address? -> attempt DNS update */
202
	if (is_ipaddr($config['interfaces']['wan']['ipaddr']))
203
		services_dnsupdate_process();
200 204

  
201 205
	/* start DHCP service */
202 206
	services_dhcpd_configure();
203 207

  
208
	/* start DHCP relay */
209
	services_dhcrelay_configure();
210

  
204 211
	/* start SNMP service */
205 212
	services_snmpd_configure();
206 213

  

Also available in: Unified diff