Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

Multicast over PPPoE (with VLC)

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
1 post • Page 1 of 1
Author
Message
noisebleed
Apprentice
Apprentice
User avatar
Posts: 177
Joined: Tue Oct 03, 2006 3:04 pm
Location: Porto, Portugal
Contact:
Contact noisebleed
Website

Multicast over PPPoE (with VLC)

  • Quote

Post by noisebleed » Tue Mar 27, 2007 10:31 am

Hi.

I made a router based on Gentoo Linux and now I'm trying to do multicast between LAN users.

Each user is connected through pppoe to the router. LAN IP is 10.17.1.1 and LAN addresses are 172.16.3.x.

LAN user1 (myself) issues a multicast stream starting the server this way:

Code: Select all

vlc --intf ncurses -vvv  --sout '#standard{access=udp,url=239.239.239.239:1234,sap=true,name="Test Stream}' --ttl 5 --loop file.wmv
But with pppoe other LAN users can't see the movie i'm streaming. Data seems to get there (watched traffic with wireshark) but nothing happens on vlc.

Then I used a DHCP server instead of PPPoE and it worked! What's may be the problem with PPPoE?

This is a log I got from tcpdump (on the router) while using PPPoE:

Code: Select all

18:13:38.382659 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:13:44.891659 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:13:48.381141 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:13:49.851081 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:13:52.706032 PPPoE  [ses 0x29] IP 172.16.3.200 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:13:57.923705 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:13:58.379621 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:13:59.913901 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:14:01.747991 PPPoE  [ses 0x29] IP 172.16.3.200 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:14:08.378099 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:14:09.038934 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:14:12.541926 PPPoE  [ses 0x29] IP 172.16.3.200 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:14:14.634080 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1 group record(s)
18:14:15.476154 PPPoE  [ses 0x28] IP 172.16.3.1 > IGMP.MCAST.NET: igmp v3 report, 1
And this is a log using DHCP:

Code: Select all

18:10:08.398602 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:10:18.397117 IP 10.17.1.1 > ALL-SYSTEMS.MCAST.NET: igmp query v2
18:10:18.397163 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:10:19.234799 IP 10.17.1.19 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:19.552902 IP 10.17.1.19 > 224.0.0.251: igmp v2 report 224.0.0.251
18:10:23.201249 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp v2 report DVMRP.MCAST.NET
18:10:25.651875 IP 10.17.1.1 > ALL-ROUTERS.MCAST.NET: igmp v2 report ALL-ROUTERS.MCAST.NET
18:10:27.651654 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:10:28.355606 IP 10.17.1.19 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:31.247038 IP 10.17.1.18 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:32.888018 IP 10.17.1.18 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:37.674996 IP 10.17.1.18 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:37.675135 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:10:42.171661 IP 10.17.1.19 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:47.784640 IP 10.17.1.19 > ALL-ROUTERS.MCAST.NET: igmp leave 239.239.239.239
18:10:47.784726 IP 10.17.1.1 > 239.239.239.239: igmp query v2 [max resp time 10] [gaddr 239.239.239.239]
18:10:47.784796 IP 10.17.1.1 > DVMRP.MCAST.NET: igmp dvmrp Probe
18:10:47.784826 IP 10.17.1.1 > 239.239.239.239: igmp query v2 [max resp time 10] [gaddr 239.239.239.239]
18:10:48.383977 IP 10.17.1.18 > 239.239.239.239: igmp v2 report 239.239.239.239
18:10:55.492142 IP 10.17.1.18 > ALL-ROUTERS.MCAST.NET: igmp leave 239.239.239.239
Suggestions?
Top
Post Reply
1 post • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic