Your message dated Thu, 15 Sep 2005 19:15:12 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328473: netbase: Add Option for ip_dynaddr
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Sep 2005 15:09:55 +0000
>From [EMAIL PROTECTED] Thu Sep 15 08:09:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1EFvN5-0003rx-00; Thu, 15 Sep 2005 08:09:55 -0700
Received: (qmail invoked by alias); 15 Sep 2005 15:09:23 -0000
Received: from talk105.rz.uni-rostock.de (EHLO morpheus.apaku.dnsalias.org) 
[139.30.25.105]
  by mail.gmx.net (mp022) with SMTP; 15 Sep 2005 17:09:23 +0200
X-Authenticated: #15861332
Received: from andreas by morpheus.apaku.dnsalias.org with local (Exim 4.52)
        id 1EFvN4-0004FY-LD; Thu, 15 Sep 2005 17:09:54 +0200
Content-Type: multipart/mixed; boundary="===============0910100418=="
MIME-Version: 1.0
From: Andreas Pakulat <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: netbase: Add Option for ip_dynaddr
X-Mailer: reportbug 3.17
Date: Thu, 15 Sep 2005 17:09:54 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Y-GMX-Trusted: 0
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0910100418==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: netbase
Version: 4.21
Severity: wishlist
Tags: patch

Hi,

I created a patch for /etc/init.d/networking, so that it accepts the
option "ip_dynaddr" in /etc/network/options. For my setup here
(Dial-On-Demand ISDN connection) I need the ip_dynaddr so that the first
DNS-query (which triggers the dial) does not vanish in nirvana (which it
did before). The change is based on the ip_forward-Option and is nearly
the same, except of course for the path in /proc.

Thanks,
Andreas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4-cherry+radeon
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages netbase depends on:
ii  debconf                       1.4.58     Debian configuration management sy
ii  ifupdown                      0.6.7      high level tools to configure netw
ii  netkit-inetd                  0.10-10.2  The Internet Superserver
ii  netkit-ping [ping]            0.10-10.2  The ping utility from netkit
ii  tcpd                          7.6.dbs-8  Wietse Venema's TCP wrapper utilit

netbase recommends no packages.

-- debconf information:
  netbase/upgrade-note/etc-network-interfaces-pre-3.17-1:
  netbase/upgrade-note/init.d-split-pre-3.16-1:
  netbase/upgrade-note/radius-ports-pre-3.05:
  netbase/upgrade-note/portmap-restart-pre-3.11-2:

--===============0910100418==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch.networking"

--- networking.new      2005-09-15 17:05:23.763988768 +0200
+++ networking.old      2005-09-15 17:05:42.705109280 +0200
@@ -39,14 +39,6 @@
     fi
 }
 
-ip_dynaddr() {
-    if [ -e /proc/sys/net/ipv4/ip_dynaddr ] ; then
-        echo -n "Enabling dynamic address hack..."
-       echo 1 > /proc/sys/net/ipv4/ip_dynaddr
-       echo "done."
-    fi
-}
-
 syncookies () {
     if [ -e /proc/sys/net/ipv4/tcp_syncookies ]; then
         echo -n "Enabling TCP/IP SYN cookies..."
@@ -73,7 +65,6 @@
        doopt spoofprotect yes
         doopt syncookies no
         doopt ip_forward no
-       doopt ip_dynaddr no
 
         echo -n "Configuring network interfaces..."
         ifup -a

--===============0910100418==--

---------------------------------------
Received: (at 328473-done) by bugs.debian.org; 15 Sep 2005 17:15:23 +0000
>From [EMAIL PROTECTED] Thu Sep 15 10:15:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it [213.92.8.2] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EFxKV-0003Ur-00; Thu, 15 Sep 2005 10:15:23 -0700
Received: by attila.bofh.it (Postfix, from userid 10)
        id 53C2B5F751; Thu, 15 Sep 2005 19:15:22 +0200 (CEST)
Received: by wonderland.linux.it (Postfix, from userid 1001)
        id 8AA171CA61; Thu, 15 Sep 2005 19:15:12 +0200 (CEST)
Date: Thu, 15 Sep 2005 19:15:12 +0200
To: Andreas Pakulat <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#328473: netbase: Add Option for ip_dynaddr
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="mojUlQ0s9EVzWg2t"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.10i
From: [EMAIL PROTECTED] (Marco d'Itri)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--mojUlQ0s9EVzWg2t
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sep 15, Andreas Pakulat <[EMAIL PROTECTED]> wrote:

> I created a patch for /etc/init.d/networking, so that it accepts the
> option "ip_dynaddr" in /etc/network/options. For my setup here
Too bad that /etc/network/options will be deprecated by the next upload.
Use /etc/sysctl.conf.

--=20
ciao,
Marco

--mojUlQ0s9EVzWg2t
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDKawgFGfw2OHuP7ERAh1sAJ9YHoQsl1tXTq54wVtxqVxLb1WV9gCcDHrb
RhTg+9n6E2gVwoMGKio0eBI=
=3Ocu
-----END PGP SIGNATURE-----

--mojUlQ0s9EVzWg2t--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to