वीपीएन का उपयोग करने के लिए मजबूर करने के लिए फ़ायरवॉल स्थापित करने की कोशिश करने के बाद ट्रांसमिशन डेमॉन काम नहीं कर रहा है


1

मैंने निम्नलिखित द्वारा अपने वीपीएन का उपयोग करने के लिए ट्रांसमिशन को मजबूर करने की कोशिश की ये निर्देश । अब यह बिल्कुल काम नहीं करता है।

मैंने iptables नियमों की धज्जियां उड़ा दीं और रिबूट किया, लेकिन यह अभी भी काम नहीं करता है।

यहाँ मेरे वर्तमान नियम हैं:

$ sudo iptables -L -v
Chain INPUT (policy ACCEPT 679K packets, 1123M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DOCKER-USER  all  --  any    any     anywhere             anywhere            
    0     0 DOCKER-ISOLATION  all  --  any    any     anywhere             anywhere            
    0     0 ACCEPT     all  --  any    docker0  anywhere             anywhere             ctstate RELATED,ESTABLISHED
    0     0 DOCKER     all  --  any    docker0  anywhere             anywhere            
    0     0 ACCEPT     all  --  docker0 !docker0  anywhere             anywhere            
    0     0 ACCEPT     all  --  docker0 docker0  anywhere             anywhere            

Chain OUTPUT (policy ACCEPT 719K packets, 1430M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain DOCKER (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain DOCKER-ISOLATION (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  any    any     anywhere             anywhere            

Chain DOCKER-USER (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  any    any     anywhere             anywhere

मैं इसे फिर से कैसे काम कर सकता हूं?

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.