Telnet
 
*
Welcome, Guest. Please login or register. December 05, 2008, 12:42:53 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Telnet  (Read 628 times)
0 Members and 1 Guest are viewing this topic.
Michael
Administrator
Hero Member
*****
Posts: 530


« Reply #1 on: May 29, 2008, 07:46:36 AM »

Outgoing is very simple - manually: telnet aixhost 8420 or telnet aixhost 8422

I often use telnet anyhost 80 to test for presence of the http server (or telnet anyhost 22 for ssh) - especially when ping fails - as ping gets blocked so often.

Further, for one of the two port numbers you can automate it somewhat.

Quote
root@nim[ / ]:grep telnet /etc/services
telnet                  23/tcp          # Telnet
telnet                  23/udp          # Telnet

root@nim[ / ]:grep telnet /etc/inetd.conf
telnet  stream  tcp6    nowait  root    /usr/sbin/telnetd      telnetd -a

Edit the lines in /etc/services to the port number you want. The first column (the keyword telnet) in /etc/inetd.conf substitutes for that number.

So what you will want is something like:
Quote
telnet                  8420/tcp          # Telnet modified
telnet                  8420/udp          # Telnet modified

Do not forget to verify that 8420 or 8422 is not in use by something else.
Logged
cpalin
Registered
*
Posts: 1


« on: May 29, 2008, 03:09:53 AM »

I need help on configuring and setting up telnet on my aix box to use ports 8420 and 8422.
Can someone help on these.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.521 seconds with 18 queries.




eXTReMe Tracker

Terms of Use and Privacy and Security Policies
Copyright 2001-2008 Michael Felt and ROOTVG.NET