cancel
Showing results for 
Search instead for 
Did you mean: 

telnet session through saprouter

ganimede_dignan
Contributor
0 Kudos

Hi,

can I use a saprouter to connect to our server with a telenet session through a saprouter server ?

How ?

Regards.

Gnaimede Dignan.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes but you will have to add one entry to saprouttab with port 23

Sanjay

ganimede_dignan
Contributor
0 Kudos

Thank you for you post.

But... how ? do I must connect in telnet session on saprouter ?

former_member227600
Contributor
0 Kudos

Hi,

You can loinn through telnet via saprouter. You have to add the following line in your routtab file.

    1. SNC - connection from SAP to local R/3-System for SAPtelnet*

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" IP adress 23

IP Adress- IP of the sever in which you want to open telnet session.

Thanks

Karan

Former Member
0 Kudos

Hi,

Please add this entry to your saprouttab file.

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <IP adress of the server> 23

whenever you will execute telnet command it will automatically connect you to that server i.e.

telnet <IP address of the server>

Please do not forget to award points if it works.

Sanjay

ganimede_dignan
Contributor
0 Kudos

Hi,

>You can loinn through telnet via saprouter. You have to add the following line in your routtab file.

>

># SNC - connection from SAP to local R/3-System for SAPtelnet

>KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" IP adress 23

>

>IP Adress- IP of the sever in which you want to open telnet session.

OK, this for SAP support.... but I would like to connect from my house through my saprouter to a my SAP server.

Regards.

Ganimede Dignan.

Former Member
0 Kudos

After the two SNC answers i got curious and did some research. According to this message here, SAP does indeed have a special telnet client to handle router strings:

they have saptelnet.exe

same thing-y like sapftp.exe,

but you can't find it in a standard GUI instalastion

[SAP Fan Club - Telnet through SapRouter|http://www.sapfans.com/forums/viewtopic.php?f=12&t=318063]

I suggest you ask the next SAP consultant you see if that is true. Or one of the SAP employees here confirms this.

Regards, Michael

Former Member
0 Kudos

Quite interesting indeed.

An SAP notes search for the string "saptelnet" will result in several notes with this string mentioned under keyword "Other terms". But none of them has any further reference.

Are we tracking down a conspiracy here?

markus_doehr2
Active Contributor
0 Kudos

I don't think it has anything to do with a "special" telnet.

I remember that in the early days there were some scripts on sapserv3 (they are gone) who are used by the support people. Basically those were perl scripts opening a listening descriptor on the local machine and whatever application can connect to that and be forwarded. So those perl scripts were acting as "proxy" for the saprouter. Otherwise non-open source programs (such as PCanywhere, VNC) couldn't work.

Markus

Answers (1)

Answers (1)

0 Kudos

Just found this, so I thought to update here as well :

SAProuter as Port Forwarder

SAP NetWeaver Security Guide - SAP Library


Basically it explains how to setup port-forwarding using the SAProuter so you can use Telnet, HTTP and whatnot over a SAProuter connection.


Cheers!