Network tools not working with a 3G connection
Posted
by
gAMBOOKa
on Super User
See other posts from Super User
or by gAMBOOKa
Published on 2009-12-14T12:56:30Z
Indexed on
2011/01/04
13:55 UTC
Read the original article
Hit count: 345
Some of my network tools stopped working after I switched to a 3G connection from a DSL one. Cain and Abel's sniffer, Metasploit, even the NMAP scanner.
I'm using Windows 7. The 3G device in question is the Huawei E180.
Here's the error I get when running NMAP
WARNING: Using raw sockets because ppp2 is not an ethernet device. This probably won't work on Windows.
pcap_open_live(ppp2, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20). Will wait 5 seconds then retry.
pcap_open_live(ppp2, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20). Will wait 25 seconds then retry.
Call to pcap_open_live(ppp2, 100, 0, 2) failed three times. Reported error: Error opening adapter: The system cannot find the device specified. (20)
Metasploit's refused connection to my websites too.
© Super User or respective owner