3

I've recently purchased a WRT54Gl router, and installed a DD-WRT (version micro) on it. The router is set in the PPPoE mode, which is connected via wire to the DSL modem.

In order to change my external IP, I need to reset either the modem or the router so the new connection is made with new IP.

Is there a way to use webGUI from DD-WRT, or maybe via telnet: to tell it to redial the connection?

bbaja42
  • 3,051

2 Answers2

4

Try this line via telnet

killall -HUP pppd

Alex
  • 1,437
1

You can also enter it under the Administration > Commands menu and select Run Commands

Raystafarian
  • 21,963
  • 12
  • 64
  • 91
Fichael
  • 11
  • 1