wifi phone DNS
September 14, 2012 8:00 AM Subscribe
WiFi data issues.
My phone (Android) connects to the network and I can log in to the server, but I'm not getting any internet. I'm a bit lost here; I've got access to every setting imaginable, but I dont know what I'm doing. Any help very much appreciated!
If I had any hair, I'd be tearing it out.
I'n trying to connect my HTC One S to a Voyager 2110 modem/router.
My phone connects to the network, and I can see its MAC address in the 'Wireless Clients' of the router, but I'm not getting any data. I cannot see the MAC address in any of the other settings; DHCP table, Routing Table, ARP table.
I've tried changing from DHCP to static IP without much luck (or knowledge... I used the primary/secondary DNS server numbers from the router 'overview' as DNS 1/2 in the phone?) and again the IP number is not visible in any of the tables.
The phone connects 90% of the time, but sometimes (generally when I most need it to) it doesnt. Any help is much appreciated.
posted by BadMiker to technology (8 answers total)
If you want to set it up static, typically you'd follow this logic:
Examine the router's local IP address (probably starts with 192 or 10) and the associated subnet mask. The parts of the subnet mask that are zero are where you have flexibility to define addresses. An example:
Router's local IP is 192.168.1.1 with a subnet of 255.255.255.0
You can define any IP addresses from 192.168.1.2 to 192.168.1.254 on other devices in the network.
With respect to DNS, you can either enter the router's IP address as the DNS server, since typically home routers are configured to reply to DNS queries, or you can enter a public DNS server like Google's (8.8.8.8 and 8.8.4.4).
Most importantly would be the Default Route. This is the address to which the device should direct traffic not destined for the local network (i.e., internet traffic). Again typically you would supply the router's IP address here as well.
All of these aspects are what the DHCP Server function will do automatically for you, though.
posted by odinsdream at 8:35 AM on September 14, 2012