vpncmd bridgecreate error (doesn't create TAP device)
Posted: Wed Oct 16, 2019 2:35 am
In the course of debugging the cascade connection instability described in another thread, I want to try bridging to a tap interface instead of a physical NIC.
I'm on linux (4.4.0) and this is what I do:
Unfortunately, no TAP device is created.
The newly created bridge is kept in an erroneous state:
What's wrong with my commands? Please, help!
Thank you!
I'm on linux (4.4.0) and this is what I do:
Code: Select all
VPN Server>bridgecreate vhub -device taptest1 -tap yes
[...]
The command completed successfully.
The newly created bridge is kept in an erroneous state:
Code: Select all
VPN Server>bl
BridgeList command - Get List of Local Bridge Connection
Number|Virtual Hub Name|Network Adapter or Tap Device Name|Status
------+----------------+----------------------------------+---------
1 |vhub |enp0s25 |Operating
2 |vhub |taptest1 |Error
The command completed successfully.
Thank you!