View Single Post
Staro 20.04.2009., 13:00   #181
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 22,549
Alternativni fw i kako osposobit MaxTv

Ako ste poslušali savjet i spremili T-Com postavke ovo vam nije potrebno,
međutim ako ste bili brzopleti pa niste evo kako osposobiti MaxTv na alternativnom fw a bez T-Com postavki (tnx. T0mB1ll).

Kao i u prethodnim "rješenjima" koristite CLI preko Telnet - a
(za one koji neznaju o ćemu se radi: Telnet commands, start->run->cmd pa unutra tipkati)
Code:
(All commands entered are after the prompt “{admin}=>:” )

Log into the CLI interface – telnet 192.168.1.1
Username : administrator
Password : !M1PhoIAD2

2) List the atm interfaces.
{admin}=>:atm iflist
atm_Internet: dest : pvc_Internet
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac
Connection State : connected

3) Add a new ATM interface called TCOM_IPTV
{admin}=>:atm ifadd intf = TCOM_IPTV

4) Verify that the new ATM interface is added
{admin}=>:atm iflist
atm_Internet: dest : pvc_Internet
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac
Connection State : connected

TCOM_IPTV : dest : (none)
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : ip
Connection State : not-connected

5) Add a new phonebook entry for VPI=0 VCI=40
{admin}=>:atm phonebook add name=atm_pvc_0_40 addr=0.40

6) Verify that the new phonebook entry is added
{admin}=>:atm phonebook list
Name Use Address
pvc_Internet 1 0.33
atm_pvc_0_40 0 0.40

7) Configure the TCOM_IPTV ATM interface
{admin}=>:atm ifconfig intf=TCOM_IPTV dest=atm_pvc_0_40 encaps=llc ulp=mac
8) Attach and connect the ATM interface
{admin}=>:atm ifattach intf=TCOM_IPTV
9) Create a new bridge interface
{admin}=>:eth bridge ifadd intf=IPTV
10) Configure the bridge to TCOM_IPTV ensure multicast filter is disabled.
{admin}=>:eth bridge ifconfig intf=IPTV dest=TCOM_IPTV mcastfilter=disabled
11) Attach the bridge connection
{admin}=>:eth bridge ifattach intf=IPTV
12) Save the configuration to flash (default filename= user.ini)
{admin}=>:config save
filename = user.ini
{admin}=>
Moguće da IPTV tj. MaxTv odmah proradi ali bi bilo pametno napravit jedan Reboot uređaja.
Nikky je offline   Reply With Quote