[FONT=Courier New][SIZE=3]vccs {
...
connections = "internet", "voip"[B], "iptv"[/B];
}
dslifaces {
...
} [B]{
enabled = yes;
name = "iptv";
...
dsl_encap = dslencap_inherit;
dslinterfacename = "dsl";
...
pppoevlanauto = no;
pppoevlanauto_startwithvlan = no;
vlancfg {
vlanencap = vlanencap_fixed_prio;
vlanid = 4;
vlanprio = 0;
}
ppptarget = "iptv";
[/B] ...
}
targets {
...
} [B]{
type = pppcfg_target_internet;
name = "iptv";
...
}[/B][/SIZE][/FONT]
The usual disclaimers apply regarding the possible creation of a new FB brick.
[SIZE=4]mcupstream = "internet", "voip"[B], "iptv"[/B];[/SIZE]