htrgouvea / nipe

An engine to make Tor network your default gateway
https://heitorgouvea.me/
Other
1.95k stars 314 forks source link

[!] ERROR: sorry, it was not possible to establish a connection to the server. #49

Closed S0rci3r closed 5 years ago

S0rci3r commented 5 years ago

Hi, sudo cpan install Switch JSON LWP::UserAgent ==> ok sudo perl nipe.pl install ==> ok sudo perl nipe.pl start ==> ok sudo perl nipe.pl status ==> [!] ERROR: sorry, it was not possible to establish a connection to the server.

System : Manjaro Linux 18.0.2 Kernel : 4.18.20-1-MANJARO iptables v1.8.2 (legacy) perl v5.28.1

Thx

naltun commented 5 years ago

I'm getting the same error.

Sytem: Antergos Kernel: 4.20.10-arch1-1-ARCH iptables: 1.8.2 (legacy) Perl: 5.28.1

Awesome project @GouveaHeitor . Would love to see this issue fixed.

htrgouvea commented 5 years ago

Hi @S0rci3r and @naltun,

I've made some changes to the Nipe code recently, can you see if this error has been fixed?

Thx

ExceptionRegret commented 5 years ago

The error is not fixed

venkateshan-s commented 5 years ago

Still not fixed

SurjitSahoo commented 5 years ago

still not fixed

anomydarklord commented 5 years ago

still not fixed

Friends I Recently Find the Solution of This Do it My way apt reinstall tor remove the nipe directory where you save nipe ( rm -r nipe) then git clone https://github.com/GouveaHeitor/nipe.git then {optional} apt reinstall libjson-perl libswitch-perl libtest-lwp-useragent-perl if needed reinstall iptables too then cpan install Switch JSON LWP::UserAgent thats its use it by perl perl nipe.pl start check status perl nipe.pl status Hola you done it Note: use of Stacer and bleachbit cause this Errror so use by own knowledge which memory can be deleted

anomydarklord

theonelucas commented 5 years ago

I also had the same issue on my machine (Fresh install of manjaro GNOME). This is what I found so far:

Screenshot-20190606104217-668x147

htrgouvea commented 5 years ago

Hi Guys,

I think I got this error fixed, can someone please confirm it?

Thx.

bluefangs commented 5 years ago

Hi - Just tried this from within a docker container. Running into the exact same issue which has been reported.

# git clone https://github.com/GouveaHeitor/nipe
# cd nipe
# cpan install Switch JSON LWP::UserAgent Config::Simple
# perl nipe.pl install
# perl nipe.pl start
# perl nipe.pl status

[!] ERROR: sorry, it was not possible to establish a connection to the server.

Edit:Ran into the same issue when running natively on Ubuntu 18.04

htrgouvea commented 5 years ago

Hi @bluefangs,

Unfortunately, it is not possible to use or Nipe em um container Docker. But já estou trabalhando nisso, quiser acompanhar follow issue #16.

I wonder if it is possible to use in the distributions mentioned above.

Thx

bluefangs commented 5 years ago

Thanks for your quick response. I tried it again on native Ubuntu 18.04 with some changes suggested by @anomydarklord and it seems to work. Below are the steps to get it to work:

apt-get install libjson-perl libswitch-perl libtest-lwp-useragent-perl
cpan install Switch JSON LWP::UserAgent Config::Simple
git clone https://github.com/GouveaHeitor/nipe.git
cd nipe
perl nipe.pl install
perl nipe.pl start
perl nipe.pl status

[+] Status: activated.  
[+] Ip: XXXXXXXX    
htrgouvea commented 5 years ago

Based on your response I will assume that this issue is resolved.

enforcer-pro commented 5 years ago

Well i'm using pop-os even i faced the same problem. Go ahead and execute this command. apt-get install libjson-perl libswitch-perl libtest-lwp-useragent-perl

apt-get install --reinstall tor

perl nipe.pl start perl nipe.pl status

curl https://check.torproject.org/api/ip

r0m305 commented 4 years ago

hey Hoe do i fully uninstall nipe files from kali its messed up alot i need to reinstall it all over again

naltun commented 4 years ago

@r0m305 Did you ever get this taken care of?

r0m305 commented 4 years ago

naah not yet I'll update it first, then I'll let you know asap

On Mon, Jul 13, 2020, 10:41 PM Noah Altunian notifications@github.com wrote:

@r0m305 https://github.com/r0m305 Did you ever get this taken care of?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GouveaHeitor/nipe/issues/49#issuecomment-657753351, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNSFE2PS4GG6OG6NQPZOYLR3NPMXANCNFSM4GOIJCGA .

P1xart commented 2 years ago

Well i'm using pop-os even i faced the same problem. Go ahead and execute this command. apt-get install libjson-perl libswitch-perl libtest-lwp-useragent-perl

apt-get install --reinstall tor

perl nipe.pl start perl nipe.pl status

curl https://check.torproject.org/api/ip

it work! Th

vermp00 commented 1 year ago

I had that error too. But I forgot the first command. After I did "$ perl nipe.pl install" everything worked. I had nothing to reinstall.