ITADN

A missing remote command for establishing a connection

#128Openbirdie-github 创建于 2025-06-11
questionneedinfo
B
birdie-githubcommented
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 条评论