CntrlAltDel
Occasional Visitor
Hi there,
I seem to be struggling trying to get WAN type changes applied through SSH. So far for example I've tried:
But no dice. WAN configs dont change whatsoever in the web gui and if I check with the below I find that DHCP is still set.
I would like to be able to switch to PPPoE and also to DHCP.
I seem to be struggling trying to get WAN type changes applied through SSH. So far for example I've tried:
Bash:
nvram set wan_proto=pppoe
nvram set pppoe_username='x'
nvram set pppoe_passwd='x'
nvram commit
service restart_wan
But no dice. WAN configs dont change whatsoever in the web gui and if I check with the below I find that DHCP is still set.
Bash:
nvram show | grep wan_proto
I would like to be able to switch to PPPoE and also to DHCP.