[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fixed: Re: ipv6 interface automatical up?



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all again! ;)

Here my working /etc/network/interfaces, the problem was the last two lines .. 
after commenting it out and binding the ipv6 to "lo" all works well.

auto lo
iface lo inet loopback

iface lo inet6 static
        address 2001:8d0:20ff:fffe::5
        netmask 127

# This entry was created during the Debian installation
auto eth0
iface eth0 inet static
        address 217.145.99.9
        netmask 255.255.255.128
        network 217.145.99.0
        broadcast 217.145.99.127
        gateway 217.145.99.1

#auto eth0:0
#iface eth0:0 inet static
#        address 217.145.99.13
#        netmask 255.255.255.128
#       up ifup ipv6
#       down ifdown ipv6

auto ipv6
iface ipv6 inet6 v4tunnel
        address 2001:8d0:20ff:fffe::7
        netmask 127
        endpoint 217.145.98.77
        local 217.145.99.9
        ttl 64
        gateway 2001:8d0:20ff:fffe::6
#      up ip addr add 2001:8d0:20ff:fffe::5/127 dev ipv6 <=THIS WAS THE PROB
#      down ip addr del 2001:8d0:20ff:fffe::5/127 dev ipv6 <=THIS WAS THE PROB

Thanks for your help! With best regards, Jan.
- -- 
- -----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d-- s+: a-- C+++ UL++++ P+ L+++ E- W+++ N+++ o++ K++ w---
O M-- V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++
G++ e++ h-- r+++ y+++
- ------END GEEK CODE BLOCK------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA+Du29u6Dud+QFyQRAooaAKClSlvIqXHRwig7sxf9qM6VmygvkQCg95AX
TEN2+lPejg0MYQK/IjU/Sc0=
=h1PI
-----END PGP SIGNATURE-----



Reply to: