Parcourir la source

Update README.MD

MoeClub il y a 3 ans
Parent
commit
ab5a74fe71
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  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
+
+
 ```