torghost icon indicating copy to clipboard operation
torghost copied to clipboard

Kali / WSL2 //// IPTables issue when starting daemon

Open ring0L opened this issue 4 years ago • 2 comments

sudo torghost --start [11:53:42] Always check for updates using -u option [11:53:42] Torrc file already configured [11:53:42] Configuring DNS resolv.conf file.. [done] System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down [11:53:42] Stopping tor service [done] [11:53:42] Starting new tor daemon [done] iptables v1.8.5 (nf_tables): Couldn't load match `owner':No such file or directory

Try iptables -h' or 'iptables --help' for more information. iptables v1.8.5 (nf_tables): unknown option "--dport" Try iptables -h' or 'iptables --help' for more information. iptables v1.8.5 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING iptables v1.8.5 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING iptables v1.8.5 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING iptables v1.8.5 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING iptables v1.8.5 (nf_tables): unknown option "--syn" Try iptables -h' or 'iptables --help' for more information. iptables v1.8.5 (nf_tables): Couldn't load match state':No such file or directory

Try iptables -h' or 'iptables --help' for more information. iptables v1.8.5 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain OUTPUT iptables v1.8.5 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain OUTPUT iptables v1.8.5 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain OUTPUT iptables v1.8.5 (nf_tables): Couldn't load match owner':No such file or directory

Try iptables -h' or 'iptables --help' for more information. iptables v1.8.5 (nf_tables): Chain 'REJECT' does not exist Try iptables -h' or 'iptables --help' for more information. [11:53:42] setting up iptables rules [done] [11:53:42] Fetching current IP... ^Z [2]+ Stopped

ring0L avatar Oct 23 '20 10:10 ring0L

i having the same problem pls help me

heroalbert avatar Oct 25 '20 06:10 heroalbert

If you find replace 'iptables ' with 'iptables-legacy ' before building from source it'll all work in WSL2

shoeyn avatar Dec 02 '20 18:12 shoeyn