All of lore.kernel.org
 help / color / mirror / Atom feed
* Newbie: X.25 on Linux over Ethernet & Cisco?
@ 2004-08-03  9:50 Bernhard Roth
  2004-08-03 12:05 ` Matti Aarnio
  2004-08-03 13:18 ` Steve Schefter
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Roth @ 2004-08-03  9:50 UTC (permalink / raw)
  To: linux-x25

Hello!

I hope somebody can give me some hints using X.25.

The basic task is to write a linux program which can receive and send X.25
packets to the public X.25 network.
I wanted to use a Cisco router to interface the X.25 side (X.31) to
ethernet.
Unfortunately I'm quite unexperienced doing this so I have some questions:

- Which protocol shall be used on the Linux-Box' site to communicate with
the Cisco
- How is the X.25 routing working? Is it possible to forward and received
X.25 packets to the Linux-Box?
- Do I receive only the userdata or do I need to decode the X.25 packets (I
mean connecting phase etc...)
- XOT seems to be fine (isn't it?) but cannot find as all URL's are invalid
- Are there any examples available?

Thanks for any help :)

Regards

Bernhard Roth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Newbie: X.25 on Linux over Ethernet & Cisco?
  2004-08-03  9:50 Newbie: X.25 on Linux over Ethernet & Cisco? Bernhard Roth
@ 2004-08-03 12:05 ` Matti Aarnio
  2004-08-03 13:18 ` Steve Schefter
  1 sibling, 0 replies; 3+ messages in thread
From: Matti Aarnio @ 2004-08-03 12:05 UTC (permalink / raw)
  To: Bernhard Roth; +Cc: linux-x25

On Tue, Aug 03, 2004 at 11:50:52AM +0200, Bernhard Roth wrote:
> Hello!
> 
> I hope somebody can give me some hints using X.25.
> 
> The basic task is to write a linux program which can receive and send X.25
> packets to the public X.25 network.
> I wanted to use a Cisco router to interface the X.25 side (X.31) to
> ethernet.
> Unfortunately I'm quite unexperienced doing this so I have some questions:

I haven't seen it anywhere in use, but about 10 years ago an INFORMATIONAL
RFC was written with title:   cisco Systems X.25 over TCP (XOT)
That is RFC 1613.

> - Which protocol shall be used on the Linux-Box' site to communicate with
> the Cisco

TCP connection in which XOT is run.

> - How is the X.25 routing working? Is it possible to forward and received
> X.25 packets to the Linux-Box?

per the XOT specification: yes.

> - Do I receive only the userdata or do I need to decode the X.25 packets (I
> mean connecting phase etc...)

The XOT carries all of the X.25 packets, so you do need to
process the X.25 protocol.

> - XOT seems to be fine (isn't it?) but cannot find as all URL's are invalid

ftp://ftp.rfc-editor.org/in-notes/rfc1613.txt

> - Are there any examples available?

  http://www.deakin.edu.au/~jamesmiw/xotd-0.04.tar.gz

(googling for "linux xotd" did find that rather quickly)

There seems to be some newer version of the xotd.c (the daemon
for Linux), and I was able to find it from Google cache.
Just for you I did copy it into:

  ftp://ftp.zmailer.org/linux/xotd.c

There is also copy of that xotd-0.04.tar.gz  package.

That process acts as an interface in between Linux kernel
X.25, and XOT services in a cisco.

> Thanks for any help :)
> 
> Regards
> 
> Bernhard Roth

/Matti Aarnio

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Newbie: X.25 on Linux over Ethernet & Cisco?
  2004-08-03  9:50 Newbie: X.25 on Linux over Ethernet & Cisco? Bernhard Roth
  2004-08-03 12:05 ` Matti Aarnio
@ 2004-08-03 13:18 ` Steve Schefter
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Schefter @ 2004-08-03 13:18 UTC (permalink / raw)
  To: Bernhard Roth; +Cc: linux-x25

Hi Bernhard.

> - Do I receive only the userdata or do I need to decode the X.25 packets (I
> mean connecting phase etc...)

If you are not stuck on Cisco, we offer an alternative which does
not require an X.25 packet layer in your client:

http://www.wanware.com/index.php?page=products/wan/ss&menu=products

Regards,
	Steve

------------------------------------------------------------------------
Steve Schefter                               phone: +1 705 725 9999 x26
The Software Group Limited		       fax: +1 705 725 9666
642 Welham Road, 			     email: steve@wanware.com
Barrie, Ontario CANADA  L4N 9A1 	       Web: www.wanware.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-03 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-03  9:50 Newbie: X.25 on Linux over Ethernet & Cisco? Bernhard Roth
2004-08-03 12:05 ` Matti Aarnio
2004-08-03 13:18 ` Steve Schefter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.