<?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: Making Linux machine available online. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395676#M35963</link>
    <description>Check this manual to go ahead&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-samba-configuring.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-samba-configuring.html&lt;/A&gt;</description>
    <pubDate>Mon, 06 Apr 2009 13:27:50 GMT</pubDate>
    <dc:creator>Sivakumar MJ._1</dc:creator>
    <dc:date>2009-04-06T13:27:50Z</dc:date>
    <item>
      <title>Making Linux machine available online.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395675#M35962</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;    I have a Red hat Linux 5 installed on a Virtual machine on my PC. I can go online from that Linux machine. I Need to connect to this machine from outside, like office, friends place etc... I should be able to TELNET from outside to get connected to this.&lt;BR /&gt;&lt;BR /&gt;    I have started learning Linux now only.&lt;BR /&gt;&lt;BR /&gt;  The set up is this. I have an ADSL Modem/Router which gives a private IP to my PC and another private IP in the same subnet to this LINUX virtual machine.&lt;BR /&gt;&lt;BR /&gt;  Can you please guide me to do the necessary steps to make this Linux machine available to me from outside also. I guess this will be a very good learning for me. Thanks.</description>
      <pubDate>Mon, 06 Apr 2009 11:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395675#M35962</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2009-04-06T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Making Linux machine available online.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395676#M35963</link>
      <description>Check this manual to go ahead&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-samba-configuring.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-samba-configuring.html&lt;/A&gt;</description>
      <pubDate>Mon, 06 Apr 2009 13:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395676#M35963</guid>
      <dc:creator>Sivakumar MJ._1</dc:creator>
      <dc:date>2009-04-06T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Making Linux machine available online.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395677#M35964</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] I have an ADSL Modem/Router [...]&lt;BR /&gt;&lt;BR /&gt;The outside world sees only your router, so&lt;BR /&gt;your router needs to know what to do with the&lt;BR /&gt;Telnet (or HTTP, or SSH, or ...) traffic.&lt;BR /&gt;&lt;BR /&gt;You need to configure the router's NAT/PAT&lt;BR /&gt;to pass Telnet connections (port 23) to the&lt;BR /&gt;Linux system.  This will be easier and more&lt;BR /&gt;reliable if the Linux system has a static IP&lt;BR /&gt;address, not a DHCP address assigned by the&lt;BR /&gt;router.&lt;BR /&gt;&lt;BR /&gt;First, make sure that you can Telnet to the&lt;BR /&gt;Linux system from your PC.  (Telnet could be&lt;BR /&gt;disabled on the Linux system.)  Then start&lt;BR /&gt;reading the router's manual to see how to&lt;BR /&gt;get it to pass the Telnet requests to the&lt;BR /&gt;desired system.&lt;BR /&gt;&lt;BR /&gt;The task is similar for access to other&lt;BR /&gt;services (HTTP (port 80), SSH (port 22), and&lt;BR /&gt;so on).  See /etc/services for the port&lt;BR /&gt;numbers.</description>
      <pubDate>Mon, 06 Apr 2009 14:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395677#M35964</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-06T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Making Linux machine available online.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395678#M35965</link>
      <description>Thanks guys.. &lt;BR /&gt;&lt;BR /&gt;I will check this out and get back to you..  In the mean time if you have any inputs you kindly let me know about it.. Many thanks..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Apr 2009 17:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395678#M35965</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2009-04-06T17:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Making Linux machine available online.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395679#M35966</link>
      <description>Hi Joewee,&lt;BR /&gt;You have most of the information you need to make your requirement work.&lt;BR /&gt;in simple&lt;BR /&gt;&lt;BR /&gt;1)Forward any SSH,Telnet request to your router(public IP) to your linux VMs IP.&lt;BR /&gt;This can be done on many home ADSL routers through its web console.&lt;BR /&gt;check under PORT FORWARDING or VIRTUAL SERVER menu on the routers web console. I found these menus in most routers.&lt;BR /&gt;&lt;BR /&gt;2)Linux also has its firewall running so remember to configure it to enable SSH and Telnet.&lt;BR /&gt;I don't recommend to turn your firewall off if you publish a machine to outside world.&lt;BR /&gt;&lt;BR /&gt;Good Luck..!&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2009 02:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/making-linux-machine-available-online/m-p/4395679#M35966</guid>
      <dc:creator>Nuwan Alwis</dc:creator>
      <dc:date>2009-04-08T02:36:43Z</dc:date>
    </item>
  </channel>
</rss>

