Can't connect internet after stop program archtorify (add program manualy suport for tor)

hello everyone
iam install archtorify ( suport program with tor )

The steps I did:

  • Archtorify -t (running program)
  • Archtorify -c (closing the program)

After I closed the program, my internet was not connected, there was a solution to restore internet settings without having to reboot my PC ?

Read

1 Like

The Linux terminal does not display error or other messages,
This problem occurs after I activate Archtorify.

The process:

  1. I activate the Archtorify (so that the system is connected to the network via Tor)
archtorify -t
  1. When finished, I disable Archtorify and the internet I have problems (WiFi is connected but can't connect to the Internet)
archtorify -c
archtorify 1.23.1
Arch Linux - Transparent proxy through Tor
Copyright (C) 2021 ■■■■■■■■■

Usage: archtorify [option]

Options:

-h, --help      show this help message and exit
-t, --tor       start transparent proxy through tor
-c, --clearnet  reset iptables and return to clearnet navigation
-s, --status    check status of program and services
-i, --ipinfo    show public IP
-r, --restart   restart tor service and change Tor exit node
-v, --version   display program version and exit

the solution I restart the PC and return to normal
Can it help improve this without restarting the PC?

Ask the dev which port, systemd or .service ... closed the connection.

image

2 Likes

oke, thankss for information :+1: :+1: :+1:

This would seem relatively simple.

Run the inxi -n command to find your network module and network adapter ID.

Then you use rmmod to unload your driver module then you lower your network adapter. You then modprobe your driver and raise your adapter.

See the examples on the following post:

The simplest method although the least likely to work is to simply run:

systemctl restart NetworkManager
1 Like