charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: [EMAIL PROTECTED] Precedence: bulk Reply-To: [EMAIL PROTECTED]
> Can anybody tell me whats the standard way to open > ports > below 1024 for telnet access in linux? > For example I want to telnet to port 389 or 25 etc. You can telnet to a port which is enabled and is providing some service. For instance if you wanna telnet to the smpt port you can do a : telnet host.domain.com 25 You dont have to do any special kinda stuff to make this happen. Just make sure there ain't no firewall blockin' your access to that port. See ya, Sanjay -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/help/faq_list.html
