donkey42
plank
ok, that means its working on the net, try to load a webpage, if it loads great, it works, if not DNS arn't translating domain name (Example.com) Web Page to IP (xxx.xxx.xxx.xxx)right
I tried that didn't work so tried
Ping 192.168.2.1
this is what appeared on the LAPTOP
Pinging 192.168.2.1 with 32 bytes of data:
reply from 192.168.2.1 bytes=32 time<1ms TTL=128
This repeated 4 times
ping statistics for 192.168.2.1:
Packets: sent = 4, Recieved = 4, Lost = 0 <0% loss>,
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
c:\Documents and Settings\emma>
BTW: that's all DNS does
BTW: DNS = Domain Name System
their in the drawer, use them if you like & pretend to be an emu & bury your head in the sandIts all complicated to me what ever happened to pen and paper!!
Edit: i'll explain what that means:
Ping = is a CLI (command Line Interface) program that tests the internet connection, so you Pinged the IP address 192.168.2.1 (you are better pinging something like
Code:
ping google.com
Packets = small bits of data, that are sent out to test a connection
so,you sent 4 packets of 32 bytes of data and they all came back sucsesfully in less than (<) 1 millisecond
TTL = (Time To Live) the packets had 128 seconds to get to the IP Address and back to you