Trackor

Authored Comments

Hey! Thank you for your tutorial! I have the following problem: I have set up an AP and installed tor, but my IP is not changing. Here are my logs:

eth0: flags=4163 mtu 1500
inet 192.168.0.150 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 2a02:8070:4df:5d00:d399:bdb2:7fda:14f3 prefixlen 64 scopeid 0x0
inet6 fe80::a4de:b9d0:f66:54aa prefixlen 64 scopeid 0x20
ether dc:a6:32:3f:22:7a txqueuelen 1000 (Ethernet)
RX packets 414505 bytes 501022352 (477.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 260123 bytes 29306573 (27.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Lokale Schleife)
RX packets 68 bytes 6216 (6.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 68 bytes 6216 (6.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163 mtu 1500
inet 192.168.4.1 netmask 255.255.255.0 broadcast 192.168.4.255
inet6 fe80::fba:3c94:dc4f:36fc prefixlen 64 scopeid 0x20
ether dc:a6:32:3f:22:7b txqueuelen 1000 (Ethernet)
RX packets 247724 bytes 24231954 (23.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 392175 bytes 507092369 (483.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

torrc file:
Log notice file /var/log/tor/notices.log
VirtualAddrNetwork 10.192.0.0/10
AutomapHostsSuffixes .onion,.exit
AutomapHostsOnResolve 1
TransPort 9040
TransListenAddress 192.168.4.1
DNSPort 53
DNSListenAddress 192.168.4.1

● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; enabled; vendor preset: enab
Active: active (exited) since Tue 2020-06-09 22:06:37 CEST; 1 day 13h ago
Main PID: 321 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
Memory: 0B
CGroup: /system.slice/tor.service

Jun 09 22:06:37 access systemd[1]: Starting Anonymizing overlay network for TCP
Jun 09 22:06:37 access systemd[1]: Started Anonymizing overlay network for TCP (
Jun 11 00:00:20 access systemd[1]: Reloading Anonymizing overlay network for TCP
Jun 11 00:00:20 access systemd[1]: Reloaded Anonymizing overlay network for TCP

tor@default.service - Anonymizing overlay network for TCP
Loaded: loaded (/lib/systemd/system/tor@default.service; enabled-runtime; ven
Active: active (running) since Thu 2020-06-11 11:40:57 CEST; 16min ago
Main PID: 31206 (tor)
Tasks: 1 (limit: 4915)
Memory: 32.7M
CGroup: /system.slice/system-tor.slice/tor@default.service
└─31206 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defa

Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.923 [notice] Read configurati
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.931 [warn] Skipping obsolete
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.931 [warn] Skipping obsolete
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.932 [notice] Opening Socks li
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.933 [notice] Opened Socks lis
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.933 [notice] Opening DNS list
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.933 [notice] Opened DNS liste
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.933 [notice] Opening Transpar
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.933 [notice] Opened Transpare
Jun 11 11:40:57 access systemd[1]: Started Anonymizing overlay network for TCP.

I stumbled over:

Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.931 [warn] Skipping obsolete
Jun 11 11:40:54 access tor[31206]: Jun 11 11:40:54.931 [warn] Skipping obsolete

Any idea? Thank you in advance!
Greetings

Found the mistake, pls delete my comment. thx