Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rtelnet

Status
Not open for further replies.

sjcrane

MIS
Joined
Jan 18, 2006
Messages
41
Location
US
I am trying to do the following:

I have a Debian Linux server and a remote terminal concentrator. I need to setup rtelnet to dial out on ttyS4 on server, that tty will then open a socket to the IP and port assignment on the TC. If you telnet to the TC IP and port UUCP should be able to run AT commands to the modem.

I have searched high and low and only found kibble.

example: rtelnet -Xx 10.252.1.4 5000 /dev/modem

Xx is unknown. It is supposed to create the /dev/modem as a psuedo tty, but how does it know about ttyS4?
 
Why not substitute /dev/ttyS4 for /dev/modem in that command?

Annihilannic.
 
I figured it out:

“From tpaorlx007”



tpaorlx007:~# rtelnet -8 -l /dev/ttyS4 -r 10.224.252.xx 6000

Trying 10.224.252.xx...

Connected to 10.224.252.xx.

Escape character is '^]'.





“From sjcrhtest”



[root@sjcrhtest root]# telnet 10.224.252.XX 6000

Trying 10.224.252.XX...

Connected to 10.224.252.70 (10.224.252.XX).

Escape character is '^]'.



“If I run ati4”



Mapletree Networks UniPorte Architecture



OK



“If I run ati3”



Performance Technologies, UniPorte Product Information



Country Code 001 - United States



V.92, V.90, K56flex, V.34bis, V.34, V.32bis, V.32, V.22bis

V.22, V.23, V.21, Bell 212, Bell 103

V.44, V.42, MNP2-4, V.42bis, MNP5

ISDN- V.110, HDLC, PIAFS

Fax Class 1, 2, 2.0

FoIP,VoIP

POS



RISC Code Revision 01.10.00/f

RISC Revision Date 04/26/2005 (mm/dd/yyyy)

Build 013



DSP Code Revision 03.05.03/u

DSP Revision Date 04/26/2005 (mm/dd/yyyy)

Ran ate1 to turn on echo and dialed number, works fine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top