Vadim Smirnov

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 1,507 total)
  • Author
    Posts
  • in reply to: Getting this Error – Err: exit status 1 #13314
    Vadim Smirnov
    Keymaster

      Do you have WireGuard for Windows installed on your Windows computer?

      in reply to: Two configs/tunnels at the same time? #13311
      Vadim Smirnov
      Keymaster

        The current implementation of the WireSock VPN client supports only a single tunnel. While I do plan to add support for multiple tunnels in the future, I cannot provide a specific timeframe for this enhancement due to my limited availability.

        in reply to: [TUN]: ip_interface_changed_callback #13308
        Vadim Smirnov
        Keymaster

          I believe the issue isn’t associated with the virtual network interface. To verify this, try running the client in NAT mode, without using the virtual network adapter. Based on the logs, it seems you’re not receiving the handshake response from the WireGuard server. Ensure the server is active. If it is, WireGuard might be blocked. In such instances, consider routing the handshake through a SOCKS5 proxy; this often helps bypass such blockages.

          in reply to: Can Share Vpn to Another Lan Device? #13306
          Vadim Smirnov
          Keymaster

            As previously noted, it is feasible but necessitates additional configuration steps.

            in reply to: Can Share Vpn to Another Lan Device? #13304
            Vadim Smirnov
            Keymaster

              Yes, you can share a Wireguard connection using WireSock. However, I need to know: how does your laptop connect to the Internet? And, are you using WireSock in NAT mode or with a virtual network interface?

              For instance, if you’re using WireSock in NAT mode and your laptop connects via WiFi, you can simply share the WiFi connection to the LAN using Windows’ built-in Internet connection sharing feature. You can also use the Windows WiFi Hotspot; however, in this scenario, the Xbox would need to connect to the WiFi network shared by your laptop. More details will help me provide better guidance.

              in reply to: The ListenPort setting doesn’t work #13300
              Vadim Smirnov
              Keymaster

                Видимо, что-то подобное происходит и при обращении к web-серверу, о чем писал выше. Получается, режим nat непригоден для расшаривания ресурсов сервера для других клиентов peer-to-peer сети wireguard. Но с lac все ок.

                Если на веб-сервере какое-то приложение, которое отдает наружу свой IP, то возможно. Статические странички должны работать без проблем.

                Еще-бы серверную часть wireguard реализовать в режиме -lac. 🙂

                Это возможно, но требует времени, а я сейчас стараюсь не увлекаться компьютером на выходных 🤣. Да и в первую очередь стоит привести текущий код к некоторому общему знаменателю, в режимах изрядно повторяющегося кода, который имеет смысл унифицировать. Делается потихонечку. ☺️

                in reply to: The ListenPort setting doesn’t work #13298
                Vadim Smirnov
                Keymaster

                  В passive mode сервер посылает свой IP-адрес, а также номер порта для установки соединения для передачи данных, к которому подключится клиент. На сервере Wiresock работает в NAT mode, поэтому FTP сервер не в курсе, что у него есть какой-то виртуальный адрес в контексте VPN и шлет свой “реальный” IP. Соответственно, для установки соединения для передачи данных клиент будет пытаться подключиться к этому “реальному” адресу вместо адреса VPN, что у него скорее всего не получится.

                  in reply to: Can’t see WinsockUI interface in qBittorrent #13295
                  Vadim Smirnov
                  Keymaster

                    If you want qBittorent to go over the tunnel, then you can just add it to AllowedApps:

                    AllowedApps = qbittorrent

                    in reply to: Can’t see WinsockUI interface in qBittorrent #13293
                    Vadim Smirnov
                    Keymaster

                      Indeed, WireSock operates somewhat differently from the standard WireGuard client. Instead of generating adapter instances from configuration files, WireSock comes with a pre-installed virtual network interface named “wiresock.” As for why qBittorrent doesn’t recognize this network, it might be due to the API it utilizes or specific adapter properties it expects to find.

                      in reply to: WireSock DNS is going over VPN (bug?) #13290
                      Vadim Smirnov
                      Keymaster

                        Thank you for you warm words. You’re correct. When DNS settings are present in the Wireguard configuration file, all DNS requests are channeled through the tunnel to the specified DNS server, irrespective of the ‘AllowedIps’ setting. If DNS isn’t configured, then other filters, like ‘AllowedIps’, come into play.

                        in reply to: Can’t see WinsockUI interface in qBittorrent #13281
                        Vadim Smirnov
                        Keymaster

                          Please follow Control Panel ->  Network and Sharing Center -> Change Adapter Settings. You should have the network interface named wiresock there.

                          in reply to: cant install wiresock vpn client #13278
                          Vadim Smirnov
                          Keymaster

                            Да, это тот же драйвер под другим именем. Начинаю подозревать, что это какой-то нюанс связанный с подписью драйвера. Для текущих сборок используется Attested подпись и в принципе я пока не сталкивался, чтобы ее не хватало. Но похоже пора задуматься о whql подписи…

                            in reply to: cant install wiresock vpn client #13274
                            Vadim Smirnov
                            Keymaster

                              А стандартная сборка Windows Packet Filter теперь тоже устанавливается или так же выдает ошибку? Его то мы вручную не ставили.

                              in reply to: Ethernet MAC Address #13273
                              Vadim Smirnov
                              Keymaster

                                Could you provide additional details, such as the specific software build you’re using, the steps you took, what you anticipated the outcome to be, and the actual results you observed?

                                in reply to: cant install wiresock vpn client #13271
                                Vadim Smirnov
                                Keymaster

                                  То есть после однократной ручной установки драйвера теперь Wiresock и устанавливается и удаляется без проблем?

                                Viewing 15 posts - 196 through 210 (of 1,507 total)