zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
520 stars 126 forks source link

SIGHUP signal is provide in mlvpn process . #161

Closed rutul039 closed 2 years ago

rutul039 commented 2 years ago

if i have change the subtunnel(L1R1) parameters in configuration file then give the signal SIGHUP(pkill -SIGHUP mlvpn) then all subtunnels (Like [L1R1],[L2R2] etc.) are down and main interface(mlvpn0) are also down. why ?

please Give Answer Thanks

zehome commented 2 years ago

That's the way mlvpn works, contributions are welcome.

rutul039 commented 2 years ago

hello , 29-11-2021@17:48:30 [WARN/control] cannot bind socket /usr/local/var/run/mlvpn/mlvpn.sock: No such file or directory

actually i have to create unix socket and give the control_unix_path is "/usr/local/var/run/mlvpn/mlvpn.sock" this. and mlvpn.sock file is also there this path.

please give answer. Thanks