Skip to content

6490 Cable in "ATA mode", how to configure voip VLAN #765

Answered by afflux
afflux asked this question in Q&A
Discussion options

You must be logged in to vote

Made a bunch of changes that seem to do the trick.

In /var/flash/ar7.cfg:

ar7cfg.sync_groups["sync_cable"].enabled = no
ar7cfg.sync_groups["sync_ata"].enabled = yes
ar7cfg.vccs[2 /* the one vccs section without ifname eth_udma */].connections = "internet", "voip"
ar7cfg.dslifaces["voip"].vlancfg {
	vlanencap = vlanencap_fixed_prio;
	tagtype = vlantagtype_customer;
	vlanid = 6;
	vlanprio = 0;
	tos = 0;
}
ar7cfg.dslglobalconfig.pppoeiface = "eth0";

/* not sure if these are really needed: */
ar7cfg.dslifaces["voip"].etherencapcfg.class_identifier = "6490retail"; /* this is transmitted as DHCP option 60 */
ar7cfg.dslifaces["voip"].stay_always_online = no;
ar7cfg.targets["voip"].remoteauth = …

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@afflux
Comment options

@darksapien
Comment options

@afflux
Comment options

Answer selected by afflux
Comment options

You must be logged in to vote
1 reply
@afflux
Comment options

Comment options

You must be logged in to vote
1 reply
@afflux
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants