You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems some startup services may add conflicting rules to the system against Nipe:
$ ./nipe.pl start
...
$ ./nipe.pl status
[!] ERROR: sorry, it was not possible to establish a connection to the server.
$ curl https://check.torproject.org/api/ip
curl: (6) Could not resolve host: check.torproject.org
A solution I found was to completely flush iptables rules before nipe set its own rules:
One problem with this solution is the possible future conflicts we may have against other apps on the system. I'm don't really know how iptables works, so any help is welcome!
The text was updated successfully, but these errors were encountered:
It seems some startup services may add conflicting rules to the system against Nipe:
A solution I found was to completely flush iptables rules before nipe set its own rules:
One problem with this solution is the possible future conflicts we may have against other apps on the system. I'm don't really know how iptables works, so any help is welcome!
The text was updated successfully, but these errors were encountered: