diff options
author | Travis Barker <t.e.barker@gmail.com> | 2005-10-04 17:26:00 +0000 |
---|---|---|
committer | Travis Barker <t.e.barker@gmail.com> | 2005-10-04 17:26:00 +0000 |
commit | 4e60b9c716eda6f04f65777961dcf3b9e7034cee (patch) | |
tree | 8bbfd211355241272f57e5745cbc2a0948d421b7 /Main/TravisBarkerNotesDslVsDialup.mdwn | |
parent | eb76d5da5cb2d632b6504c29192268ef7fd97a1e (diff) | |
download | web-4e60b9c716eda6f04f65777961dcf3b9e7034cee.tar.gz web-4e60b9c716eda6f04f65777961dcf3b9e7034cee.tar.bz2 web-4e60b9c716eda6f04f65777961dcf3b9e7034cee.zip |
none
Diffstat (limited to 'Main/TravisBarkerNotesDslVsDialup.mdwn')
-rw-r--r-- | Main/TravisBarkerNotesDslVsDialup.mdwn | 63 |
1 files changed, 54 insertions, 9 deletions
diff --git a/Main/TravisBarkerNotesDslVsDialup.mdwn b/Main/TravisBarkerNotesDslVsDialup.mdwn index f6803e4a..011a2a5e 100644 --- a/Main/TravisBarkerNotesDslVsDialup.mdwn +++ b/Main/TravisBarkerNotesDslVsDialup.mdwn @@ -1,5 +1,3 @@ -this page is under construction - **DSL vs Dialup** ## <a name="Digital_Subscriber_Line_DSL"> </a> Digital Subscriber Line - DSL @@ -13,8 +11,8 @@ this page is under construction **THEY BOTH USE PHONE LINE** * 2 types of dsl - * ADSL ASYNCRONOUS OR ASYMETRIC 1.5 TO 9MB DOWN 16-640 KB UP - * SDSL SYNCRONOUS OR SYMETRIC 3MB DOWN 3MB UP + * ADSL ASYNCRONOUS OR ASYMETRIC (example: 1.5 TO 9MB DOWN 16-640 KB UP) + * SDSL SYNCRONOUS OR SYMETRIC (example: 3MB DOWN 3MB UP) What equipment is needed @@ -32,7 +30,8 @@ What equipment is needed ### <a name="Private_IP_Address_Ranges"> Private IP Address Ranges </a> -* X=0-255 192.168.x.x - used w/ Routers& Configurable Modems +* X=0-255 +* 192.168.x.x - used w/ Routers& Configurable Modems * This range is the most typical private range used. * 10.x.x.x - Used w/ routers or configurable Modems. * 172.16.x.x - Used w/ routers. (this is a typical range used by businesses) @@ -77,7 +76,7 @@ Static - Specified IP address that never changes * it authenticates through the modem or next piece of connecting equipment's MAC Address -PPOE - Point to point protocol (over the enternet) -requires a customer to logon w/user/password before reciving an ip address the only os w/ppoe built in XP&MACX they install pppoe software or get a router or configurable modem. +PPOE - Point to point protocol (over the ethernet) -requires a customer to logon w/user/password before reciving an ip address the only os w/ppoe built in XP&MACX they install pppoe software or get a router or configurable modem. Trouble shooting DSL / Cable @@ -103,7 +102,7 @@ Trouble shooting DSL / Cable * on = good * off = bad -1. verifty it is plugged in +1. verify it is plugged in 2. check for power at the source (switch?) @@ -128,7 +127,8 @@ Trouble shooting DSL / Cable 3. check the ethernet adapter * Act/Activity/Data/(10/100) - TX/RX - * on or flashing = good + +* * on or flashing = good * off = bad 1. this light has no bearing in your troubleshooting @@ -155,7 +155,7 @@ Where to find IP information - IP configuration LC start => LC run => tye * verify lights on modem * verify wiring - \* if they are reciving an IP address of 169.254.x.x +\* if they are reciving an IP address of 169.254.x.x * they are set to DHCP, but not contacting DHCP Server @@ -246,4 +246,49 @@ if there is yellow or no network adapters (check other devices for PCI Adapter) * uninstall reinstall NIC * Same as Above +## <a name="ISPs"> </a> ISPs + +<table border="1" cellpadding="1" cellspacing="0"> + <tr> + <td> ISP </td> + <td> requires </td> + </tr> + <tr> + <td> shawneelink </td> + <td align="right"> static </td> + </tr> + <tr> + <td> farmsrstell </td> + <td> static </td> + </tr> + <tr> + <td> rallstech </td> + <td> static </td> + </tr> + <tr> + <td> grandriver </td> + <td> static </td> + </tr> + <tr> + <td> horry county dsl </td> + <td> pppoe </td> + </tr> + <tr> + <td> hargray dsl </td> + <td> pppoe </td> + </tr> + <tr> + <td> conporium dsl </td> + <td> pppoe </td> + </tr> + <tr> + <td> green online </td> + <td> MAC address of modem </td> + </tr> + <tr> + <td> horry county cable </td> + <td> MAC address of the next connecting device after the modem </td> + </tr> +</table> + -- [[Main/TravisBarker]] - 04 Oct 2005 |