mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #94] interface ppp may change name after reconnect client #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdfy on GitHub (Oct 10, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/94
for example ppp0 -> ppp1. It is not comfortable :)
@hwdsl2 commented on GitHub (Oct 11, 2018):
@bdfy Hello! It is normal for interface ppp to change name as you described. The IPTables rules in
run.shalready consider this by usingppp+instead ofppp0.