浏览代码

Update README.MD

MoeClub 3 年之前
父节点
当前提交
ab5a74fe71
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      SoftEther/README.MD

+ 16 - 0
SoftEther/README.MD

@@ -33,4 +33,20 @@ DNS: 8.8.8.8
 ```
 bash <(wget --no-check-certificate --no-cache -4 -qO- "https://api.moeclub.org/redirect/SoftEther.sh") -a empty -u vpn -p vpn
 
+```
+
+## Local Setting
+```
+# SoftEther VPN Bridge --> Create Local Bridge
+# SoftEther VPN Bridge --> Manage Virtual Hub (BRIDGE) --> Manage Level Connect --> Create
+
+```
+
+## promiscuous mode
+```
+# linux
+ifconfig <ifName> promisc
+ifconfig <ifName> -promisc
+
+
 ```