• Home

Debian & IPv6

Micky´s Blog

Sunday, December 4. 2011

Debian & IPv6

Posted by Michael in
Comments (0) | Trackbacks (0)
Ich kam auf die Idee - dem aktuellen Debian eine feste IPv6 Adresse zu geben - leider konnte ich das zwar unter Interfaces eintragen - aber er holte sich immer selber eine.

Problem war - das zu dem Zeitpunkt das IPv6 Modul noch nicht geladen war und somit der Befehl nicht ausgeführt wurde. Ein eintragen des Probe unter Interfaces brachte nicht den gewünschten Erfolg.

Lösung : In der Datei /etc/modules den Eintrag "ipv6" machen - so das er das Modul beim Booten direkt lädt.

Danach dann unter /etc/network/interfaces den Eintrag :

# Damit er kein AutoConf durchführt
pre-up sysctl -w net.ipv6.conf.eth0.autoconf=0

# Hier die feste IP dem Interface ETH0 zuweisen
iface eth0 inet6 static
address 2a00:x:x:2::14
netmask 64
gateway 2a00:x:x:2::1

Und schon klappt es auch mit IPv6.
 

Trackbacks
Trackback specific URI for this entry

No Trackbacks

Comments
Display comments as (Linear | Threaded)

No comments

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.
To leave a comment you must approve it via e-mail, which will be sent to your address after submission.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

 
 
Quicksearch
Archives
  • October 2023
  • September 2023
  • August 2023
  • Recent...
  • Older...
Getaggte Artikel
Kategorien
  • XML Allgemeines
  • XML NFC


All categories
Blog Administration
Open login screen

Design Downloaded from www.vanillamist.com | Ported to Serendipity by Carl Galloway