1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%3A%20Deprecate%20draknetcenter%2Bnetwork%20init%0A%20scripts%20after%20systemd%20becomes%20default.&In-Reply-To=%3C1314353997.2119.209.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007510.html">
<LINK REL="Next" HREF="007563.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%3A%20Deprecate%20draknetcenter%2Bnetwork%20init%0A%20scripts%20after%20systemd%20becomes%20default.&In-Reply-To=%3C1314353997.2119.209.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.">misc at zarb.org
</A><BR>
<I>Fri Aug 26 12:19:57 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007510.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI>Next message: <A HREF="007563.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7561">[ date ]</a>
<a href="thread.html#7561">[ thread ]</a>
<a href="subject.html#7561">[ subject ]</a>
<a href="author.html#7561">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le jeudi 25 août 2011 à 12:17 +0100, Colin Guthrie a écrit :
><i> 'Twas brillig, and Michael Scherer at 24/08/11 10:46 did gyre and gimble:
</I>><i> >> At present, a number of my machines have scripts that hook into the network
</I>><i> >> scripts. For example, one to update the bind forwarders from the DNS IPs
</I>><i> >> returned by pppd when the interface comes up. On another machine, a script
</I>><i> >> that unloads the wireless broadband driver when the interface goes down (I
</I>><i> >> think this modem has buggy firmware). Then, there are the existing scripts
</I>><i> >> shipped in the distribution (e.g. to reload squid).
</I>><i>
</I>><i> Just on this point in particular (as Misc has pretty much covered
</I>><i> everything I would say and more!), the need to do this will likely go
</I>><i> away very soon.
</I>><i>
</I>><i> I don't know the full ins and outs here but AFAIK, there was/are various
</I>><i> uses of dnsmasq in Network Manager to provide caching DNS (which I
</I>><i> presume is the basic need with bind+forwarders).
</I>
That's optional, but yes, you can tell to nm to manage dnsmasq or bind
to provides caching for dns. Dnsmasq is also used to share the
connection.
To enable it, I think you need to set this :
[main]
dns=dnsmasq
( or bind, even if this is marked experimental in git )
I tested on nm-0.9, my network didn't explose
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007510.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI>Next message: <A HREF="007563.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7561">[ date ]</a>
<a href="thread.html#7561">[ thread ]</a>
<a href="subject.html#7561">[ subject ]</a>
<a href="author.html#7561">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|