Hi All!
Please tell me how to log dhclient messages into /var/log/dhclient (for example), but not /var/log/messages?
i have ADSL modem linked to my eth0 on home server, and watch a lot of trash in /var/log/messages produced by dhclient
=====
Jun 12 04:04:44 ks-home dhclient: DHCPREQUEST on eth1 to 192.168.1.1 port 67
Jun 12 04:04:44 ks-home dhclient: DHCPACK from 192.168.1.1
Jun 12 04:04:45 ks-home dhclient: bound to 10.253.255.199 -- renewal in 25 seconds.
Jun 12 04:04:59 ks-home dhclient: DHCPREQUEST on eth1 to 192.168.1.1 port 67
Jun 12 04:04:59 ks-home dhclient: DHCPACK from 192.168.1.1
Jun 12 04:04:59 ks-home dhclient: bound to 10.253.255.199 -- renewal in 30 seconds.
Jun 12 04:05:10 ks-home dhclient: DHCPREQUEST on eth1 to 192.168.1.1 port 67
Jun 12 04:05:10 ks-home dhclient: DHCPACK from 192.168.1.1
Jun 12 04:05:10 ks-home dhclient: bound to 10.253.255.199 -- renewal in 27 seconds.
Jun 12 04:05:29 ks-home dhclient: DHCPREQUEST on eth1 to 192.168.1.1 port 67
Jun 12 04:05:29 ks-home dhclient: DHCPACK from 192.168.1.1
=====
PS: Sorry for bad English.