Your message dated Sun, 11 Sep 2011 20:50:13 +0000
with message-id <[email protected]>
and subject line Bug#637889: fixed in tayga 0.9.2-3
has caused the Debian Bug report #637889,
regarding /etc/init.d/tayga does not set up the interfaces (patch attached)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
637889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tayga
Version: 0.9.2
Severity: normal
After installing tayga and creating its configuration file it is necessary to
manually run many commands to create the tun device and to add the addresses.
From the program's web page:
# tayga --mktun
# ip link set nat64 up
# ip addr add 192.168.0.1 dev nat64 (replace with your router's IPv4
address)
# ip addr add 2001:db8:1::1 dev nat64 (replace with your router's IPv6
address)
# ip route add 192.168.255.0/24 dev nat64
# ip route add 2001:db8:1:ffff::/96 dev nat64
# tayga
The attached patch reads /etc/tayga.conf and runs those commands. It also
destroys the tunnel when tayga is stopped.
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- tayga.orig 2011-08-15 11:07:43.000000000 -0300
+++ tayga 2011-08-15 10:52:04.000000000 -0300
@@ -59,6 +59,13 @@
# be a false positive (says it did not start
# when it actually did)
+TUN_DEVICE=$(grep "^[:space:]*tun-device" /etc/tayga.conf | awk '{print $2}')
+IPV4_ADDR=$(grep "^[:space:]*ipv4-addr" /etc/tayga.conf | awk '{print $2}')
+IPV6_ADDR=$(grep "^[:space:]*ipv6-addr" /etc/tayga.conf | awk '{print $2}')
+IPV6_PREFIX=$(grep "^[:space:]*prefix" /etc/tayga.conf | awk '{print $2}')
+IPV6_ADDR=${IPV6_ADDR:-${IPV6_PREFIX%%/*}$IPV4_ADDR}
+DYNAMIC_POOL=$(grep "^[:space:]*dynamic-pool" /etc/tayga.conf | awk '{print
$2}')
+
# Include defaults if available
if [ -f /etc/default/$NAME ] ; then
. /etc/default/$NAME
@@ -93,6 +100,13 @@
}
start_server() {
+ $DAEMON --mktun
+ ip link set $TUN_DEVICE up
+ ip addr add $IPV4_ADDR dev nat64
+ ip addr add $IPV6_ADDR dev nat64
+ ip route add $DYNAMIC_POOL dev nat64
+ ip route add $IPV6_PREFIX dev nat64
+
start-stop-daemon --start --quiet \
-b --exec $DAEMON -- --pidfile $PIDFILE $DAEMON_OPTS
}
@@ -100,6 +114,7 @@
stop_server() {
start-stop-daemon --stop --quiet --pidfile $PIDFILE
errcode=$?
+ $DAEMON --rmtun
if $errorcode ; then
rm $PIDFILE
fi
--- End Message ---
--- Begin Message ---
Source: tayga
Source-Version: 0.9.2-3
We believe that the bug you reported is fixed in the latest version of
tayga, which is due to be installed in the Debian FTP archive:
tayga_0.9.2-3.debian.tar.gz
to main/t/tayga/tayga_0.9.2-3.debian.tar.gz
tayga_0.9.2-3.dsc
to main/t/tayga/tayga_0.9.2-3.dsc
tayga_0.9.2-3_amd64.deb
to main/t/tayga/tayga_0.9.2-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrew O. Shadura <[email protected]> (supplier of updated tayga package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 10 Sep 2011 13:03:36 +0300
Source: tayga
Binary: tayga
Architecture: source amd64
Version: 0.9.2-3
Distribution: unstable
Urgency: low
Maintainer: Andrew O. Shadura <[email protected]>
Changed-By: Andrew O. Shadura <[email protected]>
Description:
tayga - userspace stateless NAT64
Closes: 637889
Changes:
tayga (0.9.2-3) unstable; urgency=low
.
* Perform some additional configuration; users should check if that
doesn't break any of existing manual setups (Closes: #637889).
* Change the spelling of maintainer's name.
Checksums-Sha1:
f9f2e09c0d3dacf09be64cedf99b69257574972a 1165 tayga_0.9.2-3.dsc
be7321e431598cf403dabaa42e6c71f18c899e3b 5172 tayga_0.9.2-3.debian.tar.gz
34115b9f4e68839407fad3ea38c1b8d9565d1c1b 36336 tayga_0.9.2-3_amd64.deb
Checksums-Sha256:
bfddd5d84b71798ff4aa7c064ab393c8f66a800f2dcf4d764ce93ef00207ac27 1165
tayga_0.9.2-3.dsc
db02947e5cbccf707971720f3b47041e9ac65f40f67c90419cd7db817a5f0052 5172
tayga_0.9.2-3.debian.tar.gz
0980148c35155fdf8bc12943624b1dcdc3bdf163fa1be5008075ce31e01f3001 36336
tayga_0.9.2-3_amd64.deb
Files:
41fab3108a8858e0274ec204549a2ecf 1165 net optional tayga_0.9.2-3.dsc
7a69774ae76f1a2a19df51256c75be70 5172 net optional tayga_0.9.2-3.debian.tar.gz
be75ac232dc7475ee4a90800fb0b3b76 36336 net optional tayga_0.9.2-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5tACAACgkQLz4Gnv7CP7KKdwCaA75O+uWuq433sQggmdpXslij
qtAAnRx9TQrECBaTKDtj3wk8APTWpgl1
=ZMs2
-----END PGP SIGNATURE-----
--- End Message ---