February 13, 200917 yr How can I make this go away? everything works ok just keep seeing this in my log. Feb 12 06:54:30 Tower dhcpcd[1125]: sending DHCP_REQUEST for 192.168.1.9 to 192.168.1.1 Feb 12 06:54:30 Tower dhcpcd[1125]: dhcpIPaddrLeaseTime=86400 in DHCP server response. Feb 12 06:54:30 Tower dhcpcd[1125]: dhcpT1value is missing in DHCP server response. Assuming 43200 sec Feb 12 06:54:30 Tower dhcpcd[1125]: dhcpT2value is missing in DHCP server response. Assuming 75600 sec Feb 12 06:54:30 Tower dhcpcd[1125]: DHCP_ACK received from (192.168.1.1) Thanks Jerry
February 13, 200917 yr Ignore it, it is completely normal, is using a 24 hour lease time from the router. Some values are left empty so the defaults will apply. Actually, you can eliminate this series of lines by setting a static IP, so DHCP will not be used. You can enter your IP and other numbers on the Settings tab. Say No to the Obtain IP Address Automatically: prompt, and enter your IP, Netmask, and Gateway. Or use a network.cfg file like this: # Generated network settings USE_DHCP=no IPADDR=192.168.1.9 NETMASK=255.255.255.0 GATEWAY=192.168.1.1
Archived
This topic is now archived and is closed to further replies.