<?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: route table and rlogin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161407#M9038</link>
    <description>Add the route commands to rc.local. Take a look at &lt;A href="http://linux.ittoolbox.com/documents/document.asp?i=2433" target="_blank"&gt;http://linux.ittoolbox.com/documents/document.asp?i=2433&lt;/A&gt; for details.&lt;BR /&gt;&lt;BR /&gt;BTW, on Redhat, static routes added through the redhat-config-network tool persist across reboots. Not sure where these route entries are stored though.</description>
    <pubDate>Sun, 11 Jan 2004 23:51:43 GMT</pubDate>
    <dc:creator>Roshan Sequeira</dc:creator>
    <dc:date>2004-01-11T23:51:43Z</dc:date>
    <item>
      <title>route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161406#M9037</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;  My system's platform is linux redhat, and I have two questions:&lt;BR /&gt;&lt;BR /&gt;  1. How to permently change the route table, which file? I know i could use # route .... &lt;BR /&gt;command to change it temporally, but after I reboot the system, all the changes are gone.&lt;BR /&gt;&lt;BR /&gt;  2. I could be able to # rlogin A from this system, but in A system I couldn't rlogin to this system. it always prompt for password, and even I key in the correct password, but still failed. Any file is controlling this?&lt;BR /&gt; &lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 11 Jan 2004 21:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161406#M9037</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2004-01-11T21:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161407#M9038</link>
      <description>Add the route commands to rc.local. Take a look at &lt;A href="http://linux.ittoolbox.com/documents/document.asp?i=2433" target="_blank"&gt;http://linux.ittoolbox.com/documents/document.asp?i=2433&lt;/A&gt; for details.&lt;BR /&gt;&lt;BR /&gt;BTW, on Redhat, static routes added through the redhat-config-network tool persist across reboots. Not sure where these route entries are stored though.</description>
      <pubDate>Sun, 11 Jan 2004 23:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161407#M9038</guid>
      <dc:creator>Roshan Sequeira</dc:creator>
      <dc:date>2004-01-11T23:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161408#M9039</link>
      <description>On Redhat, routes added through redhat-config-network are saved in files eth0.route, eth1.route etc. in the /etc/sysconfig/networking/devices directory.</description>
      <pubDate>Mon, 12 Jan 2004 00:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161408#M9039</guid>
      <dc:creator>Roshan Sequeira</dc:creator>
      <dc:date>2004-01-12T00:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161409#M9040</link>
      <description>Depending on what type of route it is depends on where you want to change it.&lt;BR /&gt;&lt;BR /&gt;The simple answer is the rc.local, but that takes control away from any of the GUI type of interfaces that are written.&lt;BR /&gt;&lt;BR /&gt;To do it the 'RH Way', you modify either /etc/sysconfig/network (for a default route), or /etc/sysconfig/static-routes for other partial routes, or interface based routes.&lt;BR /&gt;&lt;BR /&gt;As for the 'rlogin' thing, there are a number of possible reasons.&lt;BR /&gt;&lt;BR /&gt;With the description you've given, it sounds like you're the 'root' user.  BY default, a RH system will not allow the root user to log in directly to a pseudo TTY (telnet, rlogin etc.).&lt;BR /&gt;&lt;BR /&gt;There are two ways around this:&lt;BR /&gt;&lt;BR /&gt;modify /etc/securetty, add 'rlogin'.&lt;BR /&gt;&lt;BR /&gt;modify /etc/pam.d/rlogin, remove the line 'auth required /lib/security/pam_securetty.so'&lt;BR /&gt;&lt;BR /&gt;Both of these options have the same end goal: allow root to 'rlogin' via a pseudo-tty.&lt;BR /&gt;&lt;BR /&gt;If it isn't the root user, and you're still getting the error, then I'm picking it's the permissions on your .rhosts file.  It should be 600 (-rw-------).&lt;BR /&gt;&lt;BR /&gt;Have fun.</description>
      <pubDate>Mon, 12 Jan 2004 01:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161409#M9040</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-12T01:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161410#M9041</link>
      <description>hello Stuart Browne,&lt;BR /&gt;&lt;BR /&gt;   Thanks. it did work.&lt;BR /&gt;&lt;BR /&gt;   i would like to know what's the purpose to add "rlogin" entry in /etc/securetty? &lt;BR /&gt;   Where can I find the detailed information about the different "auth entry" inside /etc/pam.d/rlogin?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 12 Jan 2004 06:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161410#M9041</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2004-01-12T06:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: route table and rlogin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161411#M9042</link>
      <description>On a RH system, /usr/share/doc/pam-*/txts/ has all the documentation in text format (there's HTML and Poscript there too!).&lt;BR /&gt;&lt;BR /&gt;The pam_securetty.so has hardwared 2 (or 3?) overrides.  rlogin, rsh are two of them, to allow those services to go in as root (which kidna defeats the purpose, but hey!).</description>
      <pubDate>Mon, 12 Jan 2004 19:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/route-table-and-rlogin/m-p/3161411#M9042</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-12T19:28:58Z</dc:date>
    </item>
  </channel>
</rss>

