A Broadband and ADSL forum. BroadbanterBanter

Welcome to BroadbanterBanter.

You are currently viewing as a guest which gives you limited access to view most discussions and other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today.

Go Back   Home » BroadbanterBanter forum » Newsgroup Discussions » uk.telecom.broadband (UK broadband)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

uk.telecom.broadband (UK broadband) (uk.telecom.broadband) Discussion of broadband services, technology and equipment as provided in the UK. Discussions of specific services based on ADSL, cable modems or other broadband technology are also on-topic. Advertising is not allowed.

Tags: , , , , ,

Communicating with an ADSL modem from the phone line end



 
 
Thread Tools Display Modes
  #1  
Old August 14th 08, 11:04 PM posted to uk.telecom.broadband
stengist@googlemail.com
external usenet poster
 
Posts: 3
Default Communicating with an ADSL modem from the phone line end

Hi all

How do I access an ADSL modem from the phone line end? As I understand
it, normally an ADSL modem is connected to a phone line which is
connected to a DSLAM which is connected to an internet backbone which
is accessible via TCP/IP. I want to connect the phone jack of the ADSL
modem to twisted pairs which is connected to a device of some kind
which has an ethernet port coming out of the back of it, so I can talk
TCP/IP with the kit connected to the aforesaid ADSL modem.

Conceptually this would be like connecting the phone jacks of two ADSL
modems together, but I don't think you can do that. Or at least, if
you do it, I don't think it works!

I've seen some DSLAMs with ethernet ports: would something like this
work, or are the ethernet ports just for diagnostics, or controlling
the DSLAM via SNMP, or something like that?

Just in case the above is far too easy, all the DSLAMs I've seen are
quite big and heavy. I'm looking for a device I can attach to a laptop
and carry around.

Any thoughts?

Ads
  #2  
Old August 14th 08, 11:19 PM posted to uk.telecom.broadband
Andy Burns
external usenet poster
 
Posts: 73
Default Communicating with an ADSL modem from the phone line end

On 14/08/2008 22:04, wrote:

How do I access an ADSL modem from the phone line end?


When you say "ADSL modem" do you mean a USB modem or an Ethernet router?
(alternatively I suppose you could mean an ethernet modem, but I'll
assume you don't for now).

As I understand
it, normally an ADSL modem is connected to a phone line which is
connected to a DSLAM which is connected to an internet backbone which
is accessible via TCP/IP.


Yes, a DSLAM is telco equipment, large and rack-mounted and handling
hundreds of phone lines.

I want to connect the phone jack of the ADSL
modem to twisted pairs which is connected to a device of some kind
which has an ethernet port coming out of the back of it, so I can talk
TCP/IP with the kit connected to the aforesaid ADSL modem.


Eh?

Conceptually this would be like connecting the phone jacks of two ADSL
modems together, but I don't think you can do that. Or at least, if
you do it, I don't think it works!


No you can't connect two ADSL modems back to back, the A in asymmetric
means the modems try to download fast on one set of frequencies, and
upload slower on another set of frequencies, the DSLAMs do the opposite,
two modems won't even think about talking to each other.

Any thoughts?


Perhaps if you explain what you're actually trying to achieve it might
help ...
  #3  
Old August 15th 08, 12:35 AM posted to uk.telecom.broadband
stengist@googlemail.com
external usenet poster
 
Posts: 3
Default Communicating with an ADSL modem from the phone line end

On 14 Aug, 22:19, Andy Burns wrote:
When you say "ADSL modem" do you mean a USB modem or an Ethernet router?
(alternatively I suppose you could mean an ethernet modem, but I'll
assume you don't for now).


The ADSL modem will have an ethernet port.

Perhaps if you explain what you're actually trying to achieve it might
help ...


It would be easier if I could draw this ... I'll have a go

existing embedded system in remote location
|
| -- ethernet cable
|
ADSL modem
|
| -- short length of twisted pair
|
the device I hope you can advise me on
|
| -- ethernet cable
|
laptop

The embedded system has an ethernet port and an IP address (may be
fixed or via DHCP). The ethernet port is connected to the ADSL modem.
In normal use the ADSL modem will be connected either to an ordinary
BT phone line with DSL or to a private DSL network. Either way it's
connected to a DSLAM. The upshot of this is that a server app can send
messages to the embedded system via TCP/IP. So far so good.

But this is for development, production testing, installation/
commissioning, and maintenance. I need to be able to exercise the
embedded system/ADSL modem combination in isolation, without
connecting it to a real phone line. Using a laptop I want to be able
to send the same TCP or UDP packets that the server can send, and have
them arrive at the ADSL modem attached to the embedded device, just as
if the embedded embedded device were connected to the DSLAM. This will
mean either writing some software or running the server app on the
laptop, but I know how to do that bit.


  #4  
Old August 15th 08, 01:02 AM posted to uk.telecom.broadband
Andy Burns
external usenet poster
 
Posts: 73
Default Communicating with an ADSL modem from the phone line end

On 14/08/2008 23:35, wrote:

The embedded system has an ethernet port and an IP address (may be
fixed or via DHCP). The ethernet port is connected to the ADSL modem.
In normal use the ADSL modem will be connected either to an ordinary
BT phone line with DSL or to a private DSL network. Either way it's
connected to a DSLAM. The upshot of this is that a server app can send
messages to the embedded system via TCP/IP. So far so good.

But this is for development, production testing, installation/
commissioning, and maintenance. I need to be able to exercise the
embedded system/ADSL modem combination in isolation, without
connecting it to a real phone line.


I still don't see what is achieved by connecting it to something other
than a real ADSL enabled phone line, it's not as if it's expensive to do
that, then send the packets to your embeded device via the Internet.

Using a laptop I want to be able
to send the same TCP or UDP packets that the server can send,


At the base layer these are ATM packets, containing PPoA (or PPoE)
containing IP packets

and have
them arrive at the ADSL modem attached to the embedded device, just as
if the embedded embedded device were connected to the DSLAM. This will
mean either writing some software or running the server app on the
laptop, but I know how to do that bit.


what you need is either an actual DSLAM (expensive, not portable) or a
DSLAM simulator such as

http://www.aimsint.com/products1.php

Probably still not cheap.
  #5  
Old August 15th 08, 01:16 AM posted to uk.telecom.broadband
stengist@googlemail.com
external usenet poster
 
Posts: 3
Default Communicating with an ADSL modem from the phone line end

On 15 Aug, 00:02, Andy Burns wrote:
what you need is either an actual DSLAM (expensive, not portable) or a
DSLAM simulator such as

http://www.aimsint.com/products1.php


Thanks. I hadn't seen these. Looks very useful and may be a way
forward. I'll give them a call tomorrow (er, later today...)
  #6  
Old August 15th 08, 01:23 AM posted to uk.telecom.broadband
Andy Burns
external usenet poster
 
Posts: 73
Default Communicating with an ADSL modem from the phone line end

On 15/08/2008 00:16, wrote:

On 15 Aug, 00:02, Andy Burns wrote:
what you need is either an actual DSLAM (expensive, not portable) or a
DSLAM simulator such as

http://www.aimsint.com/products1.php

Thanks. I hadn't seen these. Looks very useful and may be a way
forward. I'll give them a call tomorrow (er, later today...)


There are other ADSL simulators if you search.

If you were developing the ADSL modem itself I could understand why
you'd want to do this, but since you're apparently developing the system
that connects via ethernet to an existing ADSL modem, I still can't see
what benefit you get from doing this, compared to just using an actual
ADSL line via the Internet?

  #7  
Old August 15th 08, 06:23 AM posted to uk.telecom.broadband
The Natural Philosopher
external usenet poster
 
Posts: 775
Default Communicating with an ADSL modem from the phone line end

Andy Burns wrote:
On 15/08/2008 00:16, wrote:

On 15 Aug, 00:02, Andy Burns wrote:
what you need is either an actual DSLAM (expensive, not portable) or a
DSLAM simulator such as

http://www.aimsint.com/products1.php

Thanks. I hadn't seen these. Looks very useful and may be a way
forward. I'll give them a call tomorrow (er, later today...)


There are other ADSL simulators if you search.

If you were developing the ADSL modem itself I could understand why
you'd want to do this, but since you're apparently developing the system
that connects via ethernet to an existing ADSL modem, I still can't see
what benefit you get from doing this, compared to just using an actual
ADSL line via the Internet?

My thoughts exactly. rent a secind phone line/brodaband and put the eqpt
under test on that with a normal BT type internet access thing.
  #8  
Old August 15th 08, 09:59 AM posted to uk.telecom.broadband
Dave Saville
external usenet poster
 
Posts: 76
Default Communicating with an ADSL modem from the phone line end

On Fri, 15 Aug 2008 04:23:38 UTC, The Natural Philosopher
wrote:

My thoughts exactly. rent a secind phone line/brodaband and put the eqpt
under test on that with a normal BT type internet access thing.


The OP mentioned a laptop so I suspect he wants/needs to go to
different locations.

--
Regards
Dave Saville

NB Remove nospam. for good email address
  #9  
Old August 15th 08, 11:23 AM posted to uk.telecom.broadband
Andy Burns
external usenet poster
 
Posts: 73
Default Communicating with an ADSL modem from the phone line end

On 15/08/2008 08:59, Dave Saville wrote:

On Fri, 15 Aug 2008 04:23:38 UTC, The Natural Philosopher
wrote:

My thoughts exactly. rent a secind phone line/brodaband and put the eqpt
under test on that with a normal BT type internet access thing.


The OP mentioned a laptop so I suspect he wants/needs to go to
different locations.


All the same, I doubt there'd be a need to go to a location where there
isn't an ADSL enabled phone line (or the equipment can't work) and he
could use a dial-up or 3G connection from the laptop to connect to the
Internet and then connect back to the equipment (assuming no NAT by the
ISP of course).
 




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Communicating Across Network Ranges Jeff Gaines uk.comp.home-networking (UK home networking) 11 July 23rd 05 06:54 PM
Best ADSL Deal inc phone line Basil Fawlty uk.telecom.broadband (UK broadband) 4 June 26th 05 10:48 AM
Removing ADSL from a phone line Billy uk.telecom.broadband (UK broadband) 2 May 26th 05 03:24 PM
problems with adsl modem and phone line Sarah James uk.telecom.broadband (UK broadband) 3 September 11th 04 10:45 PM
Line Noise on BT phone line, Will ADSL work? -Captain-Pugwash- uk.telecom.broadband (UK broadband) 18 July 21st 03 07:03 PM


All times are GMT +1. The time now is 03:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Content Relevant URLs by vBSEO 2.4.0
Copyright ©2004-2008 BroadbanterBanter, part of the NewsgroupBanter project.
The comments are property of their posters.
Online Advertising - Mortgage Calculator - Myspace Proxy - Books - Debt Consolidation