I am using 2.6-ar7 with a configuration like this:
config interface wan
option ifname nas0
option device ppp
option proto pppoe
option mtu 1400
option vpi <ISP VPI>
option vci <ISP VCI>
option username <user>
option password <passwd>
and currently I have to invoke this manually after boot, at which point everything seems to continue automatically due to hotplug:
br2684ctl -c 0 -a <ISP VPI>.<ISP VCI> &
Is there an optional package or some conventional way to get this to happen automatically, reading the VPC.VCI info from the network config file? I think one problem is that hotplug won't work easily since the event to wait on is that the ADSL modem DSP gets to "DSL in sync" state.
(Last edited by karl on 25 Apr 2007, 07:25)