Hello there,
i ran into a problem when i tried to set my linksys wrt45gs (kamikaze 7.07) for t-home (german isp).
For whatever reasons the wan port needs to be tagged with id7 as described here (german).
So i edited /etc/config/network to look like this:
config switch eth0
option vlan0 "1 2 3 4 5*"
option vlan7 "0 5"
config interface wan
option ifname "eth0.7"
nvram:
vlan0ports=1 2 3 4 5*
vlan7ports=0 5
vlan0hwname=et0
vlan7hwname=et0
wan_device=vlan7
But I only get theese error messages when plugging on the modem:
Jan 1 01:03:26 (none) daemon.warn pppd[518]: Timeout waiting for PADO packets
Jan 1 01:03:26 (none) daemon.err pppd[518]: Unable to complete PPPoE Discovery
It works fine the W700V Router provided by t-com so there has to be something wrong with my config but i have no clue what
Any ideas?