Page 1 of 1

Fresh Install of Softether Server - Doesn't see Local Adapters NICs

Posted: Fri Apr 15, 2022 12:11 am
by shaywood
Hello, just installed Softether on a Windows 11 PC that has 4 Network adapters (2 Realtec NICs, Virtualbox VM adapter and a Wifi adapter). During installation Softether only shows Virtualbox as a local bridge option. Any idea why I can't see the NICs? I have reinstalled and rebooted. Other programs, like Virtualbox, can see all the network adapters.

Re: Fresh Install of Softether Server - Doesn't see Local Adapters NICs

Posted: Fri Apr 15, 2022 11:16 am
by solo
Perhaps it is a SE-W11 compatibility issue? You could report it here https://github.com/SoftEtherVPN/SoftEtherVPN/issues

But first, can you see on the Ethernet NICs the following:

Code: Select all

(PS)> Get-NetAdapter | Select *
...
Status : Up
...
PromiscuousMode : True
(WiFi usually does not support Promiscuous Mode and can not be bridged)

Re: Fresh Install of Softether Server - Doesn't see Local Adapters NICs

Posted: Fri Apr 15, 2022 1:10 pm
by shaywood
Thank you. Both NIC's are "Up", but PromiscuousMode is "False" on 1 of them.

Re: Fresh Install of Softether Server - Doesn't see Local Adapters NICs

Posted: Fri Apr 15, 2022 10:54 pm
by solo
Can Wireshark "sniff" on the Realtecs in Promiscuous Mode?

Try the latest SoftEther nightly build. If still unresolved, report it at the above github link. Please update us here as it is a very interesting issue.

Re: Fresh Install of Softether Server - Doesn't see Local Adapters NICs

Posted: Sun Apr 17, 2022 4:52 am
by shaywood
Added a broadcom nic, which Softether was able to see. Thanks for the help.