IPv6 Problem

  • Hey,
    Ich habe seit ein paar Tagen HP Microserver bei mir im Keller, darauf habe einige Debian VM's.
    Auf einer Debian VM ist auch nun i-MSCP installiert worden.


    Allerdings habe ich ein Problem.. ich habe nun mit dem Dualstack meine Datein angepasst, allerdings klappt es nicht so wie ich will.


    Ich gehe auf Domain XYZ, welche nur IPv6 hat - komme ich auch auf Domain XYZ.
    Gehe ich aber nun auf Domain ABC, auch nur IPv6, dann komme ich trotzdem auf Domain XYZ.


    Kann mir jemand helfen? Am besten wäre via Skype: florian.games4all


    Die Templates habe ich angepasst, wobei ich das [xxx:xxx:......] durch meine IPv6 ersetzt habe, ich hoffe das ist richtig

  • Hello ;


    See https://github.com/nuxwin/i-ms…#listenerapache2dualstack ( only compatible with i-MSCP 1.2.0 )

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Erstmal würde ich dir eher empfehlen folgenden listener File zu verwenden:
    https://github.com/nuxwin/i-ms…d/10_apache2_dualstack.pl (Kompatibel mit imscp 1.2.x).


    Zu deinem Problem. Du hast einer Domain ne IPv6 hinzugefügt und wenn du diese über eine IPv6 aufrufst, bekommst ne andere Domain zu sehen, richtig?


    Update: Nuxwin war schneller :D

  • @Ninos I'm a super hero, you didn't know that? ;) I'll answer always faster than you CHUCKLES ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Was mache ich nun mit dem File Listener? xD

  • @Nuxwin just wait some years, you'll get older and than... *muahahahah*


    @x0blade anpassen und in /etc/imscp/listeners.d/ einfügen, lies die readme Datei auf dem Root-Pfad der Repo..

  • Code
    1. To install a listener file, you must upload it in your /etc/imscp/listeners.d directory, and edit the configuration parameters inside it. Once done, you must rerun the i-MSCP installer.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Okay, erledigt.
    Aber jetzt habe ich ein Problem mit dem anpassen.

    Code
    1. my %perDomainAdditionalIPs = ( '<domain1.tld>' => [ '<IP1>', '<IP2>' ], '<domain2.tld>' => [ '<IP1>', '<IP2>' ]);


    Ich will ja nicht dort jede Domain eintragen... oder muss ich das?

    Code
    1. my @additionalIPs = ( '<IP1>', '<IP2>' );


    Dort dann die IPv4 192.168.12.1 und die IPv6 richtig?

  • Yes ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hmm, than it's bad. I not want to write in every domain in that file..