A missing remote command for establishing a connection
questionneedinfo
The plugin doesn't issue this command remotely and it means your SSH/VPN connection will never work:
```Bash
ip tuntap add mode tun dev tun100
```
tun100 (the number) depends on your configuration of course. This needs to be fixed ASAP.
I'm using the `sudo` remote option but that's beside the point. Other `ip ...` commands **complete successfully**.
Right now I manually log in to the remote server and create the device which is kinda silly.
2 条评论