The following information is used in this example:
pu1
au1
au1_pw
bu1
telnet_server
sunscreen_fw
tiny
Type the following to make sure the backend Telnet Server is accessible:
# ping -s telnet_server |
Add an entry in the /etc/hosts file if it is accessible. For example:
1.2.3.4 telnet_server |
Create an authorized user:
In the Common Objects section, select Authorized User from the Type list.
Select New from the Add New list.
The Authorized User dialog box appears.
Type a name for this authorized user in the Name field, for example:
au1 |
Select the User Enabled check box.
Type the password:
au1_pw |
Select the Enabled check box after the Password field.
Retype the password:
au1_pw |
Click the OK button.
Create the Proxy User:
In the Common Objects section, select Proxy User from the Type list.
Select New from the Add New list.
The Proxy User dialog box appears.
Type a name for this Proxy User in the Name field, for example:
pu1 |
Select the User Enabled check box.
Type the following in the Authorized User Name field:
au1 |
Type a name in the Backend User Name field, for example:
bu1 |
Click the OK button.
Create a Policy Rule:
Save the changes:
Test the Telnet Proxy Service
From the client machine:
Make sure the physical connections are good.
Make sure the client machine can access the SunScreen proxy:
ping -s sunscreen_fw |
Test the Telnet proxy service:
Command issued |
telnet sunscreen_fw |
Username |
pu1@telnet_server |
Password |
au1's password, for example, au1-pw. (Password is not seen because it is echo suppressed.) |
tiny# telnet sunscreen_fw Trying 70.70.70.1... Connected to sunscreen_fw. Escape character is "^]". SunScreen Telnet Proxy Version 3.2 Username@Hostname: pu1@telnet_server Password: au1_pw Trying telnet_server (1.2.3.4) ... Connected to telnet_server SunOS 5.6 login: bu1 Password: au1_pw |