Slashdot Mirror


Some Customers Can Roll Their Own DSL

Allnighterking writes: "SBC has announced self installed DSL for large sections of their coverage area according to this article at CNN.com. More information available here for your area. Seems that they believe the support is available only for win98 at the moment with Linux et al support coming later. However, it's been my experience that with a little bit of networking knowledge and the external modem you can make it work on *nix now. The claim is that you can install in under one hour with 24/7 support available."

6 of 174 comments (clear)

  1. hmmm by heywood_jablowme · · Score: 5

    I know I roll my own, but I don't call it DSL...
    _________________________

    --
    _________________________
    heLlo... myy naame issh Linush Thoralvades, and I pronounsch (hic) it, "vodka"!
  2. PPPoE by spankenstein · · Score: 5

    I have DSL form swbell. I'm mostly satisfied but i couldn't figure out why i wasn't getting an address form dhcp. People in neighboring towns that had dsl just used dhcp and went.

    Well sbc now uses PPPoE (ppp over ethernet). I'm using rp-pppoe from Roaring Penguin. This is under Linux.

  3. Re:Generally... by stripes · · Score: 4
    In other words, they don't wanna waste address space building infrastructure.

    While that is a feature, there are some other nice advantages. If you want to have more then one type of service on a single circuit (say best-effor 100x over subscribed AOL account for one PC, and a mere 4x oversubscribed small-bisness account for another -- or even the same PC depending on what you are using it for) you can do it with PPPOE, while that is hard to impossable with DHCP.

    You can do a lot more configuration at a higher level. Tracking an account number is much simpler then tracking a set of MAC addresses (which will change if the consumer gets a new computer, or ethernet card - and may move from point to point on your network anyway!). Tracking an account number tends to be somewhat simpler then tracking a (Router,Card,Curcit-ID) tuple, and it simplifyes moves as well.

    It also disrupts a home network far less. You don't have to configure your network aware printer NOT to ask for a DHCP address (which would end up putting it on the global net, and possably using your only address!). If you have multiple computers allready on a network, and you want to put one on the Internet, this won't force you to get another card for it, or to sever it's connection with the existing network. This may be a rare case, but I assure you it was one the authors of the RFC did have in mind. Rember if your ISP does DHCP for you, it is a lot harder for you to also do DHCP for your local network!

    If the ISP allready has a RADIUS infrastructure set up for a large dial network, this allows them to reuse it for DSL. This is a fairly big deal because beleve it or not it is a pain integrate yet another database (DHCP's configuration) with allready existing order, payment, accounting, and other random systems at the ISP. A PPPOE baised DSL set up will look a whole lot like the existing dial set up (presumably with a higher monthly fee).

  4. Re:Generally... by BeBoxer · · Score: 4

    Eh? I don't think this is why they run PPPoE. It's easy enough to set up DSL so that each user is bridged in and gets a single IP address. However, this approach has some security drawbacks. One is that it's hard to keep people from hooking up more than one computer, and grabbing more than one real IP address (or a whole ton of IP addresses.) It's also pretty hard to track down who did what when without PPPoE. If the evil hax0r kiddie changes his MAC address, steals an IP (instead of going thru the DHCP server), starts his DoS attack, and then puts his MAC back to normal and DHCP's an address, the ISP is going to have a hell of a time figuring out which user that traffic came from. They will have an IP address, but it was never assigned. If they happen to have an arp entry, they may have a MAC address. But, it's a MAC that isn't on the network anywhere. They could keep a log of every change in the bridging tables, but I'm not sure how realistic that is. Even then, and "smart" kiddie will change his MAC address to one used by a legit user, so when the ISP starts looking around they will track the traffic down to the wrong house.

    On the other hand, getting an IP address from PPPoE requires you to login. So, any traffic from that address is provably from that user. All neat and tidy. Any reasonable PPP server will easily log each login session. Much easier from an ISP's point of view than dealing with the limitless ways a customer can screw with a plain old DSL line (or a cable modem. Most of the problems I mentioned apply to them both.)

  5. SBC DSL vs Cable Modem... by AtariDatacenter · · Score: 4
    I was looking at this. I'm currently evaluating SBC's ADSL versus a cable modem from COX Cable. But to be quite honest, I've come to the judgement that the SBC deal just isn't as good. The cable modem offers substantially more bandwidth, and I'm not tied into a contract. (And COX doesn't even require or charge a premium if I'm not a cable customer.)

    Rolling my own may save a bit of time, but I'd be willing to wait even a month to get a better service elsewhere. Anyhow, that's my person take on it. Your mileage may vary.

  6. if you get SBC basic dsl and don't run Win32... by vyesue · · Score: 5

    If you're in my boat, and you get basic DSL from SBC thru your telco, you're goign to be using (as others have mentioned) PPPoE.

    If youre using windows to control your router, this is probably an ok situation. however, there appears (at this time, anyway) to be a significant lack of quality PPPoE options for people running linux; people runnign openbsd (at least as of the time that I installed my DSL) are completely screwed.

    the solution: the Cayman (www.cayman.com) 3220H. this little box is a very fullfeatured router that operates on its own - no need to have a computer control it, which means that you can reboot your gateway machine without losing your IP. all PPPoE negotiations are done by the router itself.

    I have one of these; I don't work for or own any of Cayman, just thought I'd let you people knwo the option is available. usually your telco or sbc or whatever will charge you like another hundred bux or so for this box, but in my opinion, it's well worth it.

    (note that you'll have to download the newest operating system image from the Cayman site and flash it onto your router in order for it to properly do PPPoE, but that took all of about 3 minutes to do.)