[Berlin-wireless] Linksys / IP-TV / VDSL / vlan-tagging /
ulf kypke
u.kypke
Mi Nov 14 01:04:14 CET 2007
anleitung:
ein kamikaze709, in diesem beispiel eth0 macht dsl und eth1 ist das lan,
config:
root at OpenWrt:~# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface wan
option ifname eth0.7
option proto pppoe
option username USERNAME
option password GEHEIM
option demand 99999
config interface lan
option ifname eth1
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option gateway ''
option dns ''
fuer vlans braucht man vconfig, sollte durch busybox vorhanden sein.
ach ja das reconnect nach der zwangstrennung habe ich mit einem cron
geloest, das automatische wiedereinwaehlen klappt nicht wirklich gut
und so hat man es auch gleich zur richtigen uhrzeit:
root at OpenWrt:~# crontab -l
# m h dom mon dow user command
#
10 * * * * /usr/sbin/rdate -p -s time.fu-berlin.de
23 6 * * * /sbin/ifdown wan; /sbin/ifup wan
und hier die igmp-proxy config (ohne gewaehr)
root at OpenWrt:~# cat /etc/igmpproxy.conf
###
###
quickleave
##------------------------------------------------------
## Configuration for eth0 (Upstream Interface)
##------------------------------------------------------
phyint ppp0 upstream ratelimit 0 threshold 1
altnet 217.0.119.193/24
altnet 193.158.35.0/24;
altnet 192.168.1.100/32; ####iptv-pc / setupbox
##------------------------------------------------------
## Configuration for eth1 (Downstream Interface)
##------------------------------------------------------
phyint eth1 downstream ratelimit 0 threshold 1
##------------------------------------------------------
## Configuration for eth2 (Disabled Interface)
##------------------------------------------------------
phyint eth2 disabled
phyint lo disabled
hoffe das hilft weiter,
gruss ulf
Am 13.11.07 schrieb Der Ultimative <der_ultimative at bluebottle.com>:
> Hi
>
> kannst du mir die Beispiel confic schicken?
> oder noch besser gleich ne anleitung wie man es genau einrichtet?
>
> MfG
>
> Enrico
>
>
>
> ulf kypke Wrote:
>
> > Am 09.11.07 schrieb Bastian Bittorf <bittorf at bluebottle.com>:
> > > Hat schonmal jemand versucht einen 16.000er
> > > oder 25.000er DSLer an nem Linksys zu betreiben?
> > ja war zu langsam, vorallem wenn du viele connections hast.
> > ein asus schafft die 16000 recht gut, fuer eine 25 weiss ich nicht
> > fuer die 50 vdsl reich es nicht, ich habe da ein thinclient mit 533mhz
> > und 2x e100 unter openwrt. dann kommt tatsaechlich unglaublich was
> > durch.
> > igmpproxy hab ich ausprobiert, kann das mit dem umschalten nicht ganz
> > nachvollziehen was claus in seinem blog schreibt, das hat bei mir eher
> > nur ab und zu geklappt, gut - ich habe auch vlc genommen und nicht
> > eine spezielle settop box. ich will ja garkein tv dadureber, dann muss
> > ich gez zahlen ihhhhh.
> > gruss ulf
> > >
> > > Es soll im speziellen Fall das IP-TV funktionieren,
> > > was allerdings vlantagging und nen igmpproxy braucht.
> > > "vconfig" ist in der Firmware schon vorhanden. Den
> > > igmpproxy gibts als Paket: http://ipkg.be/package/3955770
> > >
> > > Anleitung prinzipiell:
> > > http://claus.freakempire.de/2007/04/15/t-home-iptv-ohne-speedport-unter-linux-vdsl/
> > >
> > > bye,Bastian.
> > > _______________________________________________
> > > Berlin mailing list
> > > Berlin at berlin.freifunk.net
> > > http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> > >
>
> _______________________________________________
> Berlin mailing list
> Berlin at berlin.freifunk.net
> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
>
Mehr Informationen über die Mailingliste Berlin