Page 1 of 1

Router and freebox (resolu)

Posted: 10 May 2009 22:04
by morane22
Ce message est également en Français plus bas après la version anglaise

Hello,

If I connect my PC (Ubuntu 8.10) directly on a freebox V4 (router non activated, used only to access to internet), I can listen the radio and watch the freebox chanel available in the source list.

If a connect a router (Sweex PCI Lan 10/100 Mbit) (http://www.sweex.com/producten.php?sect … etail=ohoh) between the freebox and my 4 PC, I can access to the source list but I can't watch or ear anymore the radio and the chanel.

My router setting:
(192.168.2.1) (subnet mask 255.255.255.0)
DHCP server 192.168.2.100 à 192.168.2.200

give a fixe ip to the 4 PC:
192.168.2.100
192.168.2.101
192.168.2.102
192.168.2.103

Virtual server :
private ip 192.168.2.100 (ip de l'un des PC)
private port 31300
type UDP
public port 31300

Port forwarding
Current Port Forwarding Table:
Private IP Type Port Range Comment
192.168.2.100 TCP+UDP 31336-31337 vlc
192.168.2.100 TCP+UDP 554 vlc

In Videolan i set on the network option the port 31337 as the default port

Since the two last weeks I search everywhere a solution but for the moment, I did not found anything.

Thanks for helping :?:

Morane
Bonjour,

Si je branche mon PC (Ubuntu 8.10) en direct sur une freebox V4 (fonction router non activé, utilisé uniquement en tant que fournisseur d'accès), je peux écouter les radios et voir les chaines de TV disponibles dans les listes de lecture.

Quand je branche mon router (Sweex PCI Lan 10/100 Mbit) (http://www.sweex.com/producten.php?sect … etail=ohoh) sur la freebox et ensuite mes 4 PC sur mon router, je peux voir les listes de lecture mais je ne peux plus entendre les radios ni visualiser les chaines.

Mon router est reglé comme suit:
(192.168.2.1) (subnet mask 255.255.255.0)
DHCP server 192.168.2.100 à 192.168.2.200

fourni une ip fixe aux 4 PC soit:
192.168.2.100
192.168.2.101
192.168.2.102
192.168.2.103

Virtual server :
private ip 192.168.2.100 (ip de l'un des PC)
private port 31300
type UDP
public port 31300

Port forwarding
Current Port Forwarding Table:
Private IP Type Port Range Comment
192.168.2.100 TCP+UDP 31336-31337 vlc
192.168.2.100 TCP+UDP 554 vlc

Dans videolan, dans la partie server, j'ai choisi le port 31337 comme port par defaut

Depuis 2 semaines je cherche un peu partout (Google, différents Forum) mais je n'ai pas trouvé d'explication ni de tuto pour résoudre le problème.

Merci pour le coup de main

Morane

Re: Router and freebox

Posted: 11 May 2009 02:03
by Jean-Baptiste Kempf
Le souci, c'est que ton routeur ne fait pas passer les chaines de Free en RTSP et Multicast...

Re: Router and freebox

Posted: 11 May 2009 23:37
by morane22
Bonsoir,

Ok mais comment puis je régler mon router pour qu'il le fasse, peux tu me donner des réglages pour d'autres routeurs ?

Merci

Re: Router and freebox

Posted: 12 May 2009 13:38
by Jean-Baptiste Kempf
Aucune idée.

Re: Router and freebox (resolu)

Posted: 18 May 2009 22:57
by morane22
Bonsoir j'ai trouvé la solution,
il fallait faire :
dans vlc attribuer un port:
Dans outils/preference/parametre tous/lecture codec/demultiplexeur/rtp-rtsp
On attribue un port (exemple le 34724)

Puis dans le routeur
Dans la section NAT/Virtual server on introduit les règles ci-dessous pour le port choisi et le port inférieur (ici le 34724 et le 34723, pour le PC dont l'ip est le 192.168.2.106)

Private ip Private port type Public port
192.168.2.106 34723 UDP 34723
192.168.2.106 34724 UDP 34724

Morane