<?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: Setup the network in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057405#M6349</link>
    <description>If you can avoid it dont use telnet use ssh &lt;BR /&gt;telnet send it password/user data in clear in clear on the net ssh is probably installed on you system and does the same only this is encrypted&lt;BR /&gt;&lt;BR /&gt;have a look at ssh, sftp, scp man page and do   &lt;BR /&gt;&lt;BR /&gt;ls -l /usr/share/doc/openssh*&lt;BR /&gt;&lt;BR /&gt;read the doc it is worth-it&lt;BR /&gt;&lt;BR /&gt;login as as root to find out if this service is running do&lt;BR /&gt;&lt;BR /&gt;#service sshd status &lt;BR /&gt;&lt;BR /&gt;to start do&lt;BR /&gt;#service sshd start&lt;BR /&gt;&lt;BR /&gt;now if you still want to use telnet to get it working you also have to check that this is not blocked by the level of security you shoose at installation time ? that is telnet port could be closed.&lt;BR /&gt;&lt;BR /&gt;the ease way to check this from RH is to invole the setup command as root in the setup menu there is a firewall configuration (also service,network,printer,etc..).&lt;BR /&gt;&lt;BR /&gt;Hope this get you even more addicted.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Aug 2003 09:18:12 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-08-28T09:18:12Z</dc:date>
    <item>
      <title>Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057398#M6342</link>
      <description>I have newly install a RH8 , and have made the network card setting - /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network , but it seems still well config the network card , I tried to setup it on X windows, i found the card is inactivate but it denied me to activate it , is there any other setting need to make to config the network card and join the network ? thx.</description>
      <pubDate>Wed, 27 Aug 2003 06:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057398#M6342</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-08-27T06:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057399#M6343</link>
      <description>sorry , the above question have mistake , my problem is I still CAN'T config the network card .</description>
      <pubDate>Wed, 27 Aug 2003 06:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057399#M6343</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-08-27T06:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057400#M6344</link>
      <description>is your network card recognized and is the driver loaded ?&lt;BR /&gt;what does ifconfig eth0 and dmesg | grep eth say ?</description>
      <pubDate>Wed, 27 Aug 2003 07:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057400#M6344</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-08-27T07:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057401#M6345</link>
      <description>thx reply, sorry to my ignorance , do i need to install the driver , i use intel 100 network card , can i autodetect the driver ? thx.</description>
      <pubDate>Wed, 27 Aug 2003 07:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057401#M6345</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-08-27T07:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057402#M6346</link>
      <description>Intel cards absolutely should be autodetected by the initial installation.  You should not have to do anything.&lt;BR /&gt;&lt;BR /&gt;try brining up the card with ifconfig to see if it works.&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0 &lt;IP_ADDRESS&gt; mask &lt;NETWORK_MASK&gt;&lt;BR /&gt;echo $?&lt;BR /&gt;If you get a zero back, that means you suceeded.&lt;BR /&gt;&lt;BR /&gt;ping &lt;IP_ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;If you have multiple cards it might be eth1, etc&lt;BR /&gt;&lt;BR /&gt;Common causes of the card not coming up include:&lt;BR /&gt;1) Invalid ip_address/network mask combination&lt;BR /&gt;2) Another device on your network has the IP adddres.&lt;BR /&gt;&lt;BR /&gt;Check it out and get back to us with the contents of that ifcfg-eth0 file so we can run through it for you.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;Keep hacking away at Linux, its fun.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/IP_ADDRESS&gt;&lt;/NETWORK_MASK&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Wed, 27 Aug 2003 07:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057402#M6346</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-27T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057403#M6347</link>
      <description>Thx help , it is OK now , but it can't be start the telnet service , how can i start it ? thx.</description>
      <pubDate>Wed, 27 Aug 2003 10:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057403#M6347</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-08-27T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057404#M6348</link>
      <description>You need to make sure the appropraite software is installed, and then turned on.&lt;BR /&gt;&lt;BR /&gt;rpm -q telnet-server&lt;BR /&gt;&lt;BR /&gt;If this returns a single like, you have the appropraite software.  If so, then you should be able to issue this:&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;and be able to telnet into the machine.  Please note however that by default, you will not be able to log directly in as 'root' from a pseudo (network) tty.</description>
      <pubDate>Wed, 27 Aug 2003 23:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057404#M6348</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-27T23:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setup the network</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057405#M6349</link>
      <description>If you can avoid it dont use telnet use ssh &lt;BR /&gt;telnet send it password/user data in clear in clear on the net ssh is probably installed on you system and does the same only this is encrypted&lt;BR /&gt;&lt;BR /&gt;have a look at ssh, sftp, scp man page and do   &lt;BR /&gt;&lt;BR /&gt;ls -l /usr/share/doc/openssh*&lt;BR /&gt;&lt;BR /&gt;read the doc it is worth-it&lt;BR /&gt;&lt;BR /&gt;login as as root to find out if this service is running do&lt;BR /&gt;&lt;BR /&gt;#service sshd status &lt;BR /&gt;&lt;BR /&gt;to start do&lt;BR /&gt;#service sshd start&lt;BR /&gt;&lt;BR /&gt;now if you still want to use telnet to get it working you also have to check that this is not blocked by the level of security you shoose at installation time ? that is telnet port could be closed.&lt;BR /&gt;&lt;BR /&gt;the ease way to check this from RH is to invole the setup command as root in the setup menu there is a firewall configuration (also service,network,printer,etc..).&lt;BR /&gt;&lt;BR /&gt;Hope this get you even more addicted.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2003 09:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-the-network/m-p/3057405#M6349</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-08-28T09:18:12Z</dc:date>
    </item>
  </channel>
</rss>

