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

    [SOLUCIONADO] PfSense e Imagenio

    Scheduled Pinned Locked Moved Español
    208 Posts 31 Posters 120.6k 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.
    • V
      virusbcn
      last edited by

      Gracias donizt, pues lo tengo jodido, te comento….

      Con VLC no puedo abrir ningún canal UDP, pero en ningún sitio, ni dentro de mi red, ni fuera, me da error siempre, sin embargo canales RTP y HTTP sin problemas...

      El punto 2 ni idea donde guarda el archivo de config, ¿te acuerdas de nombre para buscarlo ???  si pongo el comando directamente sale esto....

      /root: igmpproxy -vv
      igmpproxy, Version 0.1 beta2, Build 150319
      Copyright 2005 by Johnny Egeland johnny@rlo.orgDistributed under the GNU GENERAL PUBLIC LICENSE, Version 2 - check GPL.txt

      Info: ignoring membership query
      Info: ignoring membership query
      Info: ignoring membership query
      Info: ignoring membership query
      Info: Inserted route table entry for 224.0.0.251 on VIF #0
      Segmentation fault (core dumped)

      ... y respecto al ESXi 5.0 ¿qué problemas has tenido?  yo he tenido y tengo por ahí algunos montados sin problemas, aunque no son configuraciones VLAN...

      Saludos y gracias !!!/johnny@rlo.org

      1 Reply Last reply Reply Quote 0
      • D
        donizt
        last edited by

        Pues lo del vmware, resulta que tenia una par de pfsenses corriendo en vmware 5.0 y vez en caudno se quedaban totalmente colgados sin ninugna explicacion. Uno de ellos era cada 6 o 7 horas, y daba igual loq ue hiciera, reinstalarlo, crear la vm de nuevo… y googleando me encontre con un fallo reconocido por vmware con el 5.0 y freebsd

        https://forum.pfsense.org/index.php?topic=50863.0

        https://forums.freebsd.org/threads/freebsd-9-on-esxi-5-clock-stops.31929/page-3

        http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2032586

        Volviendo al tema de imagenio vamos a comprobar en que interfaces tienes trafico multicast.

        para ello escribe en el shell esto:

        tcpdump -i em(el interface de imageneo) udp

        y luego

        tcpdump -i em(el interface donde el esta el deco) udp

        en ambos casos deberias tener datos de este tipo

        17:56:32.103247 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.104693 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.106044 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.107286 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.108662 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.109976 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.111252 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.112589 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.113894 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.115240 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336
        17:56:32.116528 IP 172.26.77.153.44232 > 239.0.5.77.8208: UDP, length 1336

        Como te funciona el udpxy seguro que en el interfae dela vlan de imaggenio te tiene que salir eso.

        La clave esta en que te salga tambien en el interface donde este el deco.

        Si te sale tambien este tipo de trafico tiene pinta de que el deco este tocado
        Si no te sale lo que te esta fallando el es igmpproxy ( que creo que es lo que te esta fallando)

        Para probar el igmpproxy escribimos esto

        igmpproxy -d -c /tmp/igmpproxy.conf -vv

        y te tendra que salir algo asi (pego a lo btuto)

        [2.2.4-RELEASE][root@pfSense.casa.villanueva]/tmp: igmpproxy -d -c /tmp/igmpproxy.conf -vv
        igmpproxy, Version 0.1 beta2, Build 150319
        Copyright 2005 by Johnny Egeland johnny@rlo.orgDistributed under the GNU GENERAL PUBLIC LICENSE, Version 2 - check GPL.txt

        Debu: Searching for config file at '/tmp/igmpproxy.conf'
        Debu: Config: Quick leave mode enabled.
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em1.
        Debu: Config: IF: Got upstream token.
        Debu: Config: IF: Got ratelimit token '0'.
        Debu: Config: IF: Got threshold token '1'.
        Debu: Config: IF: Got altnet token 172.26.0.0/16.
        Debu: Config: IF: Altnet: Parsed altnet to 172.26/16.
        Debu: Config: IF: Got altnet token 239.0.0.0/8.
        Debu: Config: IF: Altnet: Parsed altnet to 239/8.
        Debu: Config: IF: Got altnet token 10.0.0.0/8.
        Debu: Config: IF: Altnet: Parsed altnet to 10/8.
        Debu: Config: IF: Got altnet token 239.0.0.0/16.
        Debu: Config: IF: Altnet: Parsed altnet to 239.0/16.
        Debu: Config: IF: Got altnet token 172.0.0.0/8.
        Debu: Config: IF: Altnet: Parsed altnet to 172/8.
        Debu: IF name : em1
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 1
        Debu: Allowednet ptr : 1018040
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em5.
        Debu: Config: IF: Got downstream token.
        Debu: Config: IF: Got ratelimit token '0'.
        Debu: Config: IF: Got threshold token '1'.
        Debu: Config: IF: Got altnet token 192.168.1.0/24.
        Debu: Config: IF: Altnet: Parsed altnet to 192.168.1/24.
        Debu: IF name : em5
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 2
        Debu: Allowednet ptr : 1018090
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface pppoe0.
        Debu: Config: IF: Got disabled token.
        Debu: IF name : pppoe0
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 0
        Debu: Allowednet ptr : 0
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em3.
        Debu: Config: IF: Got disabled token.
        Debu: IF name : em3
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 0
        Debu: Allowednet ptr : 0
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em2.
        Debu: Config: IF: Got disabled token.
        Debu: IF name : em2
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 0
        Debu: Allowednet ptr : 0
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em4.
        Debu: Config: IF: Got disabled token.
        Debu: IF name : em4
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 0
        Debu: Allowednet ptr : 0
        Debu: Config: Got a phyint token.
        Debu: Config: IF: Config for interface em6.
        Debu: Config: IF: Got disabled token.
        Debu: IF name : em6
        Debu: Next ptr : 0
        Debu: Ratelimit : 0
        Debu: Threshold : 1
        Debu: State : 0
        Debu: Allowednet ptr : 0
        Debu: Adding Physical Index value of IF 'em1' is 2
        Debu: buildIfVc: Interface em1 Addr: 10.92.162.190, Flags: 0xffff8a43, Network: 10.64/10
        Debu: Adding Physical Index value of IF 'em2' is 3
        Debu: buildIfVc: Interface em2 Addr: 10.25.210.247, Flags: 0xffff8a43, Network: 10.25.192/18
        Debu: Adding Physical Index value of IF 'em3' is 4
        Debu: buildIfVc: Interface em3 Addr: 192.168.229.254, Flags: 0xffff8b43, Network: 192.168.229/24
        Debu: Adding Physical Index value of IF 'em4' is 5
        Debu: buildIfVc: Interface em4 Addr: 192.168.0.254, Flags: 0xffff8a43, Network: 192.168.0/24
        Debu: Adding Physical Index value of IF 'em5' is 6
        Debu: buildIfVc: Interface em5 Addr: 192.168.1.1, Flags: 0xffff8a43, Network: 192.168.1/24
        Debu: Adding Physical Index value of IF 'em6' is 7
        Debu: buildIfVc: Interface em6 Addr: 192.168.10.254, Flags: 0xffff8a43, Network: 192.168.10/24
        Debu: Adding Physical Index value of IF 'lo0' is 10
        Debu: buildIfVc: Interface lo0 Addr: 127.0.0.1, Flags: 0xffff8049, Network: 127/8
        Debu: Adding Physical Index value of IF 'pppoe0' is 12
        Debu: buildIfVc: Interface pppoe0 Addr: 83.52.68.200, Flags: 0xffff8ad1, Network: 83.52.68.200/32
        Debu: Adding Physical Index value of IF 'ovpns1' is 13
        Debu: buildIfVc: Interface ovpns1 Addr: 10.10.10.1, Flags: 0xffff8251, Network: 10.10.10.1/32
        Debu: Adding Physical Index value of IF 'ovpns2' is 14
        Debu: buildIfVc: Interface ovpns2 Addr: 11.11.11.1, Flags: 0xffff8051, Network: 11.11.11.1/32
        Debu: Found config for em1
        Debu: Found config for em2
        Debu: Found config for em3
        Debu: Found config for em4
        Debu: Found config for em5
        Debu: Found config for em6
        Debu: Found config for pppoe0
        Debu:        Network for [em1] : 10.64/10
        Debu:        Network for [em1] : 172.26/16
        Debu:        Network for [em1] : 239/8
        Debu:        Network for [em1] : 10/8
        Debu:        Network for [em1] : 239.0/16
        Debu:        Network for [em1] : 172/8
        Debu:        Network for [em2] : 10.25.192/18
        Debu:        Network for [em3] : 192.168.229/24
        Debu:        Network for [em4] : 192.168.0/24
        Debu:        Network for [em5] : 192.168.1/24
        Debu:        Network for [em5] : 192.168.1/24
        Debu:        Network for [em6] : 192.168.10/24
        Debu:        Network for [pppoe0] : 83.52.68.200/32
        Debu:        Network for [ovpns1] : 10.10.10.1/32
        Debu:        Network for [ovpns2] : 11.11.11.1/32
        Debu: Got 262144 byte buffer size in 0 iterations
        Debu: Joining all-routers group 224.0.0.2 on vif 192.168.1.1
        Debu: SENT V3 member report  from 192.168.1.1    to 224.0.0.22
        Debu: Joining all-routers group 224.0.0.2 on vif 10.10.10.1
        Debu: SENT V3 member report  from 10.10.10.1      to 224.0.0.22
        Debu: Joining all-routers group 224.0.0.2 on vif 11.11.11.1
        Debu: SENT V3 member report  from 11.11.11.1      to 224.0.0.22
        Debu: SENT Membership query  from 192.168.1.1    to 224.0.0.1
        Debu: Sent V2 membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
        Debu: SENT V3 membership query  from 192.168.1.1    to 224.0.0.1
        Debu: Sent V3 membership query from 192.168.1.1 to 224.0.0.1. Delay: 10
        Debu: SENT Membership query  from 10.10.10.1      to 224.0.0.1
        Debu: Sent V2 membership query from 10.10.10.1 to 224.0.0.1. Delay: 10
        Debu: SENT V3 membership query  from 10.10.10.1      to 224.0.0.1
        Debu: Sent V3 membership query from 10.10.10.1 to 224.0.0.1. Delay: 10
        Debu: SENT Membership query  from 11.11.11.1      to 224.0.0.1
        Debu: Sent V2 membership query from 11.11.11.1 to 224.0.0.1. Delay: 10
        Debu: SENT V3 membership query  from 11.11.11.1      to 224.0.0.1
        Debu: Sent V3 membership query from 11.11.11.1 to 224.0.0.1. Delay: 10
        Debu: Created timeout 1 (#0) - delay 10 secs
        Debu: (Id:1, Time:10)
        Debu: Created timeout 2 (#1) - delay 21 secs
        Debu: (Id:1, Time:10)
        Debu: (Id:2, Time:21)
        Debu: Got a IGMP request to process…
        Debu: Packet from 192.168.1.1: proto: 2 hdrlen: 24 iplen: 40 or 10240
        Debu: Got a IGMP request to process...
        Debu: Packet from 192.168.1.1: proto: 2 hdrlen: 24 iplen: 32 or 8192
        Debu: Got a IGMP request to process...
        Debu: Packet from 192.168.1.1: proto: 2 hdrlen: 24 iplen: 36 or 9216
        Debu: Got a IGMP request to process...
        Debu: Packet from 192.168.1.200: proto: 2 hdrlen: 24 iplen: 32 or 8192
        Debu: Should insert group 239.0.2.30 (from: 192.168.1.200) to route table. Vif Ix : 4
        Debu: No existing route for 239.0.2.30. Create new.
        Debu: No routes in table. Insert at beginning.
        Debu: Joining group 239.0.2.30 upstream on IF address 10.92.162.190
        Debu: SENT V3 member report  from 10.92.162.190  to 224.0.0.22
        Debu:
        Current routing table (Insert Route);

        Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000010
        Debu:

        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 40 or 10240
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 32 or 8192
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 40 or 10240
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 40 or 10240
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 40 or 10240
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 32 or 8192
        Debu: Got a IGMP request to process...
        Debu: Packet from 10.92.162.190: proto: 2 hdrlen: 24 iplen: 32 or 8192
        Debu: Got a IGMP request to process...
        Debu: Packet from 192.168.229.1: proto: 2 hdrlen: 24 iplen: 32 or 8192
        ^CDebu: clean handler called
        Debu: Removing route entry for 239.0.2.30
        Debu: Leaving group 239.0.2.30 upstream on IF address 10.92.162.190
        Debu: SENT V3 report with leave from 10.92.162.190  to 224.0.0.22

        Si te falla el igmpproxy seguramente se te pare o no pondra ningun leave

        prueba y me dices/johnny@rlo.org

        1 Reply Last reply Reply Quote 0
        • V
          virusbcn
          last edited by

          He hecho el tcpdump y me sale tráfico tanto en la de Imagenio (re2_vlan2) como en la LAN (re1), es curioso y no había caído que pese a cerrar el canal RTP del VLC sigue habiendo tráfico tanto en la LAN como en Imagenio.

          Respecto al igmproxy te pego a lo bruto lo que me sale:

          [2.2.4-RELEASE][root@pfSense.sesamo.local]/root: igmpproxy -d -c /tmp/igmpproxy.conf -vv
          igmpproxy, Version 0.1 beta2, Build 150319
          Copyright 2005 by Johnny Egeland johnny@rlo.orgDistributed under the GNU GENERAL PUBLIC LICENSE, Version 2 - check GPL.txt

          Debu: Searching for config file at '/tmp/igmpproxy.conf'
          Debu: Config: Quick leave mode enabled.
          Debu: Config: Got a phyint token.
          Debu: Config: IF: Config for interface re2_vlan2.
          Debu: Config: IF: Got upstream token.
          Debu: Config: IF: Got ratelimit token '0'.
          Debu: Config: IF: Got threshold token '1'.
          Debu: Config: IF: Got altnet token 172.26.0.0/16.
          Debu: Config: IF: Altnet: Parsed altnet to 172.26/16.
          Debu: Config: IF: Got altnet token 192.168.11.0/24.
          Debu: Config: IF: Altnet: Parsed altnet to 192.168.11/24.
          Debu: IF name : re2_vlan2
          Debu: Next ptr : 0
          Debu: Ratelimit : 0
          Debu: Threshold : 1
          Debu: State : 1
          Debu: Allowednet ptr : 1017050
          Debu: Config: Got a phyint token.
          Debu: Config: IF: Config for interface re1.
          Debu: Config: IF: Got downstream token.
          Debu: Config: IF: Got ratelimit token '0'.
          Debu: Config: IF: Got threshold token '1'.
          Debu: Config: IF: Got altnet token 192.168.11.0/24.
          Debu: Config: IF: Altnet: Parsed altnet to 192.168.11/24.
          Debu: IF name : re1
          Debu: Next ptr : 0
          Debu: Ratelimit : 0
          Debu: Threshold : 1
          Debu: State : 2
          Debu: Allowednet ptr : 1017070
          Debu: Config: Got a phyint token.
          Debu: Config: IF: Config for interface pppoe1.
          Debu: Config: IF: Got disabled token.
          Debu: IF name : pppoe1
          Debu: Next ptr : 0
          Debu: Ratelimit : 0
          Debu: Threshold : 1
          Debu: State : 0
          Debu: Allowednet ptr : 0
          Debu: Config: Got a phyint token.
          Debu: Config: IF: Config for interface re2_vlan3.
          Debu: Config: IF: Got disabled token.
          Debu: IF name : re2_vlan3
          Debu: Next ptr : 0
          Debu: Ratelimit : 0
          Debu: Threshold : 1
          Debu: State : 0
          Debu: Allowednet ptr : 0
          Debu: Adding Physical Index value of IF 're1' is 2
          Debu: buildIfVc: Interface re1 Addr: 192.168.11.254, Flags: 0xffff8a43, Network: 192.168.11/24
          Debu: Adding Physical Index value of IF 'lo0' is 6
          Debu: buildIfVc: Interface lo0 Addr: 127.0.0.1, Flags: 0xffff8049, Network: 127/8
          Debu: Adding Physical Index value of IF 're2_vlan3' is 9
          Debu: buildIfVc: Interface re2_vlan3 Addr: 10.29.130.141, Flags: 0xffff8a43, Network: 10.29.128/18
          Debu: Adding Physical Index value of IF 're2_vlan2' is 10
          Debu: buildIfVc: Interface re2_vlan2 Addr: 10.96.10.91, Flags: 0xffff8a43, Network: 10.64/10
          Debu: Adding Physical Index value of IF 'pppoe1' is 11
          Debu: buildIfVc: Interface pppoe1 Addr: 79.150.43.31, Flags: 0xffff8ad1, Network: 79.150.43.31/32
          Debu: Adding Physical Index value of IF 'ovpnc4' is 12
          Debu: buildIfVc: Interface ovpnc4 Addr: 192.168.96.2, Flags: 0xffff8251, Network: 192.168.96.2/32
          Debu: Found config for re1
          Debu: Found config for re2_vlan3
          Debu: Found config for re2_vlan2
          Debu: Found config for pppoe1
          Debu:        Network for [re1] : 192.168.11/24
          Debu:        Network for [re1] : 192.168.11/24
          Debu:        Network for [re2_vlan3] : 10.29.128/18
          Debu:        Network for [re2_vlan2] : 10.64/10
          Debu:        Network for [re2_vlan2] : 172.26/16
          Debu:        Network for [re2_vlan2] : 192.168.11/24
          Debu:        Network for [pppoe1] : 79.150.43.31/32
          Debu:        Network for [ovpnc4] : 192.168.96.2/32
          Debu: Got 262144 byte buffer size in 0 iterations
          Debu: Joining all-routers group 224.0.0.2 on vif 192.168.11.254
          Debu: SENT V3 member report  from 192.168.11.254  to 224.0.0.22
          Debu: Joining all-routers group 224.0.0.2 on vif 192.168.96.2
          Debu: SENT V3 member report  from 192.168.96.2    to 224.0.0.22
          Debu: SENT Membership query  from 192.168.11.254  to 224.0.0.1
          Debu: Sent V2 membership query from 192.168.11.254 to 224.0.0.1. Delay: 10
          Debu: SENT V3 membership query  from 192.168.11.254  to 224.0.0.1
          Debu: Sent V3 membership query from 192.168.11.254 to 224.0.0.1. Delay: 10
          Debu: SENT Membership query  from 192.168.96.2    to 224.0.0.1
          Debu: Sent V2 membership query from 192.168.96.2 to 224.0.0.1. Delay: 10
          Debu: SENT V3 membership query  from 192.168.96.2    to 224.0.0.1
          Debu: Sent V3 membership query from 192.168.96.2 to 224.0.0.1. Delay: 10
          Debu: Created timeout 1 (#0) - delay 10 secs
          Debu: (Id:1, Time:10)
          Debu: Created timeout 2 (#1) - delay 21 secs
          Debu: (Id:1, Time:10)
          Debu: (Id:2, Time:21)
          Debu: Got a IGMP request to process…
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 36 or 9216
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 36 or 9216
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.200: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 239.0.2.30 (from: 192.168.11.200) to route table. Vif Ix : 0
          Debu: No existing route for 239.0.2.30. Create new.
          Debu: No routes in table. Insert at beginning.
          Debu: Joining group 239.0.2.30 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.200: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 239.0.2.129 (from: 192.168.11.200) to route table. Vif Ix : 0
          Debu: No existing route for 239.0.2.129. Create new.
          Debu: Found existing routes. Find insert location.
          Debu: Inserting after route 239.0.2.30
          Debu: Joining group 239.0.2.129 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.11: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 224.0.0.251 (from: 192.168.11.11) to route table. Vif Ix : 0
          Debu: No existing route for 224.0.0.251. Create new.
          Debu: Found existing routes. Find insert location.
          Debu: Inserting after route 239.0.2.129
          Debu: Joining group 224.0.0.251 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu: #2: Dst: 224.0.0.251, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.188: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 224.0.0.252 (from: 192.168.11.188) to route table. Vif Ix : 0
          Debu: No existing route for 224.0.0.252. Create new.
          Debu: Found existing routes. Find insert location.
          Debu: Inserting after route 224.0.0.251
          Debu: Joining group 224.0.0.252 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu: #2: Dst: 224.0.0.251, Age:2, St: I, OutVifs: 0x00000001
          Debu: #3: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 36 or 9216
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.188: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 224.0.0.251 (from: 192.168.11.188) to route table. Vif Ix : 0
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu: SENT V2 member report  from 10.96.10.91    to 224.0.0.251
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu: #2: Dst: 224.0.0.251, Age:2, St: I, OutVifs: 0x00000001
          Debu: #3: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.200: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 239.0.2.141 (from: 192.168.11.200) to route table. Vif Ix : 0
          Debu: No existing route for 239.0.2.141. Create new.
          Debu: Found existing routes. Find insert location.
          Debu: Inserting after route 239.0.2.129
          Debu: Joining group 239.0.2.141 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu: #2: Dst: 239.0.2.141, Age:2, St: I, OutVifs: 0x00000001
          Debu: #3: Dst: 224.0.0.251, Age:2, St: I, OutVifs: 0x00000001
          Debu: #4: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.254: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 192.168.11.188: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Should insert group 239.255.255.250 (from: 192.168.11.188) to route table. Vif Ix : 0
          Debu: No existing route for 239.255.255.250. Create new.
          Debu: Found existing routes. Find insert location.
          Debu: Inserting after route 239.0.2.141
          Debu: Joining group 239.255.255.250 upstream on IF address 10.96.10.91
          Debu: SENT V3 member report  from 10.96.10.91    to 224.0.0.22
          Debu:
          Current routing table (Insert Route);

          Debu: #0: Dst: 239.0.2.30, Age:2, St: I, OutVifs: 0x00000001
          Debu: #1: Dst: 239.0.2.129, Age:2, St: I, OutVifs: 0x00000001
          Debu: #2: Dst: 239.0.2.141, Age:2, St: I, OutVifs: 0x00000001
          Debu: #3: Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
          Debu: #4: Dst: 224.0.0.251, Age:2, St: I, OutVifs: 0x00000001
          Debu: #5: Dst: 224.0.0.252, Age:2, St: I, OutVifs: 0x00000001
          Debu:

          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 32 or 8192
          Debu: Got a IGMP request to process...
          Debu: Packet from 10.96.10.91: proto: 2 hdrlen: 24 iplen: 40 or 10240
          ^CDebu: clean handler called
          Debu: Removing route entry for 239.0.2.30
          Debu: Leaving group 239.0.2.30 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22
          Debu: Removing route entry for 239.0.2.129
          Debu: Leaving group 239.0.2.129 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22
          Debu: Removing route entry for 239.0.2.141
          Debu: Leaving group 239.0.2.141 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22
          Debu: Removing route entry for 239.255.255.250
          Debu: Leaving group 239.255.255.250 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22
          Debu: Removing route entry for 224.0.0.251
          Debu: Leaving group 224.0.0.251 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22
          Debu: Removing route entry for 224.0.0.252
          Debu: Leaving group 224.0.0.252 upstream on IF address 10.96.10.91
          Debu: SENT V3 report with leave from 10.96.10.91    to 224.0.0.22

          (He cortado ya aquí porque sigue.... )

          Respecto al ESX te lo comentaba porque recuerdo que me había pasado en algún sitio y mi solución fue dejarlo sin las vmtools instaladas y sino recuerdo mal con la NIC Intel dentro de las que te deja seleccionar el Sphere.

          Yo también pensaba que era el deco, pero la última vez que lo probé con el router de Movistar el capull... me funcionó, quizás ahora tendría que volver a probarlo para asegurarme pero no encuentro el cable de red largo que tenía....  :-(/johnny@rlo.org

          1 Reply Last reply Reply Quote 0
          • D
            donizt
            last edited by

            No encuentro nadararo :-(

            El vlc tiene que se capaz de pillar los canales multicast si el vlc tampoco los ve no podemos culpar al deco :-S

            1 Reply Last reply Reply Quote 0
            • V
              virusbcn
              last edited by

              No, no se si me he explicado mal…

              Con el VLC veo todos los canales RTP y HTTP, con el addon de Imagenio para Kodi veo todos los canales perfectamente*, el único problema es que los canales UDP como udp://@1.239.0.0.1:8208, no puedo me da este error el VLC:

              core error: Cannot resolve 1.239.0.0.1 port 8208 : Host desconocido.
              udp error: cannot open socket
              core error: open of `udp://@1.239.0.0.1:8208' failed

              • Addon imagenio para Kodi -> Veo todos los canales perfectamente pero al cabo de unas horas o aleatoriamente se me queda mitad de pantalla en verde o congelada, el audio sigue, antes tenía más problemas y observé que al activar el "Flow control" en el switch dejaba de tener casi problemas, ahora en el switch veo que el flow control gestiona muchos paquetes de tráfico

              PD: Por cierto dentro de poco cambiaré de casa, no sé si contratar Orange, Vodafone o seguir con Movistar (todas con fibra), me interesa seguir recibiendo el paquete básico TDT como mínimo por LAN, no sé si los has podido probar, y si las configuraciones son similares o más sencillas que las de Movistar....

              1 Reply Last reply Reply Quote 0
              • O
                oliver.gf
                last edited by

                Hola a todos,

                Alguien podría decirme que configuración debería tener la interface WAN física? la configuración de las VLan la veo en el tutorial, pero no acabo de encontrar la manera de que funcione (en mi caso solamente PPPoE y VoIP). Creo que estoy configurando algo mal en la interface WAN.

                Gracias! :)
                Oliver.

                1 Reply Last reply Reply Quote 0
                • D
                  donizt
                  last edited by

                  Te refieres a estos datos??

                  https://www.google.es/search?q=datos+ppoe+telefonica&ie=utf-8&oe=utf-8&gws_rd=cr&ei=K6UTVu3uHsL_aK6Zo_AL#q=datos+configuracion+pppoe+telefonica

                  1 Reply Last reply Reply Quote 0
                  • O
                    oliver.gf
                    last edited by

                    No, no era eso hahahaha. Ya está solucionado, gracias de todos modos :)

                    1 Reply Last reply Reply Quote 0
                    • V
                      virusbcn
                      last edited by

                      @donizt  No sé si has leído mi anterior post, seguro que no me he explicado bien…. te lo resumo !!!  ;D

                      ¿Tú ves canales udp:123.123.xxxx  desde el VLC de tu PC conectado a la pata LAN ????

                      Yo veo todos, menos los UDP:xxx...x.x.x.x.x    :'(

                      1 Reply Last reply Reply Quote 0
                      • D
                        donizt
                        last edited by

                        en principio veo todos los udp multicast sin "tunear" por el udpxy

                        ponme un ejemplo de canal y pruebo

                        si quieres hacemos un teamviewer a una  maquina y vemos que puede ser hoy tengo el dia tranquilo en el trabajo

                        1 Reply Last reply Reply Quote 0
                        • V
                          virusbcn
                          last edited by

                          Gracias @donizt te he enviado un privado  ;-)

                          Como ejemplo de canal pues por ejemplo este ->    1 TVE1 udp://@1.239.0.0.1:8208
                          http://www.adslayuda.com/imagenio-lista_canales.html

                          ¿Le va a alguien ????

                          1 Reply Last reply Reply Quote 0
                          • C
                            charliep
                            last edited by

                            No consigo que me funcione.

                            He seguido el manual, añadiendo el nat 1:1 con la interfaz vlan2, la ip externa con el IPTV address que da imagenio y con la IP interna la direccion IP del deco. Tambien tengo rip v2 ara la interfaz vlan2.

                            El igmp me da algun leaving…..
                            pero veo que tamn¡bien me dice
                            "Debu: The found if for 10.xx.yy.zz was not downstream. Ignoring leave request."
                            siendo la 10.xx.yy.zz la direccion publica de imagenio.

                            Tampoco veo que llegue al IPTV gateway de imagenio 10.128.xx.yy
                            Si entro en los logs del pfsense me aparece
                            "kernel: arpresolve: can't allocate llinfo for 10.128.xx.yy on em0_vlan2"

                            siendo em0_vlan2 la interfaz de imagenio.

                            Estoy con el nuevo router de telefonica, el que lleva incluido la ont y el router, y en la configuracion interna tengo la vlan 6 como bridge y la vlan2 y la vlan 3 las he eliminado (tambien he probado sin eliminarlas). El resto esta inactivo.
                            Tambien tengo una tarjeta de red dedicada para el deco con direccion interna 192.168.50/24.

                            No veo ni por deco conectado a la TV ni con el vlc.

                            La pantalla se queda en negro, tengo solo los canales (sin información).

                            Muchas gracias por la ayuda,

                            1 Reply Last reply Reply Quote 0
                            • V
                              virusbcn
                              last edited by

                              Imagino que tendrás que tener el router de Imagenio conectado en monopuesto o bridge al pfense, si estas haciendo doble nat no es lo mismo, y no te funcionará ….

                              1 Reply Last reply Reply Quote 0
                              • C
                                charliep
                                last edited by

                                Si lo tengo conectado asi…

                                1 Reply Last reply Reply Quote 0
                                • N
                                  neoos
                                  last edited by

                                  Una pregunta Virusbcn,

                                  He seguido el manual de Bellera todo correcto menos la VoiP , he ativado el RIP en las 2 VLAN tambien en la LAN, pero no me funciona, he visto que lo has solucionado podrias dar pistas de como tener voip

                                  Un saludo

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    themaninspain
                                    last edited by

                                    He tenido que añadir una ruta manualmente para hacer funcionar el VOIP.

                                    Red destino: 10.31.255.128/27
                                    Gateway: VOIPWAN DHCP

                                    Un saludo

                                    1 Reply Last reply Reply Quote 0
                                    • belleraB
                                      bellera
                                      last edited by

                                      @neobcn:

                                      He seguido el manual de Bellera todo correcto

                                      El manual es de @donizt

                                      @bellera:

                                      Tutorial publicado en http://www.bellera.cat/josep/pfsense2/manual_pfsense_imagenio_2014-07-21.pdf

                                      ¡Buen trabajo, @donizt!

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        donizt
                                        last edited by

                                        Es posible enviar el multicast de imagenio a otro pfsense en otra casa?

                                        La respuesta es si :-) y compartir canales tambien :-D

                                        Simplemente crear un tunel GRE entre los dos Pfsense (hay unos cuantos tutoriales en internet)  y configurar la regla del IGMP en el interface GRE en los dos pfsense

                                        Luego en el igmpproxy del "emisor" en downstream añadir la network del interface GRE
                                        En el igmpproxy del "receptor" configurar el interface upstream igual que el del emisor solo que en el interface ponemos el GRE y en downstream ponemos la network de la red donde queramos ver el imageneo.

                                        Si ponemos un deco en el "receptor" funciona perfectamente para ver video. Para el resto de funciones hay que crear otras reglas para que el "receptor" pueda acceder a la dns de imageneio en el interface vlan de imageneio en el "emisor". Esto todavia no lo he puesto en marcha, pero se podira crear otro tunel GRE y defenir unas rutas nuevas…. Cuando tenga esa parte funcionando lo pondre aqui

                                        1 Reply Last reply Reply Quote 0
                                        • Z
                                          zarandajas
                                          last edited by

                                          Buenas Noches!,  he leido varias veces este hilo y otros por Internet, tambien he ledido varias veces el tutorial de Bellera. Estoy intentando montar mi pfsense con Movistar pero no termina de lavantarme el PPPoE. POdeis detallar como quedan las Vlans, los Interfaces, Interface assignments, default gateway y dns ¿?¿?.

                                          He de decir que lo tengo sobre ESXIi 6.0 con un miniITX de 2 eths fisicas. De momento no quiero pensar, salvo que laguien me lo confirme, que puede ser un problema de vmware.

                                          La version que tengo es 2.2.5-RELEASE  (amd64)  built on Wed Nov 04 15:49:37 CST 2015 FreeBSD 10.1-RELEASE-p24

                                          Agradecido de cualquier ayuda

                                          Gracias por adelantado.

                                          1 Reply Last reply Reply Quote 0
                                          • V
                                            virusbcn
                                            last edited by

                                            Bueno, ya estoy en mi nueva casa y con nuevo deco (no me fiaba del anterior) y efectivamente sigue sin funcionarme el deco, algo sigue habiendo en la configuración que no se pueden ver los canales en el deco

                                            Me cuesta rendirme pero … estoy cansado ya de mirar y remirar, ¿me echáis alguna manita ???

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