Posts Tagged ‘linuxtiwary’

How to configure Telnet server on Custom Port. Or you can say how to configure secure telnet server. Secure in the sense it is binded with a different port rather than telnet default port and so it become more difficult to hack or even port scanning tool or service scanning tool like nmap can’t scan it properly.

Our Telnet Server Machine is 192.168.225.38 and as we know by default Telnet works on PORT Number 23 but here in this lab we are going to run Telnet Service on a PORT 9898 which is a custom port and we have to tell the Linux Machine about this unknown Port.

Also Learn:

How to configure Telnet Server on Linux Machine.

(more…)

Advertisement

Learn to configure Proxy Server for your Web Server using xinetd. We are going to learn how to configure proxy server for any Web Services using xinetd in Linux. Here in this Article The Proxy Machine I have used is a RHEL5 Machine and I will show you in just few simple steps that how easily you can configure a Proxy server on your RHEL5 machine using XINETD.

(more…)