开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: Getting started

 

开云体育

On 14/07/2023 22.47, Alice Wyan wrote:
On Fri, Jul 14, 2023 at 02:07 PM, Mantas Mikul?nas wrote:
You don't need an autocommand or "reverse telnet" for X.25-to-AUX. You can just directly assign `rotary` to the aux line, and the router will accept PAD calls and directly connect them to the AUX output.
So it would be just a matter of setting up XOT and then set up 'rotary' and all set?

Yes, along with `transport input pad` if it's not currently set to include that.

(And probably something like `modem CallOut` to have the ESP32 notice when the call is lost and trigger some kind of logout/reset... Yesterday I was trying to get `modem callout` working for the AUX line, so that doing a `logout` on the connected Linux system also drops the X.25 call, but can't get the opposite working – Linux seems to ignore DSR so ttyS0 remains logged in even after the call is lost; doesn't help that the IOS that I currently have keeps crashing the whole router if CallOut mode is set.)


Re: Getting started

 

On Fri, Jul 14, 2023 at 02:07 PM, Mantas Mikul?nas wrote:
You don't need an autocommand or "reverse telnet" for X.25-to-AUX. You can just directly assign `rotary` to the aux line, and the router will accept PAD calls and directly connect them to the AUX output.
So it would be just a matter of setting up XOT and then set up 'rotary' and all set?


Re: Getting started

 

On 14/07/2023 00.49, Mantas Mikul?nas via groups.io wrote:
On 14/07/2023 00.44, Mantas Mikul?nas via groups.io wrote:
On 13/07/2023 23.50, Alice Wyan wrote:
Just reread your post, I think I misunderstood it the first time around.

The AUX port on the Cisco is just an async serial port, right?
It is, yes.
So what you are suggesting, if I read correctly, would be:

a) plug a serial device (computer or whatever) on to the AUX port of the Cisco router
b) configure x25 routing on the Cisco so that incoming X.25 connections via XOT go to the AUX port
If you mean running actual X.25 communications software on the CP/M – I don't think that'll quite work, as IOS will not let you route X.25 over async lines; I believe it only works over synchronous serial ports. (The cpm-x25 docs mention synchronous mode being required on its end, too.)

Though if all you have is an async AUX, you can still connect devices over it, but you'll need the Cisco router *itself* to accept the X.25 call into one of its vty lines (service pad from-xot), and have that line configured with an `autocommand` to telnet somewhere further.

(E.g. if the device provides a plain login prompt via serial, then an autocommand to telnet to the router's own "reverse telnet" ports for the AUX line. If the device does PPP, *that* can run over AUX and you can have an autocommand to telnet to the device via PPP, or DECnet `lat` connection, or something such.)
About what you said earlier about not giving users access: In IOS, lines *won't* have console (Exec) access if an `autocommand` is set on them. So it should be safe to assign a few vty lines to `transport input pad`, give them an X.25 sub-address using `rotary XX`, and point them wherever is needed. It's not exactly a pure conversion but it does the job...
Ahhhh. Hold on. I completely forgot about an easier possibility, even though I was making my own notes on this *literally two days ago.*

You don't need an autocommand or "reverse telnet" for X.25-to-AUX. You can just directly assign `rotary` to the aux line, and the router will accept PAD calls and directly connect them to the AUX output.

Sorry for forgetting that option.


Re: Getting started

 

On 14/07/2023 00.44, Mantas Mikul?nas via groups.io wrote:
On 13/07/2023 23.50, Alice Wyan wrote:
Just reread your post, I think I misunderstood it the first time around.

The AUX port on the Cisco is just an async serial port, right?
It is, yes.
So what you are suggesting, if I read correctly, would be:

a) plug a serial device (computer or whatever) on to the AUX port of the Cisco router
b) configure x25 routing on the Cisco so that incoming X.25 connections via XOT go to the AUX port
If you mean running actual X.25 communications software on the CP/M – I don't think that'll quite work, as IOS will not let you route X.25 over async lines; I believe it only works over synchronous serial ports. (The cpm-x25 docs mention synchronous mode being required on its end, too.)

Though if all you have is an async AUX, you can still connect devices over it, but you'll need the Cisco router *itself* to accept the X.25 call into one of its vty lines (service pad from-xot), and have that line configured with an `autocommand` to telnet somewhere further.

(E.g. if the device provides a plain login prompt via serial, then an autocommand to telnet to the router's own "reverse telnet" ports for the AUX line. If the device does PPP, *that* can run over AUX and you can have an autocommand to telnet to the device via PPP, or DECnet `lat` connection, or something such.)
About what you said earlier about not giving users access: In IOS, lines *won't* have console (Exec) access if an `autocommand` is set on them. So it should be safe to assign a few vty lines to `transport input pad`, give them an X.25 sub-address using `rotary XX`, and point them wherever is needed. It's not exactly a pure conversion but it does the job...


Re: Getting started

 

On 13/07/2023 23.50, Alice Wyan wrote:
Just reread your post, I think I misunderstood it the first time around.

The AUX port on the Cisco is just an async serial port, right?
It is, yes.
So what you are suggesting, if I read correctly, would be:

a) plug a serial device (computer or whatever) on to the AUX port of the Cisco router
b) configure x25 routing on the Cisco so that incoming X.25 connections via XOT go to the AUX port
If you mean running actual X.25 communications software on the CP/M – I don't think that'll quite work, as IOS will not let you route X.25 over async lines; I believe it only works over synchronous serial ports. (The cpm-x25 docs mention synchronous mode being required on its end, too.)

Though if all you have is an async AUX, you can still connect devices over it, but you'll need the Cisco router *itself* to accept the X.25 call into one of its vty lines (service pad from-xot), and have that line configured with an `autocommand` to telnet somewhere further.

(E.g. if the device provides a plain login prompt via serial, then an autocommand to telnet to the router's own "reverse telnet" ports for the AUX line. If the device does PPP, *that* can run over AUX and you can have an autocommand to telnet to the device via PPP, or DECnet `lat` connection, or something such.)

(From what I understand, that's how actual "PADs" used to work – they'd accept the X.25 call on behalf of whatever async lines they had.)

Though the full "enterprise" IOS images might have more capabilities there; I still haven't installed the RAM upgrades to try it out.


Re: Getting started

john jones
 

开云体育

Whose post?

?

John

?

From: [email protected] <[email protected]> On Behalf Of Alice Wyan
Sent: Thursday, July 13, 2023 4:50 PM
To: [email protected]
Subject: Re: [X.25] Getting started

?

Just reread your post, I think I misunderstood it the first time around.

The AUX port on the Cisco is just an async serial port, right? So what you are suggesting, if I read correctly, would be:

a) plug a serial device (computer or whatever) on to the AUX port of the Cisco router
b) configure x25 routing on the Cisco so that incoming X.25 connections via XOT go to the AUX port

Would this be correct?

If so, that would allow me to join TELEBAHN quite easily :) I guess the computer to connect could be an ESP32 running a CP/M emulator, there must be software from that era available.


Re: Getting started

 

Just reread your post, I think I misunderstood it the first time around.

The AUX port on the Cisco is just an async serial port, right? So what you are suggesting, if I read correctly, would be:

a) plug a serial device (computer or whatever) on to the AUX port of the Cisco router
b) configure x25 routing on the Cisco so that incoming X.25 connections via XOT go to the AUX port

Would this be correct?

If so, that would allow me to join TELEBAHN quite easily :) I guess the computer to connect could be an ESP32 running a CP/M emulator, there must be software from that era available.


Re: TELEBAHN Saturday

 

Greetings,

This sounds like a great idea to me! I do not currently have any
equipment up and running using x.25, but I do have some equipment
which I believe would be suitable for experimenting with it. I leave
that equipment powered off most of the time for energy cost/waste
reasons, but having a set weekly time for people to power things up to
play with is motivating me to set things up and get them working with
Telebahn.

I will be traveling for the next ~3 weeks and not available to work on
this, but after that I'm sure I'll have some setup questions for the
group.

Cheers,
Rusty D.

On Tue, Jun 20, 2023 at 11:13?AM Hans Hübner <hans.huebner@...> wrote:

Hi Folks,

Andrew (ajk) and myself have been thinking that it would be nice to have a recurring time where we bring our systems up and play around with some of the other X.25 nodes. Maybe some of you are interested in joining us? I would propose that we declare the last Saturday of a month to be "TELEBAHN Saturday" - My machines will be running all day, and Andrew said he'll run his around midday US Central time.

I've set up my VAX so that you can create yourself an account and then use the SEND command to chat - Connect to 23000200 using xotpad or your node's native PAD and set yourself up for Saturday.

Hope to meet some of you and some of your machines on Saturday!
Hans



Re: TELEBAHN Saturday

 

开云体育

Try 4040025 for the rsx


On Jun 24, 2023, at 7:02 PM, Hans Hübner <hans.huebner@...> wrote:

?
It works!? On?4040021, I get connected to the PAD, though, not the RSX11M system.? When connecting back from the PAD to my VAX, I get a pretty authentic 1980ies X.25 lag.? :)



Re: TELEBAHN Saturday

 

It works!? On?4040021, I get connected to the PAD, though, not the RSX11M system.? When connecting back from the PAD to my VAX, I get a pretty authentic 1980ies X.25 lag.? :)



Re: TELEBAHN Saturday

 

开云体育

Fixed it.

Must set priv level correctly.



On Jun 24, 2023, at 6:49 PM, Hans Hübner <hans.huebner@...> wrote:

?
Still no: Line has invalid autocommand "x28 "

Am Sa., 24. Juni 2023 um 19:48?Uhr schrieb Dave Brown <dave@...>:
Give it another go.


On Jun 24, 2023, at 6:45 PM, Hans Hübner <hans.huebner@...> wrote:

?
Better, but not there:

$ set host /x29 4040021
%PAD-I-COM, call connected to remote DTE

Welcome to the Bagpuss PAD

To reach Towel (RSX11M) - call towel

User Access Verification

Username: guest
Password:

Line has invalid autocommand "x28 noescape"
%PAD-I-CLEAR, call being cleared at request of remote DTE
PAD usage statistics:
? Elapsed time: 00:00:03.84 ? ? ? ? ? ? ? CPU time: ? ? 00:00:00.01
? Buffered I/O: 85 ? ? ? ? ? ? ? ? ? ? ? ?Direct I/O: ? 28
? Page faults: ?165

%PAD-S-END, control returned to node EUGENE::



Am Sa., 24. Juni 2023 um 19:30?Uhr schrieb Dave Brown <dave@...>:
Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

Still no: Line has invalid autocommand "x28 "

Am Sa., 24. Juni 2023 um 19:48?Uhr schrieb Dave Brown <dave@...>:

Give it another go.


On Jun 24, 2023, at 6:45 PM, Hans Hübner <hans.huebner@...> wrote:

?
Better, but not there:

$ set host /x29 4040021
%PAD-I-COM, call connected to remote DTE

Welcome to the Bagpuss PAD

To reach Towel (RSX11M) - call towel

User Access Verification

Username: guest
Password:

Line has invalid autocommand "x28 noescape"
%PAD-I-CLEAR, call being cleared at request of remote DTE
PAD usage statistics:
? Elapsed time: 00:00:03.84 ? ? ? ? ? ? ? CPU time: ? ? 00:00:00.01
? Buffered I/O: 85 ? ? ? ? ? ? ? ? ? ? ? ?Direct I/O: ? 28
? Page faults: ?165

%PAD-S-END, control returned to node EUGENE::



Am Sa., 24. Juni 2023 um 19:30?Uhr schrieb Dave Brown <dave@...>:
Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

开云体育

Give it another go.


On Jun 24, 2023, at 6:45 PM, Hans Hübner <hans.huebner@...> wrote:

?
Better, but not there:

$ set host /x29 4040021
%PAD-I-COM, call connected to remote DTE

Welcome to the Bagpuss PAD

To reach Towel (RSX11M) - call towel

User Access Verification

Username: guest
Password:

Line has invalid autocommand "x28 noescape"
%PAD-I-CLEAR, call being cleared at request of remote DTE
PAD usage statistics:
? Elapsed time: 00:00:03.84 ? ? ? ? ? ? ? CPU time: ? ? 00:00:00.01
? Buffered I/O: 85 ? ? ? ? ? ? ? ? ? ? ? ?Direct I/O: ? 28
? Page faults: ?165

%PAD-S-END, control returned to node EUGENE::



Am Sa., 24. Juni 2023 um 19:30?Uhr schrieb Dave Brown <dave@...>:
Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

Better, but not there:

$ set host /x29 4040021
%PAD-I-COM, call connected to remote DTE

Welcome to the Bagpuss PAD

To reach Towel (RSX11M) - call towel

User Access Verification

Username: guest
Password:

Line has invalid autocommand "x28 noescape"
%PAD-I-CLEAR, call being cleared at request of remote DTE
PAD usage statistics:
? Elapsed time: 00:00:03.84 ? ? ? ? ? ? ? CPU time: ? ? 00:00:00.01
? Buffered I/O: 85 ? ? ? ? ? ? ? ? ? ? ? ?Direct I/O: ? 28
? Page faults: ?165

%PAD-S-END, control returned to node EUGENE::



Am Sa., 24. Juni 2023 um 19:30?Uhr schrieb Dave Brown <dave@...>:

Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

开云体育

I am going to look at adding slip / ppp next week, the Linux Kernel has a 6/7 bit slip support that was done for GPO/BT pads.




On Jun 24, 2023, at 6:30 PM, Dave Brown <dave@...> wrote:

?Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

开云体育

Try guest/guest on 4040021


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

开云体育

Let me adjust it.


On Jun 24, 2023, at 6:19 PM, Hans Hübner <hans.huebner@...> wrote:

?
404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

404001 rejects my call.? 404002 wants me to log in, but I don't have credentials.


Re: TELEBAHN Saturday

 

开云体育

Yes 404002 is my PAD, you could also try 404001 which is my other cisco.



On Jun 24, 2023, at 6:02 PM, Hans Hübner <hans.huebner@...> wrote:

?
Dave,

I guess the cisco at 404002 is yours?? What's the NUA of your PAD, would you share?

Thanks,
Hans

Am Mi., 21. Juni 2023 um 14:02?Uhr schrieb Dave Brown <dave@...>:
Hans,

Sounds good.

I added access to a couple of systems the other day, through my PAD.? Those are on 24/7. ? For these they are going into a Cisco PAD, and then LAT/Telnet from there, so it’s not really end to end X.25.? On the RSX-11M instance, I am building up a new machine that will run Dec’s PSI, although will then have to figure out how to get that connected through the Cisco.

I did try through your VAX and SunOS nodes, so confirmed they should be good.?



On Jun 20, 2023, at 11:12 AM, Hans Hübner <hans.huebner@...> wrote:

Hi Folks,

Andrew (ajk) and myself have been thinking that it would be nice to have a recurring time where we bring our systems up and play around with some of the other X.25 nodes.? Maybe some of you are interested in joining us?? I would propose that we declare the last Saturday of a month to be "" - My machines will be running all day, and Andrew said he'll run his around midday US Central?time.

I've set up my VAX so that you can create yourself an account and then use the SEND command to chat - Connect to 23000200 using xotpad or your node's native PAD and set yourself up for Saturday.

Hope to meet some of you and some of your machines on Saturday!
Hans




Re: TELEBAHN Saturday

 

Dave,

I guess the cisco at 404002 is yours?? What's the NUA of your PAD, would you share?

Thanks,
Hans

Am Mi., 21. Juni 2023 um 14:02?Uhr schrieb Dave Brown <dave@...>:

Hans,

Sounds good.

I added access to a couple of systems the other day, through my PAD.? Those are on 24/7. ? For these they are going into a Cisco PAD, and then LAT/Telnet from there, so it’s not really end to end X.25.? On the RSX-11M instance, I am building up a new machine that will run Dec’s PSI, although will then have to figure out how to get that connected through the Cisco.

I did try through your VAX and SunOS nodes, so confirmed they should be good.?



On Jun 20, 2023, at 11:12 AM, Hans Hübner <hans.huebner@...> wrote:

Hi Folks,

Andrew (ajk) and myself have been thinking that it would be nice to have a recurring time where we bring our systems up and play around with some of the other X.25 nodes.? Maybe some of you are interested in joining us?? I would propose that we declare the last Saturday of a month to be "" - My machines will be running all day, and Andrew said he'll run his around midday US Central?time.

I've set up my VAX so that you can create yourself an account and then use the SEND command to chat - Connect to 23000200 using xotpad or your node's native PAD and set yourself up for Saturday.

Hope to meet some of you and some of your machines on Saturday!
Hans