Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    pfSense an Stadtwerke NMS statt FritzBox

    Scheduled Pinned Locked Moved Deutsch
    49 Posts 4 Posters 7.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 24unix2
      24unix
      last edited by

      Hallo Forum,
      ich hole mal diesen alten thread hoch, thematisch passt er zu meinem Problem.
      Ich bin nicht bei Wilhelm.tel sondern bei den Stadtwerken NMS, die scheinen aber die selbe Infrastruktur zu nutzen, oder zumindest eine ähnliche.

      Ich habe auch eine Genexis-Box und dazu eine Fritz bekommen. Gestern wurde ich endlich freigeschaltet, kurz mit der fritz getestet, Leitung steht.

      Also meine pfSense umkonfiguriert, Kabel an der Genexis von Port 1 auf Port 3, Hotline angerufen, umschalten lassen auf eigene Hardware.

      Hat ewig gedauert, aber irgendwann piepte meine psSense dann (ich habe das PPPoE-Script so angepasst, dass bei jedem Verbindungsauf- und abbau eine Ton ausgegeben wird).

      Was nun aber nicht geht: Ich bekomme kein IPv6 zugewiesen.
      mein Tarif enthält eigentliche statische IPv4 und statisches v6-Präfix.

      Wenn ich die Einstellungen wie in diesem Thread mache, passiert gar nichts in Sachen v6. Setze ich den Haken bei "Request only IPv6 prefix" bek0ommt das WAN Interface eine IPv6, aber eine LL (fe80:irgendwas@igb1).

      Ich hate testweise mal von DHCP6 auf 6to4 umgestellt, da bekommt das nur eine Prefix, aber der RA hat an die beiden anderen Interfaces (LAN, DMZ) IPv6 Adressen vergeben, konnte aber nicht routen.

      Hat jemand eine Idee, was ich sonst noch ausprobieren könnte?

      JeGrJ 1 Reply Last reply Reply Quote 0
      • N
        NOCling
        last edited by

        This post is deleted!
        24unix2 1 Reply Last reply Reply Quote 0
        • 24unix2
          24unix @NOCling
          last edited by

          @nocling Vielen Dank für die Antwort, aber die hat leider nichts mit meinem Problem zu tun.

          Hast Du auf einen älteren Beitrag geantwortet?

          1 Reply Last reply Reply Quote 0
          • JeGrJ
            JeGr LAYER 8 Moderator @24unix
            last edited by JeGr

            @24unix said in [HowTo] Pfsense an Wilhelm.tel FTTH mit Fritzbox 7490 dahinter (DualStack):

            Ich bin nicht bei Wilhelm.tel sondern bei den Stadtwerken NMS, die scheinen aber die selbe Infrastruktur zu nutzen, oder zumindest eine ähnliche.

            Sorry aber das macht gar keinen Sinn. Man holt keinen 3! Jahre! alten Thread aus der Versenkung der sich auf völlig andere Softwarestände bezieht und man nicht mal beim gleichen Provider ist, nur weil man "vielleicht ähnlich oder gleich wie das andere" ist. Ich trenne das jetzt auf, ansonsten liest man sich erst irgendwelche steinalten Posts durch, wundert sich und ganz am Ende kommt dann "ein ähnliches Problem". Bitte sowas nicht, es hat einen Grund, warum das Forum fragt, ob man so alten Kram wirklich beantworten möchte. Und genau dann passieren solche falsch-Posts wie von @NOCling der gut gemeint war.

            -- geteilt und gesplittet --

            Don't forget to upvote 👍 those who kindly offered their time and brainpower to help you!

            If you're interested, I'm available to discuss details of German-speaking paid support (for companies) if needed.

            24unix2 1 Reply Last reply Reply Quote 0
            • 24unix2
              24unix @JeGr
              last edited by 24unix

              @jegr sorry,
              das war der einzige Thread den ich im Netz gefunden hat, der sich auf die Genexis-Box und pfSense bezieht.

              1 Reply Last reply Reply Quote 0
              • 24unix2
                24unix
                last edited by

                So, ich habe jetzt ein paar Tage rumprobiert, leider ohne Erfolg.

                So sieht meine Config aus:

                cat /var/etc/dhcp6c_wan.conf
                interface igb1 {
                	send ia-na 0;
                	send ia-pd 0;
                	send rapid-commit;
                	script "/var/etc/dhcp6c_wan_script.sh";
                };
                id-assoc na 0 { };
                id-assoc pd 0 {
                	prefix ::/56 infinity;
                	prefix-interface pppoe0 {
                		sla-id 1;
                		sla-len 8;
                	};
                };
                
                

                Und das passiert beim Einwählen:

                Jan 31 16:31:27 heimdall dhcp6c[47789]: extracted an existing DUID from /var/db/dhcp6c_duid: 00:01:00:01:21:b1:53:db:00:1a:8c:16:47:b0
                Jan 31 16:31:27 heimdall dhcp6c[47789]: failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                Jan 31 16:31:27 heimdall dhcp6c[47789]: failed initialize control message authentication
                Jan 31 16:31:27 heimdall dhcp6c[47789]: skip opening control port
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[interface] (9)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <5>[pppoe0] (6)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>begin of closure [{] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[send] (4)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[ia-na] (5)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[0] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[send] (4)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[ia-pd] (5)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[0] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[send] (4)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[rapid-commit] (12)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[script] (6)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>["/var/etc/dhcp6c_wan_script.sh"] (31)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of closure [}] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[id-assoc] (8)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>[na] (2)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>[0] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>begin of closure [{] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of closure [}] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[id-assoc] (8)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>[pd] (2)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>[0] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <13>begin of closure [{] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[prefix] (6)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[::] (2)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[/] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[56] (2)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[infinity] (8)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[prefix-interface] (16)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <5>[igb0] (4)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>begin of closure [{] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[sla-id] (6)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[1] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[sla-len] (7)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>[8] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of closure [}] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of closure [}] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: <3>end of sentence [;] (1)
                Jan 31 16:31:27 heimdall dhcp6c[47789]: called
                Jan 31 16:31:27 heimdall dhcp6c[47789]: called
                Jan 31 16:31:27 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=INIT, timeo=0, retrans=891
                Jan 31 16:31:28 heimdall dhcp6c[47887]: Sending Solicit
                Jan 31 16:31:28 heimdall dhcp6c[47887]: a new XID (194c9f) is generated
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set client ID (len 14)
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set identity association
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set rapid commit (len 0)
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set elapsed time (len 2)
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set IA_PD prefix
                Jan 31 16:31:28 heimdall dhcp6c[47887]: set IA_PD
                Jan 31 16:31:28 heimdall dhcp6c[47887]: send solicit to ff02::1:2%pppoe0
                Jan 31 16:31:28 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=SOLICIT, timeo=0, retrans=1091
                Jan 31 16:31:28 heimdall dhcp6c[47887]: receive advertise from fe80::d66d:50ff:fe4e:81d3%pppoe0 on pppoe0
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option server ID, len 10
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   DUID: 00:03:00:01:d4:6d:50:4e:86:d7
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option client ID, len 14
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   DUID: 00:01:00:01:21:b1:53:db:00:1a:8c:16:47:b0
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option identity association, len 18
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   IA_NA: ID=0, T1=0, T2=0
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option status code, len 2
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   status code: no addresses
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option rapid commit, len 0
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option IA_PD, len 41
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   IA_PD: ID=0, T1=172800, T2=276480
                Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option IA_PD prefix, len 25
                Jan 31 16:31:28 heimdall dhcp6c[47887]:   IA_PD prefix: 2a03:7847:2252:100::/56 pltime=345600 vltime=345600
                Jan 31 16:31:28 heimdall dhcp6c[47887]: server ID: 00:03:00:01:d4:6d:50:4e:86:d7, pref=-1
                Jan 31 16:31:28 heimdall dhcp6c[47887]: unexpected advertise
                Jan 31 16:31:28 heimdall dhcp6c[47887]: reset timer for pppoe0 to 0.998394
                Jan 31 16:31:29 heimdall dhcp6c[47887]: picked a server (ID: 00:03:00:01:d4:6d:50:4e:86:d7)
                Jan 31 16:31:29 heimdall dhcp6c[47887]: Sending Request
                Jan 31 16:31:29 heimdall dhcp6c[47887]: a new XID (43dfd2) is generated
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set client ID (len 14)
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set server ID (len 10)
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set status code
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set identity association
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set elapsed time (len 2)
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set IA_PD prefix
                Jan 31 16:31:29 heimdall dhcp6c[47887]: set IA_PD
                Jan 31 16:31:29 heimdall dhcp6c[47887]: send request to ff02::1:2%pppoe0
                Jan 31 16:31:29 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=REQUEST, timeo=0, retrans=909
                Jan 31 16:31:29 heimdall dhcp6c[47887]: receive reply from fe80::d66d:50ff:fe4e:81d3%pppoe0 on pppoe0
                Jan 31 16:31:29 heimdall dhcp6c[47887]: get DHCP option client ID, len 14
                Jan 31 16:31:29 heimdall dhcp6c[47887]:   DUID: 00:01:00:01:21:b1:53:db:00:1a:8c:16:47:b0
                Jan 31 16:31:29 heimdall dhcp6c[47887]: get DHCP option server ID, len 10
                Jan 31 16:31:29 heimdall dhcp6c[47887]:   DUID: 00:03:00:01:d4:6d:50:4e:86:d7
                Jan 31 16:31:29 heimdall dhcp6c[47887]: get DHCP option status code, len 2
                Jan 31 16:31:29 heimdall dhcp6c[47887]:   status code: no binding
                Jan 31 16:31:29 heimdall dhcp6c[47887]: dhcp6c Received REQUEST
                Jan 31 16:31:29 heimdall dhcp6c[47887]: status code: no binding
                Jan 31 16:31:29 heimdall dhcp6c[47887]: executes /var/etc/dhcp6c_wan_script.sh
                Jan 31 16:32:49 heimdall dhcp6c[47887]: script "/var/etc/dhcp6c_wan_script.sh" terminated
                Jan 31 16:32:49 heimdall dhcp6c[47887]: removing an event on pppoe0, state=REQUEST
                Jan 31 16:32:49 heimdall dhcp6c[47887]: removing server (ID: 00:03:00:01:d4:6d:50:4e:86:d7)
                Jan 31 16:32:49 heimdall dhcp6c[47887]: got an expected reply, sleeping.
                Jan 31 16:34:24 heimdall dhcp6c[47887]: restarting
                Jan 31 16:34:24 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=INIT, timeo=0, retrans=118
                Jan 31 16:34:25 heimdall dhcp6c[47887]: Sending Solicit
                Jan 31 16:34:25 heimdall dhcp6c[47887]: a new XID (258f6d) is generated
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set client ID (len 14)
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set identity association
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set rapid commit (len 0)
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set elapsed time (len 2)
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set IA_PD prefix
                Jan 31 16:34:25 heimdall dhcp6c[47887]: set IA_PD
                Jan 31 16:34:25 heimdall dhcp6c[47887]: send solicit to ff02::1:2%pppoe0
                Jan 31 16:34:25 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=SOLICIT, timeo=0, retrans=1025
                Jan 31 16:34:25 heimdall dhcp6c[47887]: receive advertise from fe80::d66d:50ff:fe4e:81d3%pppoe0 on pppoe0
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option server ID, len 10
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   DUID: 00:03:00:01:d4:6d:50:4e:86:d7
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option client ID, len 14
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   DUID: 00:01:00:01:21:b1:53:db:00:1a:8c:16:47:b0
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option identity association, len 18
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   IA_NA: ID=0, T1=0, T2=0
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option status code, len 2
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   status code: no addresses
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option rapid commit, len 0
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option IA_PD, len 41
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   IA_PD: ID=0, T1=172800, T2=276480
                Jan 31 16:34:25 heimdall dhcp6c[47887]: get DHCP option IA_PD prefix, len 25
                Jan 31 16:34:25 heimdall dhcp6c[47887]:   IA_PD prefix: 2a03:7847:2252:100::/56 pltime=345600 vltime=345600
                Jan 31 16:34:25 heimdall dhcp6c[47887]: server ID: 00:03:00:01:d4:6d:50:4e:86:d7, pref=-1
                Jan 31 16:34:25 heimdall dhcp6c[47887]: unexpected advertise
                Jan 31 16:34:25 heimdall dhcp6c[47887]: reset timer for pppoe0 to 0.998414
                Jan 31 16:34:26 heimdall dhcp6c[47887]: picked a server (ID: 00:03:00:01:d4:6d:50:4e:86:d7)
                Jan 31 16:34:26 heimdall dhcp6c[47887]: Sending Request
                Jan 31 16:34:26 heimdall dhcp6c[47887]: a new XID (961729) is generated
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set client ID (len 14)
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set server ID (len 10)
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set status code
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set identity association
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set elapsed time (len 2)
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set IA_PD prefix
                Jan 31 16:34:26 heimdall dhcp6c[47887]: set IA_PD
                Jan 31 16:34:26 heimdall dhcp6c[47887]: send request to ff02::1:2%pppoe0
                Jan 31 16:34:26 heimdall dhcp6c[47887]: reset a timer on pppoe0, state=REQUEST, timeo=0, retrans=1024
                Jan 31 16:34:26 heimdall dhcp6c[47887]: receive reply from fe80::d66d:50ff:fe4e:81d3%pppoe0 on pppoe0
                Jan 31 16:34:26 heimdall dhcp6c[47887]: get DHCP option client ID, len 14
                Jan 31 16:34:26 heimdall dhcp6c[47887]:   DUID: 00:01:00:01:21:b1:53:db:00:1a:8c:16:47:b0
                Jan 31 16:34:26 heimdall dhcp6c[47887]: get DHCP option server ID, len 10
                Jan 31 16:34:26 heimdall dhcp6c[47887]:   DUID: 00:03:00:01:d4:6d:50:4e:86:d7
                Jan 31 16:34:26 heimdall dhcp6c[47887]: get DHCP option status code, len 2
                Jan 31 16:34:26 heimdall dhcp6c[47887]:   status code: no binding
                Jan 31 16:34:26 heimdall dhcp6c[47887]: dhcp6c Received REQUEST
                Jan 31 16:34:26 heimdall dhcp6c[47887]: status code: no binding
                Jan 31 16:34:26 heimdall dhcp6c[47887]: executes /var/etc/dhcp6c_wan_script.sh
                Jan 31 16:35:47 heimdall dhcp6c[47887]: script "/var/etc/dhcp6c_wan_script.sh" terminated
                Jan 31 16:35:47 heimdall dhcp6c[47887]: removing an event on pppoe0, state=REQUEST
                Jan 31 16:35:47 heimdall dhcp6c[47887]: removing server (ID: 00:03:00:01:d4:6d:50:4e:86:d7)
                Jan 31 16:35:47 heimdall dhcp6c[47887]: got an expected reply, sleeping.
                Jan 31 16:38:46 heimdall dhcp6c[47887]: executes /var/etc/dhcp6c_wan_script.sh
                

                Nun hängt er in einem Loop, alle 2 Minuten kommt das:

                Feb  1 09:22:39 heimdall dhcp6c[47822]: Sending Solicit
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set client ID (len 14)
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set identity association
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set rapid commit (len 0)
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set elapsed time (len 2)
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set IA_PD prefix
                Feb  1 09:22:39 heimdall dhcp6c[47822]: set IA_PD
                Feb  1 09:22:39 heimdall dhcp6c[47822]: send solicit to ff02::1:2%igb1
                Feb  1 09:22:39 heimdall dhcp6c[47822]: reset a timer on igb1, state=SOLICIT, timeo=481, retrans=116496
                
                

                Kann jemand was damit anfangen?

                M 1 Reply Last reply Reply Quote 0
                • M
                  Mickman99 @24unix
                  last edited by

                  Guten Morgen,
                  also Du beschreibst ja relativ wenig was Du denn da überhaupt geschaltet bekommen hast. Ich gehe mal nach meiner Recherche auf den Seiten deines Anbieters davon aus.
                  Falsches Interface ausgewählt bei dir!
                  Wieso pppoe?

                  24unix2 1 Reply Last reply Reply Quote 0
                  • 24unix2
                    24unix @Mickman99
                    last edited by

                    @mickman99 Hallo,

                    also, ich bin nach diesem Thread vorgegangen:

                    https://forum.netgate.com/topic/117162/howto-pfsense-an-wilhelm-tel-ftth-mit-fritzbox-7490-dahinter-dualstack?_=1612169728967

                    Unsere Stadtwerke arbeiten mit WilhelmTel zusammen, die Genexis Box ist identisch, darum erschien mir das naheliegend.

                    Darum PPPoE. Und mit IPv4 klappt es ja auch einwandfrei.

                    Leider ist der ISP sparsam mit Dokumentation, das ist das einzige, was mir zur Verfügung steht:
                    https://www.stadtwerke-neumuenster.de/fileadmin/user_upload/telekommunikation/router/Einrichtungserklaerung_FritzBox_Dual_Stack_-_7590-1.5.pdf

                    Und der Support ist leider kein Stück hilfreich :-(

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Mickman99 @24unix
                      last edited by Mickman99

                      @24unix in dem benannten Thread steht aber auch DHCP6

                      WAN Konfiguration:

                      "IPv4 Configuration Type": PPPoE

                      "IPv6 Configuration Type": DHCP6

                      24unix2 1 Reply Last reply Reply Quote 0
                      • 24unix2
                        24unix @Mickman99
                        last edited by 24unix

                        @mickman99 Ja, habe ich ja für das WAN-Interface ja auch ausgewählt:

                        7bb91786-5c5a-493e-bca8-71281c2629a9-image.png

                        Bei den Client Optionen habe ich schon alle möglichen Kombinantionen ("Use IPv4 connectivity" etc ausprobiert).

                        Edit: Das PPPoE kommt wohl daher:

                        883b8740-d10e-476c-b68a-3ea1ff5f5a76-image.png

                        Ich habe drei Interfaces, 4 mit dem PPPoE:

                        cd7945a5-7017-4511-8799-43633abfa8c4-image.png

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Mickman99 @24unix
                          last edited by Mickman99

                          @24unix
                          in dem Hilfedoc wird ein 62er Prefix angefordert Du forderst einen 56er an

                          62er schonmal probiert?

                          24unix2 1 Reply Last reply Reply Quote 0
                          • 24unix2
                            24unix @Mickman99
                            last edited by 24unix

                            @mickman99 said in pfSense an Stadtwerke NMS statt FritzBox:

                            @24unix
                            in dem Hilfedoc wird ein 62er Prefix angefordert schonmal probiert?

                            Die Anleitung ist ja generisch, für alle Anwender, ich denke Privatkunden bekommen nur ein /62, aber nach dem, was ich gelesen habe habe ich ein /56.

                            Das bekomme ich hier:

                            Jan 31 16:31:28 heimdall dhcp6c[47887]: get DHCP option IA_PD prefix, len 25
                            Jan 31 16:31:28 heimdall dhcp6c[47887]:   IA_PD prefix: 2a03:7847:2252:100::/56 pltime=345600 vltime=345600
                            Jan 31 16:31:28 heimdall dhcp6c[47887]: server ID: 00:03:00:01:d4:6d:50:4e:86:d7, pref=-1
                            Jan 31 16:31:28 heimdall dhcp6c[47887]: unexpected advertise
                            Jan 31 16:31:28 heimdall dhcp6c[47887]: reset timer for pppoe0 to 0.998394
                            

                            doch auch zugewiesen, oder?

                            /62 kann ich jetzt leider nicht testen, meine Frau ist im HomeOffice und hat gleich wöchentliche Dienstbesprechung via Skype.

                            Frühestens in 1-2 Stunden.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Mickman99 @24unix
                              last edited by

                              @24unix
                              na da haste doch deinen Prefix

                              Was ist jetzt das weitere Problem?

                              24unix2 1 Reply Last reply Reply Quote 0
                              • 24unix2
                                24unix @Mickman99
                                last edited by 24unix

                                @mickman99 said in pfSense an Stadtwerke NMS statt FritzBox:

                                @24unix
                                na da haste doch deinen Prefix

                                Was ist jetzt das weitere Problem?

                                Es landet irgendwie nicht beim Interface:

                                9b8f24bb-662d-436a-8c30-365bb3b363a0-image.png

                                d6dffebe-67de-4980-81c9-cc6793320036-image.png

                                Edit: Evtl. ist das das Problem?

                                Jan 31 16:31:28 heimdall dhcp6c[47887]: unexpected advertise
                                

                                Aber wenn ich danach google finde ich tausend Treffer die nichts mit meinem Problem zu tun haben.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  Mickman99 @24unix
                                  last edited by Mickman99

                                  @24unix
                                  wenn am WAN das nicht auftaucht hat das mit den Optionen die Du für IPv6 anhakst so meine Erfahrung.
                                  Probiere mal

                                  Warte nicht auf ein RA

                                  ohne
                                  Verwende IPv4 Verbindung als übergeordnete Schnittstelle

                                  Das WAN Interface braucht nicht unbedingt eine routebare IPV6 Adresse

                                  24unix2 1 Reply Last reply Reply Quote 0
                                  • 24unix2
                                    24unix @Mickman99
                                    last edited by

                                    @mickman99 said in pfSense an Stadtwerke NMS statt FritzBox:

                                    @24unix
                                    wenn am WAN das nicht auftaucht hat das mit den Optionen die Du für IPv6 anhakst so meine Erfahrung.
                                    Probiere mal

                                    Warte nicht auf ein RA

                                    ohne
                                    Verwende IPv4 Verbindung als übergeordnete Schnittstelle

                                    Ich habe halt schon alle möglichen Kombinationen durch, aber ich probiere das gerne so nachher noch mal aus.

                                    Vielen Dank schon mal für Deine Bemühungen bis jetzt.

                                    24unix2 1 Reply Last reply Reply Quote 0
                                    • 24unix2
                                      24unix @24unix
                                      last edited by

                                      Sorry, muss auf meinen eigenen Post antworten, bin aus dem Edit-Fenster:

                                      Edit:

                                      Du schreibst: "ohne
                                      Verwende IPv4 Verbindung als übergeordnete Schnittstelle" aber in dem Dokument von SWN steht doch "Native IPv4-Anbindung verwenden", bezieht sich das nicht auf das gleiche?

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        Mickman99 @24unix
                                        last edited by Mickman99

                                        @24unix

                                        Nein

                                        Hast Du nun an deinen weiteren LAN Interfaces IPv6 anliegen?

                                        24unix2 1 Reply Last reply Reply Quote 0
                                        • 24unix2
                                          24unix @Mickman99
                                          last edited by 24unix

                                          @mickman99
                                          OK.
                                          DB ist zuende, ich teste jetzt gerade.

                                          Häkchen bei "Do not wait for a RA" entfernt, WAN und LAN neu gestartet: Nichts.

                                          405c9a78-c52a-411f-89ba-1ebc899e2786-image.png
                                          Hmm, jetzt war das in den Logs:

                                          Feb  1 11:48:04 heimdall dhcp6c[38992]: link layer address is too short (pppoe0)
                                          Feb  1 11:48:04 heimdall dhcp6c[38992]: failed to get default IF ID for pppoe0
                                          Feb  1 11:48:04 heimdall dhcp6c[38992]: called
                                          Feb  1 11:48:04 heimdall dhcp6c[38992]: failed to parse configuration file
                                          

                                          Und "Use IPv4" war aus … Ich mache es nun mal an, und probiere dann noch 2x mit und ohne "wait for a RA".

                                          Hmm, auch nichts, ich google mal nach dem Fehler.

                                          Edit: Nein, nur LL

                                          6424339d-ac0d-4ae0-9c8c-f42cee55acf2-image.png

                                          ifconfig igb0
                                          igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
                                          	options=407b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO>
                                          	ether 00:0d:b9:4c:53:24
                                          	hwaddr 00:0d:b9:4c:53:24
                                          	inet 192.168.99.1 netmask 0xffffff00 broadcast 192.168.99.255
                                          	inet6 fe80::1:1%igb0 prefixlen 64 scopeid 0x1
                                          	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
                                          	media: Ethernet autoselect (1000baseT <full-duplex>)
                                          	status: active
                                          
                                          
                                          ifconfig igb2
                                          igb2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
                                          	options=407b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO>
                                          	ether 00:0d:b9:4c:53:26
                                          	hwaddr 00:0d:b9:4c:53:26
                                          	inet 192.168.9.1 netmask 0xffffff00 broadcast 192.168.9.255
                                          	inet6 fe80::1:1%igb2 prefixlen 64 scopeid 0x3
                                          	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
                                          	media: Ethernet autoselect (100baseTX <full-duplex>)
                                          	status: active
                                          
                                          
                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            Mickman99 @24unix
                                            last edited by Mickman99

                                            @24unix

                                            Die Schnittstelle LAN ist auf Track WAN gestellt?
                                            Weil da was mit nd6 steht

                                            24unix2 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.