Beste
De speciale config kan ik niet toesturen. Er komt echter wel een oplossing. AVM heeft een nieuwere firmware in ontwikkeling die over een maandje zou moeten vrijkomen. Via die firmware kan je vdsl2 instellen zonder speciale config.
Met vriendelijke groet
Peter
Eerste stukje:
FirmwareVersion=84.04.86
CONFIG_INSTALL_TYPE=iks_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_dect_64415
OEM=avm
Country=049
Language=de
NoChecks=yes <---- TOEVOEGEN
Tweede stukje:
ar7cfg {
mode = dsldmode_router;
active_provider = "other";
igddenabled = yes;
igdd_control_enabled = yes;
wan_bridge_with_dhcpc = yes;
Derde stukje:
vccs {
VPI = 1;
VCI = 32;
traffic_class = atm_traffic_class_UBR;
pcr = 0;
scr = 0;
priority = 0;
dsl_encap = dslencap_mixed;
ipbridgeing = no;
ipbridgeing_igmp = no;
pppoeforwarding = no;
connections = "internet", "voip";
}
Vierde stukje:
dslifaces {
enabled = yes;
name = "internet";
dsl_encap = dslencap_pppoe;
dslinterfacename = "dsl";
no_masquerading = no;
no_firewall = no;
pppoevlanauto = no;
pppoevlanauto_startwithvlan = no;
vlancfg {
vlanencap = vlanencap_fixed_prio;
vlanid = 10;
vlanprio = 0;
}
ppptarget = "internet";
etherencapcfg {
use_dhcp = yes;
use_dhcp_if_not_encap_ether = no;
ipaddr = 0.0.0.0;
netmask = 0.0.0.0;
gateway = 0.0.0.0;
dns1 = 0.0.0.0;
dns2 = 0.0.0.0;
mtu = 0;
}
Laatste stukje:
dslglobalconfig {
autodetect = no;
autodetectparams {
nround = 2;
timeout = 3s;
npacket = 1;
}
pppoeiface = "eth0";
speed_in_netto = 20000;
speed_out_netto = 2000;
manual_speed = no;
connect_delay_when_synced = 3s;
sync_lost_delay = 0w;
default_tcom_vlan = 7;
In Belgien haben wir:Und noch zur Ergänzung (von einer vorigen AVM-Support Antwort entnommen):
* ADSL over POTS (analog) = Annex A *UND *ADSL over ISDN = Annex B
* VDSL2 over POTS (analog) = Annex A *UND *VDSL2 over ISDN = Annex B
nqos {
version = 4;
macaddr_whitelist_enabled = no;
bridge_with_switch_separation = no;
defaultresult {
tos = -1;
vlan_prio = -1;
queueref = "default";
}
appls {
enabled = yes;
name = "sip-appl";
protocol = qos_classifier_appl_sip;
result {
tos = -1;
vlan_prio = -1;
queueref = "hrealtime";
}
}
bridges {
enabled = yes;
name = "tv";
ident = "vcc:0";
vlancfg {
vlanencap = vlanencap_fixed_prio;
vlanid = 30;
vlanprio = 0;
}
}
classifiers {
enabled = yes;
name = "multicast";
type = qos_cfg_custom;
iface = qos_lan;
rule = "ethport 3 ip.proto == igmp";
result {
tos = -1;
vlan_prio = -1;
queueref = "hprio";
bridgeref = "tv";
}
} {
enabled = yes;
name = "unicast";
type = qos_cfg_custom;
iface = qos_lan;
rule = "ethport 3";
result {
tos = -1;
vlan_prio = -1;
queueref = "hprio";
bridgeref = "tv";
}
} {
enabled = yes;
name = "multicast";
type = qos_cfg_custom;
iface = qos_lan;
rule = "ethport 4 ip.proto == igmp";
result {
tos = -1;
vlan_prio = -1;
queueref = "hprio";
bridgeref = "tv";
}
} {
enabled = yes;
name = "unicast";
type = qos_cfg_custom;
iface = qos_lan;
rule = "ethport 4";
result {
tos = -1;
vlan_prio = -1;
queueref = "hprio";
bridgeref = "tv";
}
}