Das IPv6-Routing bei Hetzner ist etwas kreativ; in diversen BSD-Foren findet man entsprechende Frickel-Konfigurationen mit teils stilistisch recht originellen RC-Skripten, um das Routing passend umzubauen (nicht unbedingt die beste Idee...).
Martin Matuška, bekannt u. a. für mfsBSD, hat in seinem Blog eine Anleitung veröffentlicht, wie man das ganze auch nur über Anpassung der rc.conf hinbekommt. Funktioniert aber nur auf neueren FreeBSD-Versionen (8.3 oder 9.x):
http://blog.vx.sk/archives/33-FreeBSD-N ... anguage=de
FreeBSD und IPv6 bei Hetzner
-
- Administrator
- Posts: 2641
- Joined: 2004-01-21 17:44
FreeBSD und IPv6 bei Hetzner
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
-
- Posts: 2
- Joined: 2013-09-18 17:56
-
- Posts: 5
- Joined: 2014-03-11 15:46
Re: FreeBSD und IPv6 bei Hetzner
Schau mal hier: http://www.rootforum.org/forum/viewtopi ... 20#p327334 . Vielleicht hilft das? :)
Bei allem was älter als FreeBSD 8 ist muss allerdings noch ein ipv6_enable="YES" hinzugefügt werden.
Bei allem was älter als FreeBSD 8 ist muss allerdings noch ein ipv6_enable="YES" hinzugefügt werden.
-
- Project Manager
- Posts: 11182
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: FreeBSD und IPv6 bei Hetzner
Seit einiger Zeit reicht bei Hetzner folgende simple Konfiguration:
Code: Select all
ipv6_defaultrouter="fe80::1%re0"
ifconfig_re0_ipv6="inet6 <IPv6-Netz>::1 prefixlen 64"
ifconfig_re0_aliases="\
inet6 <IPv6-Netz>::2 prefixlen 64 \
inet6 <IPv6-Netz>::3 prefixlen 64 \
inet6 <IPv6-Netz>::4 prefixlen 64"
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.