开云体育

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

Re: Any TELEBAHN nodes online at the moment?


 

Looks like the Cisco at 23000100 does not accept direct calls via XOT (it forwards calls to other 230x hosts but you can't call 23000100 itself). I'm guessing because it doesn't know its own X121 address – there's neither an "x25 profile" for XOT, nor a static "x25 host" for the router itself, nor any X25 records in DNS.

> x25 host address 23000100

this should say "x25 host 23000100" (i.e. with the router's own <hostname>), it's like the localhost entry in /etc/hosts. (Alternatively give it an X25 record in DNS alongside the IPv4 A record.)

It's also how you make your "source" NUA visible to the calling system when making PAD calls from IOS – either define it on the outbound interface (which is the "x25 profile" when the outbound is XOT) or as a host entry for the cisco's own hostname.

I *think* I figured out calls into Sun/VAX from my side, it seems the Sun system doesn't negotiate windowsize and only looks at the defaults (which the TELEBAHN profile defines as 'win 15' / 'wout 15'), and refuses anything larger than 7.

Though I still haven't figured out how to manually tell VMS what terminal type I'm using (since X29 does not send $TERM over to the remote host), so it thinks I'm on a dumb tty. That doesn't play well with `phone` at all (and even more so at 9600 bps, I suppose), it kept scrolling to "refresh the screen" at a rate of ... 3 seconds per character, or so. I guess it's in `set terminal` somewhere.

(I thought I'd screen-record it, but gnome-shell crashed while it was still scrolling halfway through your sentence so I missed the rest of it. Sorry)


On Mon, Jun 5, 2023 at 5:05?PM Hans Hübner <hans.huebner@...> wrote:
Am Mo., 5. Juni 2023 um 15:53?Uhr schrieb Mantas Mikul?nas <grawity@...>:
As far as I understand, if you call an address that doesn't match any explicit 'x25 route', IOS will by default route it through either Se0/0 or "the first X.25-capable interface" (I am not sure which).

That is, Serial0/0 is your implicit "default route" on IOS.

I *think* you can add an explicit reject at the end of your routing table using:

? ? x25 route .* clear

I haven't tested this yet.

It works, thanks!

-Hans

!
version 12.1
no service single-slot-reload-enable
service pad to-xot
service pad from-xot
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname
!
logging rate-limit console 10 except errors
enable secret 5 $1$ARw/$HyvEhZULktN8tKEGq6Fjt1
!
ip subnet-zero
no ip routing
!
!
no ip finger
ip domain-name
ip name-server 192.168.23.1
!
x25 routing
!
!
!
interface Ethernet0/0
?ip address 192.168.23.2 255.255.255.0
?no ip route-cache
?no ip mroute-cache
?half-duplex
?no cdp enable
!
interface Serial0/0
?description Sun SPARCstation IPX
?no ip address
?encapsulation x25 dce
?no ip route-cache
?no ip mroute-cache
?x25 address 23000100
?clockrate 9600
?no cdp enable
!
interface BRI0/0
?no ip address
?no ip route-cache
?no ip mroute-cache
?shutdown
?no cdp enable
!
interface Serial0/1
?description VAX 4000-105A EUGENE::
?no ip address
?encapsulation x25 dce
?no ip route-cache
?no ip mroute-cache
?x25 address 23000100
?clockrate 9600
?no cdp enable
!
ip default-gateway 192.168.23.1
ip classless
no ip http server
!
logging facility local4
logging source-interface Ethernet0/0
logging 192.168.178.11
no cdp run
x25 route ^230003.. interface Serial0/0
x25 route ^230002.. interface Serial0/1
x25 route ^(...)(...) xot dns \2.\
x25 route .* clear
x25 host address 23000100
!
line con 0
?transport input none
line aux 0
line vty 0 4
?password cisco
?login
!
no scheduler allocate
end



--
Mantas Mikul?nas

Join [email protected] to automatically receive all group messages.