From: Philip P. <phi...@re...> - 2010-08-10 01:15:45
|
On 5/21/10 7:08 AM, Chas Williams (CONTRACTOR) wrote: > In message<4BF...@le...>,Nicolas Michel writes: >> And the ones I found are very old. > the atm utilities havent changed much so these might still be ok. > >> So I wanted to ask you some questions : >> - is there somewhere a howto up-to-date about ATM configuration? > not really. this is on the todo list, but i dont use atm over dsl. > >> - on a hardware point of view, what do I need : >> - what kind of modem? >> - by which media that modem should talk to the linux? USB? RJ-45? >> Other? > i typically deal with optical connections so i dont have any good > advice here. i suspect you would need an adapter with dsl support. > (i.e. atm/dsl). here in the US, it would be delivered over rj-11. > there are a couple atm/dsl adapters supported in linux. Of those adapters, which of them expose themselves as real ATM interfaces, and not as Ethernet bridges to ATM? A lot of adapters, including the Solos, are a "bridge-on-a-board" type design, which I'm not a big fan of, in part because the dumbed-down abstraction hides from you a lot of the useful instrumentation on the device... The Solos, for instance, doesn't log to dmesg when it loses sync or gets a bit error, etc. >> My particular case : I have a Belgacom Office line (Belgium) which is in >> ATM. I want my linux having the public IP configured directly on an >> interface of my linux. > as for the software side, i think you would be using pppoatm or possibly > brctl. the hard part might be figuring out what vpi/vci is used by > your network provider. typically its 8.35 in the US. again, no idea > what they might use in belgium. Ok, this through me for a loop. If you're using br2684ctl then it creates the device nas0 for you. But if you're not using it, what is the name of the device that gets passed to pppoatm? I don't see anything being auto-created. |