View previous topic :: View next topic |
Author |
Message |
barbar Guru

Joined: 16 Apr 2003 Posts: 397 Location: Austria
|
Posted: Sun Dec 09, 2007 10:42 am Post subject: how to setup route for multicast ip via eth0 others via eth1 |
|
|
Hi,
I want to setup the route for multicast ip via eth0 which has a static ip 10.0.0.150. The other traffic (LAN, internet) should go through eth1 ip = 192.168.0.4 (WLAN). This is necessary to stream IPTV via eth0.
All interfaces are up.
Code: | route
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
BASE-ADDRESS.MC 10.0.0.150 255.255.255.255 UGH 0 0 0 eth0
10.0.0.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.0.1 0.0.0.0 UG 2000 0 0 eth1 |
But I can only receive the stream from 239.0.2.60 (with vlc player) when I delete the default gateway. Then I have no access to the internet.
I would like to browse the internet and stream iptv.
Any hints? |
|
Back to top |
|
 |
barbar Guru

Joined: 16 Apr 2003 Posts: 397 Location: Austria
|
Posted: Wed Dec 12, 2007 7:12 pm Post subject: |
|
|
No ideas, anybody? |
|
Back to top |
|
 |
|