MonkeyBrains.net/~rudy/example | Random examples |
HOW-TO set up an old E200ER
Reuse that old dsl modem! |
---|
I'm thrifty AND I like to use old hardware. Recently, I moved to Berkeley and needed to get DSL (the free wireless from the neighbors wasn't hacking it).
There was an old Earthlink ADSL modem (VisionNet E200ER) sitting around the MonkeyBrains office, so I told SBC/ATT that I would provide my own modem (whoopie! Saved $50 and worked for a couple of hours to get it working).
Here are the quick steps:
ifconfig nfe0 172.16.0.5 netmask 255.255.255.0 alias click on 'help' click on 'advanced settings' select 'diable dhcp/nat/pppoe' (seems to not be compatible with the AT&T PPoE) click 'save' Added this to /etc/ppp/ppp.conf pppoe: set device PPPoE:nfe0 #replace nfe with your Ethernet device enable lqr echo set cd 5 set dial set login #set authname sbcyahooreg@sbcglobal.net #set authkey sbcyahooreg set authname myname@sbcglobal.net set authkey my888pass set redial 0 0 add default HISADDR # Add a default route ran "ppp -ddial pppoe" as root |
So, that was not too bad. I learned how to do PPPoE from my Unix box and figured out how to set the E200ER in 'bridge mode'. You call it 'bridge mode' when it doesn't do anything other than convert DSL signals in to Ethernet. No PPPoE/Nat/Etc.
If it is a Brand New AT&T DSL link, you will need to use the 'sbcyahooreg' authname and key above... browse to: http://attreg.att.net/ and then you can set up your own authname and authkey. As soon as you have it, you can stop filling out their silly forms. It is just marketing crap. They ask for your address, you profession, etc. Enter '123 no junk mail st.' as your address. Note: the attreg.att.net does not support FireFox, so I had launch 'Firebug' (a firefox extension) and edit the form to make it 'FireFox' compatible. How stupid is Att for having a simple registration process that has browser incompatibilities??? |
Instructions made by Rudy and are copyright 2008. You like them? Gratuitously pandering: host a server with my ISP, monkeybrains.net. |