rajan72 / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 1 forks source link

Cannot connect to internet #1086

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Evo 4G

Which firmware is installed? 2.16.00001 

What version of wireless tether are you using? 3.1-beta4

What steps will reproduce the problem?
1. Start wi-fi tether with 
     a. Enable WiFi Encryption = checked
     b. Change Channel = auto
     c. WiFi driver reload= checked
     d. Change LAN - 198.168.2.0/24
     e. Routing Fix = checked
     f. Preferred DNS = 8.8.8.8
     g. Alternate DNS - 8.8.4.4

2. Connect with Windows 7 laptop 
3. Laptop connects to WiFi tether but cannot connect to internet. WiFi tether 
shows upload and download byte counts.

Laptop shows joined "homegroup" but no internet access.
Here are results from Windows 7 Ipconfig:

C:\Users\Jack>ipconfig

Windows IP Configuration

Wireless LAN adapter Wireless Network Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Wireless Network 1:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::d18a:1e6b:52d5:55ad%12
   IPv4 Address. . . . . . . . . . . : 192.168.2.100
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.2.254

Ethernet adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{4105857F-9FDC-4DD4-946E-72A3FAA57C49}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{A6BE2F6C-42BB-4E56-9769-00A34DFA0311}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{12953C3B-5B95-4753-8F69-EB8CA7DA364E}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Changing WiFi-Tether LAN to 192.168.1.0/24 gives the following Ipconfig results:
C:\Users\Jack>ipconfig

Windows IP Configuration

Wireless LAN adapter Wireless Network Connection 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Wireless Network 1:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::d18a:1e6b:52d5:55ad%1
   IPv4 Address. . . . . . . . . . . : 192.168.1.100
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.254

Ethernet adapter Local Area Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{4105857F-9FDC-4DD4-946E-72A3FAA57C49}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{A6BE2F6C-42BB-4E56-9769-00A34DFA0311}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Tunnel adapter isatap.{12953C3B-5B95-4753-8F69-EB8CA7DA364E}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Original issue reported on code.google.com by j...@mybfl.com on 21 Aug 2011 at 5:16

GoogleCodeExporter commented 9 years ago
When I turned off enable wifi-encryption, I momentarily got an Internet 
connection, but then it went away.

Original comment by j...@mybfl.com on 21 Aug 2011 at 9:35