Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
PPPOE manually disconnect/connect/restart from SSH
« previous
next »
Print
Pages: [
1
]
Author
Topic: PPPOE manually disconnect/connect/restart from SSH (Read 505 times)
pickone
Newbie
Posts: 28
Karma: 0
PPPOE manually disconnect/connect/restart from SSH
«
on:
May 28, 2024, 11:39:18 am »
Hi!
There is any command I can use, in order to restart the PPPOE connection? Disconnect, connect or even just restart, it would help me.
Using "service netif restart wan" it is way TOOO slow. I get a reconnection after more than 1-2 minutes. Any other command?
Thanks
Logged
pickone
Newbie
Posts: 28
Karma: 0
Re: PPPOE manually disconnect/connect/restart from SSH
«
Reply #1 on:
May 28, 2024, 07:38:37 pm »
I found a solution for VERY fast disconnect/reconnect of the pppoe, but it is not changing my external dynamic IP.
This is what I used
Code:
[Select]
ifconfig pppoe0 down
ifconfig pppoe0 up
Any solution to do this as fast as ifconfig does, but to change the external IP as well? Normally the extenal IP it is changing every time I restart the router
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
PPPOE manually disconnect/connect/restart from SSH