Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread lux-integ
On Friday 22 February 2013 11:34:20 Colin Guthrie wrote: > This kind of setup might be desirable in very basic custom > configurations where the full network "initscripts" are not needed. many thanks ___ systemd-devel mailing list [email protected]

Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread Colin Guthrie
'Twas brillig, and Reindl Harald at 22/02/13 10:55 did gyre and gimble: > > > Am 22.02.2013 11:21, schrieb lux-integ: >> On Friday 22 February 2013 10:00:39 Lennart Poettering wrote: >>> DHCP does not apply to the loopback device as the loopback is >>> unconditionally configured to 127.0.0.1, and

Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread Reindl Harald
Am 22.02.2013 11:21, schrieb lux-integ: > On Friday 22 February 2013 10:00:39 Lennart Poettering wrote: >> DHCP does not apply to the loopback device as the loopback is >> unconditionally configured to 127.0.0.1, and dynamic configuration is >> not necessary > Thanks for you information concernin

Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread lux-integ
On Friday 22 February 2013 10:00:39 Lennart Poettering wrote: > DHCP does not apply to the loopback device as the loopback is > unconditionally configured to 127.0.0.1, and dynamic configuration is > not necessary Thanks for you information concerning the loopback interface. But my question ANDed

Re: [systemd-devel] loopback and dhclient advice please

2013-02-22 Thread Lennart Poettering
On Fri, 22.02.13 08:58, lux-integ ([email protected]) wrote: > Greetings, > > I am attempting to learn to implement systemd. I have been searching > the internet for example unit files for the loopback interface (lo) > and dhclient. The loopback device is set up very very early at boot in

[systemd-devel] loopback and dhclient advice please

2013-02-22 Thread lux-integ
Greetings, I am attempting to learn to implement systemd. I have been searching the internet for example unit files for the loopback interface (lo) and dhclient. I would be grateful for advce on the location of any or how to go about synthesising the said. thanks in advance sincerely lu