﻿id,summary,reporter,owner,description,status,resolution,keywords,cc
1154,Bandwidth Monitoring - WAN graph not functioning,ae58,somebody,"re: dd-wrt v24 sp1 

From llowrey (reference http://www.dd-wrt.com/phpBB2/viewtopic.php?p=319153#319153)

My initial config was PPPoE and all was well.

When I switched to a DHCP cable modem my WAN bandwidth graph stopped updating. I discovered that it was still using ppp0, even after a reboot.

I discovered the problem variable in the nvram by doing the following:

Code:
# nvram show | grep ppp0
size: 24752 bytes (40784 left)
wan_iface=ppp0


I fixed it by doing:

Code:
nvram set wan_iface=eth0
",closed,invalid,bandwidth monitoring wan graph,
