OrchidTechnologies / orchid

Orchid: VPN, Personal Firewall
https://www.orchid.com/
GNU Affero General Public License v3.0
655 stars 102 forks source link

Windows CLI bug #98

Closed victorlane closed 2 years ago

victorlane commented 3 years ago

Describe the bug When running orchid.exe --config orchid.cfg I get this error

[./vpn/p2p/source/execute.hpp:38] system(netsh interface ip set address "Local Area Connection" static 10.7.0.3 255.255.255.0) != 0 terminate called without an active exception [T:3] [vpn/source/capture.cpp:805] orc_trace(): Shut

To Reproduce Steps to reproduce the behavior: Follow instructions from blog post https://blog.orchid.com/orchid-is-now-available-in-beta-for-windows-command-line/

Device information:

saurik commented 3 years ago

@victorlane Can you give us the output of "ipconfig /all"?

saurik commented 3 years ago

@victorlane Apparently, we also want the output of "route print" and "netsh int ipv4 show interfaces".

saurik commented 3 years ago

@victorlane :(

saurik commented 2 years ago

(I am closing this bug as the error message from netsh--which would have been printed above those log messages--was not provided and the bug reporter did not provide any follow-up information.)