simple dhclient question

2016-02-24 Thread sven falempin
Hello Misc, is it possible to change the defaul right access of leases info $ cat /var/db/dhclient.leases.em0 cat: /var/db/dhclient.leases.em0: Permission denied I have no secret in this file, but a user might want to check the routers list, or if the lease is still valid. Is there a reason to

Re: dhclient question

2014-06-24 Thread Stuart Henderson
On 2014-06-23, Kenneth Westerback wrote: > Alternatively you can monitor the leases file or use the '-L' option > to write out the offered and effective lease information if you want > complete information on what is being received and used. Some people > use the entr port (/usr/ports/sysutils/ent

Re: dhclient question

2014-06-24 Thread Marcus MERIGHI
kwesterb...@gmail.com (Kenneth Westerback), 2014.06.23 (Mon) 18:53 (CEST): > On 23 June 2014 06:24, Avi Cohen wrote: > > In my application (it is a router in the access) I'm initially running > > dhclient daemon without any interface specified for dhcp. > > Then - on user request - we add in

Re: dhclient question

2014-06-23 Thread Kenneth Westerback
On 23 June 2014 06:24, Avi Cohen wrote: > Hello > In my application (it is a router in the access) I'm initially running > dhclient daemon without any interface specified for dhcp. > Then - on user request - we add interfaces to dhclient.conf on run-time > > I have 3 questions - that I'll

dhclient question

2014-06-23 Thread Avi Cohen
Hello In my application (it is a router in the access) I'm initially running dhclient daemon without any interface specified for dhcp. Then - on user request - we add interfaces to dhclient.conf on run-time I have 3 questions - that I'll appreciate if you can answer 1. Is it possibl