kamyar beigi writes: > I need to anonymise (or even encrypt) every packet i send from my Linux Eth > card for running any commands from Command Prompt (Terminal in Linux) for > example: ping, telnet,nmap, wget, maltego, traceroute, etc. i want to hide > my source IP (public one).
You're not going to be able to anonymize ping and traceroute over Tor, because they use ICMP, and Tor only transports TCP (plus DNS requests). https://www.torproject.org/docs/faq.html.en#TransportIPnotTCP See generally https://secure.wikimedia.org/wikipedia/en/wiki/Internet_protocol_suite or https://secure.wikimedia.org/wikipedia/en/wiki/TCP/IP_model -- Seth Schoen <[email protected]> Senior Staff Technologist https://www.eff.org/ Electronic Frontier Foundation https://www.eff.org/join 454 Shotwell Street, San Francisco, CA 94110 +1 415 436 9333 x107 _______________________________________________ tor-talk mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
