jeremycollake / x-wrt

Automatically exported from code.google.com/p/x-wrt
2 stars 0 forks source link

Reconnect on "PPPoE Status" Page does not work #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clicking Reconnect on the "PPPoE Status" Page

What is the expected output? What do you see instead?
I expect it to reconnect. Instead it just disconnects and does not connect
again until I click connect. The ppp0 interface also disappears until I
click connect. Manually reconnecting (clicking Disconnect and then Connect)
works fine. 

What version of the product are you using? On what operating system and web
browser?
Firmware: OpenWrt Kamikaze - With X-Wrt Extensions 7.09
Kernel: Linux 2.4.34 #94 Tue Sep 9 02:58:48 CDT 2008
MAC: 00:21:29:99:60:2A
Device: Linksys WRT54G/GS/GL
Board: Broadcom BCM5352 chip rev 0
Username: root

Web mgt. console: Webif²
Version: r4306 

Please provide any additional info below.
I checked the source and found clicking Reconnect executes "ifdown wan &&
ifup wan". I tried executing this manually (using SSH) with the same
result. It seems like ifup wan does not get executed at all because ifdown
wan does not return success (no idea why). So I tried "ifdown wan; ifup
wan" and it works.

Original issue reported on code.google.com by corneliu...@gmail.com on 2 Dec 2008 at 2:50

GoogleCodeExporter commented 9 years ago
can you please update and try this with 8.09RC1 or trunk?

Original comment by kemen04@gmail.com on 3 Dec 2008 at 11:18

GoogleCodeExporter commented 9 years ago
works in rc2

Original comment by kemen04@gmail.com on 30 Jan 2009 at 7:03