Eu sei que há muitos tutoriais e, provavelmente, tópicos sobre isso, mas não consigo configurá-lo para funcionar para mim. Espero que alguém possa me ajudar :) Estou usando o Windows 10, mas isso não deve ser um problema.
Então, primeiro aqui está o site (por exemplo) que eu gostaria de bloquear: link
Ping retorna:
C:\Windows\system32>ping www.uni-pannon.hu
Pinging www.uni-pannon.hu [193.6.32.90] with 32 bytes of data:
Reply from 193.6.32.90: bytes=32 time<1ms TTL=62
Reply from 193.6.32.90: bytes=32 time<1ms TTL=62
Reply from 193.6.32.90: bytes=32 time<1ms TTL=62
Reply from 193.6.32.90: bytes=32 time<1ms TTL=62
Ping statistics for 193.6.32.90:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Meu gateway padrão parece ser o seguinte:
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : vekoll.uni-pannon.hu
Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
Physical Address. . . . . . . . . : 74-86-7A-1B-5E-A7
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::e909:6fbe:a499:2979%8(Preferred)
IPv4 Address. . . . . . . . . . . : 10.3.1.122(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Lease Obtained. . . . . . . . . . : 2016. január 6., szerda 3:30:58
Lease Expires . . . . . . . . . . : 2016. január 7., csütörtök 18:01:52
Default Gateway . . . . . . . . . : 10.3.0.1
DHCP Server . . . . . . . . . . . : 10.3.0.1
DHCPv6 IAID . . . . . . . . . . . : 74745466
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-0E-41-5B-74-86-7A-1B-5E-A7
DNS Servers . . . . . . . . . . . : 193.6.40.4
193.6.40.2
NetBIOS over Tcpip. . . . . . . . : Enabled
Portanto, como gateway de rota, escolho um host inacessível:
C:\Windows\system32>ping 10.3.0.100
Pinging 10.3.0.100 with 32 bytes of data:
Reply from 10.3.1.100: Destination host unreachable.
Reply from 10.3.1.100: Destination host unreachable.
Reply from 10.3.1.100: Destination host unreachable.
Reply from 10.3.1.100: Destination host unreachable.
Ping statistics for 10.3.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Com base nos dados que copiei acima, criei o seguinte comando:
route -p add 193.6.32.90 mask 255.255.255.0 10.3.1.100
Depois de adicionar essa rota, tentei fazer o ping em 193.6.32.90 e no site, mas consegui alcançar os dois. Então eu tentei acessar o site via navegador, mas ainda está disponível.
Alguém poderia me dizer onde eu falhei?
Antes que alguém me diga para usar o arquivo hosts, eu gostaria de encontrar um método diferente para bloquear sites (via soluções nativas do Windows).
Editar: tentei liberar como é mostrado aqui: link
Editar2: depois de tentar adicionar uma rota sugerida por um comentário, aqui está minha tabela inteira de rotas:
link