Navigation

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

    Altibox fiber rett i pfSense med IPTV

    Norwegian
    2
    3
    1475
    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.
    • A
      anoteng last edited by

      Hei, jeg har byttet ut en UBNT EdgeRouter-X med en pfSense-router pga elendig IPv6-støtte på Edgerouteren. Det gikk veldig lett å få både IPv4 og IPv6 opp og gå på LANet og i motsetning til med edgerouter har IPv6 fungert stabilt og prefix har holdt seg etter reboot.
      Det jeg ikke har greid å få til er IPTV. Jeg har fire interface på router: WAN (em0.102), IPTW_WAN (em0.101), LAN (re0), LAN_IPTV (re1).
      Begge wan-interface får ip via DHCP, LAN_IPTV har ip 10.0.0.1/16 og TV-boksen får 10.0.0.10 av DHCP. Har satt opp IGMP Proxy med IPTV_WAN som upstream og LAN_IPTV som downstream.
      IPTV_LAN capture: https://studntnu-my.sharepoint.com/:u:/g/personal/andrenot_ntnu_no/EcUWxkcdpchKnRj5ydorH0wBMPgl8i3Vex3uSyvywFEr_g?e=glST4u
      WAN_IPTV capture: https://studntnu-my.sharepoint.com/:u:/g/personal/andrenot_ntnu_no/EQU1JcYB9PFPiTFRFF5FjHoBlxb3KP7wPmmaLVj6eovGSg?e=av2PDK
      Har satt opp statiske router mot 172.21.0.0/16 og 10.133.0.0/16 via WAN_IPTV

      Noen som har fått dette til å funke, eller greier å lese ut ifra pakkedumpene hva som er feil?

      A 1 Reply Last reply Reply Quote 0
      • A
        anoteng @anoteng last edited by

        Jeg har funnet en mulig forklaring. dhclient ser ikke ut til å like send og request options som altibox trenger:

        Apr 10 06:19:59 router dhcpd[70805]: Internet Systems Consortium DHCP Server 4.4.2-P1
        Apr 10 06:19:59 router dhcpd[70805]: Copyright 2004-2021 Internet Systems Consortium.
        Apr 10 06:19:59 router dhcpd[70805]: All rights reserved.
        Apr 10 06:19:59 router dhcpd[70805]: For info, please visit https://www.isc.org/software/dhcp/
        Apr 10 06:19:59 router dhcpd[70805]: Wrote 3 NA, 0 TA, 0 PD leases to lease file.
        Apr 10 06:19:59 router dhcpd[70805]: Bound to *:547
        Apr 10 06:19:59 router dhcpd[70805]: Listening on Socket/6/re0/2a01:563:1a0:c100::/64
        Apr 10 06:19:59 router dhcpd[70805]: Sending on   Socket/6/re0/2a01:563:1a0:c100::/64
        Apr 10 06:19:59 router dhcpd[70805]: Server starting service.
        Apr 10 06:20:12 router dhclient[2125]: connection closed
        Apr 10 06:20:12 router dhclient[2125]: exiting.
        Apr 10 06:20:17 router dhclient[83892]: /var/etc/dhclient_opt2.conf line 7: no option named vendor-class-identifier
        Apr 10 06:20:17 router dhclient[83892]:         send vendor-class-identifier "VMG8825-B50B"
        Apr 10 06:20:17 router dhclient[83892]:       ^
        Apr 10 06:20:17 router dhclient[83892]: /var/etc/dhclient_opt2.conf line 8: rfc3442-classless-static-routes: unexpected option name.
        Apr 10 06:20:17 router dhclient[83892]:         request subnet-mask, routers, rfc3442-classless-static-routes;
        Apr 10 06:20:17 router dhclient[83892]:                                ^
        Apr 10 06:20:17 router dhclient[84066]: PREINIT
        Apr 10 06:20:17 router dhclient[83892]: DHCPREQUEST on em0.101 to 255.255.255.255 port 67
        Apr 10 06:20:17 router dhclient[83892]: DHCPACK from 10.198.170.1
        Apr 10 06:20:17 router dhclient[85044]: REBOOT
        Apr 10 06:20:17 router dhclient[85421]: Starting add_new_address()
        

        /var/etc/dhclient_opt2.conf:

        # DHCP Protocol Timing Values
        
        # DHCP Protocol Options
                send vendor-class-identifier "VMG8825-B50B";
                request subnet-mask, routers, rfc3442-classless-static-routes;
        
                script "/usr/local/sbin/pfSense-dhclient-script";
        }
        
        1 Reply Last reply Reply Quote 0
        • C
          clamb last edited by

          Everything is very open and honest, and the challenges are broken down in great detail. The information is without a doubt beneficial to have. Is my website extremely successful in terms of making money? Please take a look at this: run 3

          1 Reply Last reply Reply Quote 0
          • First post
            Last post