<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to change Default PORTS ??? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468856#M86734</link>
    <description>Hi.&lt;BR /&gt;&lt;BR /&gt;1. for ssh client you can  modify default port by adding line to file /etc/ssh/ssh_config:&lt;BR /&gt;Port Number&lt;BR /&gt;&lt;BR /&gt;2. for ssh server the same line but in server config file&lt;BR /&gt;/etc/ssh/sshd_config&lt;BR /&gt;&lt;BR /&gt;When you modify sshd_config file you have to restart sshd daemon.&lt;BR /&gt;&lt;BR /&gt;For details look at man pages:&lt;BR /&gt;man ssh_config&lt;BR /&gt;man sshd_config</description>
    <pubDate>Sat, 22 Jan 2005 11:34:16 GMT</pubDate>
    <dc:creator>Slawomir Gora</dc:creator>
    <dc:date>2005-01-22T11:34:16Z</dc:date>
    <item>
      <title>How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468855#M86733</link>
      <description>Hi,&lt;BR /&gt;  Does any one know how to change the default ports in linux. Like SSH service uses 22 port. &lt;BR /&gt;&lt;BR /&gt;Senerio: My Server is 192.168.0.1 and client is 192.168.0.2 now SSH service is ON on My server but when my client will SSH on the server it will by default use 22 port which i dont want. I want to configure some other port which my client uses to log in how can i configure that ?&lt;BR /&gt; &lt;BR /&gt;   What are the configurations required and is it possible for every port like http and other ports too?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Deep</description>
      <pubDate>Sat, 22 Jan 2005 06:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468855#M86733</guid>
      <dc:creator>Deep_6</dc:creator>
      <dc:date>2005-01-22T06:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468856#M86734</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;1. for ssh client you can  modify default port by adding line to file /etc/ssh/ssh_config:&lt;BR /&gt;Port Number&lt;BR /&gt;&lt;BR /&gt;2. for ssh server the same line but in server config file&lt;BR /&gt;/etc/ssh/sshd_config&lt;BR /&gt;&lt;BR /&gt;When you modify sshd_config file you have to restart sshd daemon.&lt;BR /&gt;&lt;BR /&gt;For details look at man pages:&lt;BR /&gt;man ssh_config&lt;BR /&gt;man sshd_config</description>
      <pubDate>Sat, 22 Jan 2005 11:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468856#M86734</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-01-22T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468857#M86735</link>
      <description>Hey Thanx man it worked....!!! full points from my side &lt;BR /&gt;Just one question &lt;BR /&gt;Is this possible for all the ports like http and telent ..... etc...?&lt;BR /&gt;if yes we just need to change the ports and restart the services right ????</description>
      <pubDate>Sun, 23 Jan 2005 02:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468857#M86735</guid>
      <dc:creator>Deep_6</dc:creator>
      <dc:date>2005-01-23T02:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468858#M86736</link>
      <description>Hi,&lt;BR /&gt;it is not posible to change ports for all&lt;BR /&gt;server daemons. More easy is to set ports for&lt;BR /&gt;servers than clients site.&lt;BR /&gt;Ex. &lt;BR /&gt;for http apache server- you can configure port&lt;BR /&gt;in httpd.conf, client has default port 80 and &lt;BR /&gt;I don't know how to change this (it may depends &lt;BR /&gt;on your web browser)&lt;BR /&gt;&lt;BR /&gt;For telnet server you can modify (x)inetd config file, from client site you must run &lt;BR /&gt;telnet command with port number.&lt;BR /&gt;&lt;BR /&gt;man in.telnetd&lt;BR /&gt;man telnet&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Jan 2005 06:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468858#M86736</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-01-23T06:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468859#M86737</link>
      <description>At the HTTP client end you would select the server's non-standard port number in the URL with the portnumber following a colon ":" after the hostname:&lt;BR /&gt;&lt;BR /&gt;http::/foo.bar.baz:12345/&lt;BR /&gt;&lt;BR /&gt;Of course, there is the question of "why?"  Why do you want to change the port numbers?</description>
      <pubDate>Sun, 23 Jan 2005 12:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468859#M86737</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-01-23T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Default PORTS ???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468860#M86738</link>
      <description>&lt;BR /&gt;Unless you have a specific reason to change ports it is wise to use the standard ports. You can find most of the standard ports in the /etc/services file.&lt;BR /&gt;&lt;BR /&gt;The latest IANA port assignments can be gotten from &lt;A href="http://www.iana.org/assignments/port-numbers" target="_blank"&gt;http://www.iana.org/assignments/port-numbers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The port numbers are divided into three ranges: the Well Known Ports,&lt;BR /&gt;the Registered Ports, and the Dynamic and/or Private Ports.&lt;BR /&gt;&lt;BR /&gt;The Well Known Ports are those from 0 through 1023.&lt;BR /&gt;&lt;BR /&gt;The Registered Ports are those from 1024 through 49151&lt;BR /&gt;&lt;BR /&gt;The Dynamic and/or Private Ports are those from 49152 through 65535&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross</description>
      <pubDate>Sun, 23 Jan 2005 23:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-default-ports/m-p/3468860#M86738</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-01-23T23:20:15Z</dc:date>
    </item>
  </channel>
</rss>

