<?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 Static IP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111009#M7691</link>
    <description>Good Morning all-&lt;BR /&gt;    I'm building a server from scratch. I just installed RH 9.0 and selected DHCP during install. I've now got a Static IP address. What do I have to do to configure the static IP address? The more specific the better on the answsers (i'm new) Thanks to all!&lt;BR /&gt;&lt;BR /&gt;Kyle</description>
    <pubDate>Wed, 05 Nov 2003 08:47:02 GMT</pubDate>
    <dc:creator>Kyle D. Harris</dc:creator>
    <dc:date>2003-11-05T08:47:02Z</dc:date>
    <item>
      <title>Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111009#M7691</link>
      <description>Good Morning all-&lt;BR /&gt;    I'm building a server from scratch. I just installed RH 9.0 and selected DHCP during install. I've now got a Static IP address. What do I have to do to configure the static IP address? The more specific the better on the answsers (i'm new) Thanks to all!&lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Wed, 05 Nov 2003 08:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111009#M7691</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-11-05T08:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111010#M7692</link>
      <description>You can probably find some whiz bang red Hat script to do this.  However, I think red hat currently put all there nonsense in /etc/sysconfig.  In there is a file called network.  Add hostname etc in here.  Then go to /etc/sysconfig/network-scripts and edit the script for your interface e.g. ifcfg-eth0 to put in your ip address.  Then re-boot.&lt;BR /&gt; &lt;BR /&gt;If you want to do it a sensible way (actually don't bother on red hat)&lt;BR /&gt; &lt;BR /&gt;"ifconfig eth0 your.static.ip.address netmask your.netmask.address." to just set it up without a re-boot to make sure it's ok.</description>
      <pubDate>Wed, 05 Nov 2003 09:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111010#M7692</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-05T09:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111011#M7693</link>
      <description>There is some confusion here If you set up DHCP (server) this is for givin out dynamic addresse to dhcp clients.&lt;BR /&gt;&lt;BR /&gt;before you do your setup be sure of what you have got from your network admin ! a static or a dynamic (usualy the network addresss of the dhcp server &lt;BR /&gt;&lt;BR /&gt;for both set up you will have to use following log in as root&lt;BR /&gt;&lt;BR /&gt;# redhat-config-network &lt;BR /&gt;&lt;BR /&gt;this invokes a setup tool for your network&lt;BR /&gt;once in there chose either a static address this will have been given to you by your network admin (ex: 10.3.4.11 ).&lt;BR /&gt;&lt;BR /&gt;Or chose use dhcp &lt;BR /&gt;&lt;BR /&gt;But if I understand you right you got a static address ?&lt;BR /&gt;&lt;BR /&gt;tell use what you have will pick it up from there &lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 09:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111011#M7693</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-05T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111012#M7694</link>
      <description>From your graphic interface :&lt;BR /&gt;select hat / system tools / network configuration, select your device, double click on it, you'll be able to select your static IP and netmask.&lt;BR /&gt;From command line, go to &lt;BR /&gt;/etc/sysconfig/networking/devices&lt;BR /&gt;edit ifcfg-eth0 (if your NIC is eth0, the eth1 and so on if you have several NICs), and put values according to your network, like :&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=192.168.0.126&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;USERCTL=yes&lt;BR /&gt;PEERDNS=no&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;NETWORK=192.168.0.0&lt;BR /&gt;BROADCAST=192.168.0.255&lt;BR /&gt;GATEWAY=192.168.0.253&lt;BR /&gt;&lt;BR /&gt;save, and :&lt;BR /&gt;service network restart.&lt;BR /&gt;You are done.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Nov 2003 09:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111012#M7694</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-05T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111013#M7695</link>
      <description>BTW,&lt;BR /&gt;DEVICE=eth0 is your NIC number, from 0 to ...&lt;BR /&gt;BOOTPROTO=none, if static, or BOOTP or DHCP if dynamic&lt;BR /&gt;ONBOOT=yes : is the device launched at boot time or later&lt;BR /&gt;IPADDR=192.168.0.126 your IP&lt;BR /&gt;NETMASK=255.255.255.0  yor mask&lt;BR /&gt;USERCTL=yes Can a user (des)activate it, or just root&lt;BR /&gt;PEERDNS=no do you address a peer dns &lt;BR /&gt;TYPE=Ethernet is it ethernet (or token and so on)&lt;BR /&gt;NETWORK=192.168.0.0 network number&lt;BR /&gt;BROADCAST=192.168.0.255 as it says&lt;BR /&gt;GATEWAY=192.168.0.253 same&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 09:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111013#M7695</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-05T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111014#M7696</link>
      <description>AFAIK, the file in /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0 if you are using eth0. What I have in my network  is just these two param&lt;BR /&gt;NETWORKING=yes&lt;BR /&gt;HOSTNAME=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;in ifcfg-eth0 is&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;NETMASK=&lt;NETMASK&gt;&lt;BR /&gt;GATEWAY=&lt;GATEWAY&gt;&lt;BR /&gt;IPADDR=&lt;IP&gt;&lt;BR /&gt;HOSTNAME=&lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know whay I need two HOSTNAME entry, but I think it is for backward compatibility in regards to redhat version and it never got clean off. I suppose you can just have one hostname entry in the one of the config file only, but I have not got a chance to test it out. &lt;BR /&gt;&lt;BR /&gt;After the entry is done, you do hostname &lt;HOSTNAME&gt; to change the hostname on the fly and /etc/rc.d/init.d/network restart. This should change your network and hostname on the fly without rebooting.  As another note, I hope your static ip is UNIQUE, otherwise it could wraek havic in your network.&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/IP&gt;&lt;/GATEWAY&gt;&lt;/NETMASK&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 05 Nov 2003 09:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111014#M7696</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-05T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111015#M7697</link>
      <description>Jerome-&lt;BR /&gt;&lt;BR /&gt;Broadcast, Gateway and Network addresses examples or should i have those in there? Thanks for the help!&lt;BR /&gt;&lt;BR /&gt;Huc- &lt;BR /&gt;   Yes, my system admin did give me a static IP.</description>
      <pubDate>Wed, 05 Nov 2003 09:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111015#M7697</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-11-05T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111016#M7698</link>
      <description>Hi Kyle,&lt;BR /&gt;Broadcast, gateway and netmask are given by your admin, my values here are examples.&lt;BR /&gt;For the rest, you can use these values. If you post your IP address, I'll give you your probable values... But safest is to ask your admin.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Nov 2003 09:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111016#M7698</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-05T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111017#M7699</link>
      <description>Hello Jerome,mark... Kyle follow advice, ask about the different value to your net admin from there use either of the above tools, advice, will get you there, but we can not inprovise the values whe could only do that if we knew all your enviroment &lt;BR /&gt;&lt;BR /&gt;J-P &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 09:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111017#M7699</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-05T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Static IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111018#M7700</link>
      <description>Hi JP !&lt;BR /&gt;Particularly gateway would be a bet, network would be deduced from your IP/mask.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Nov 2003 09:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/static-ip/m-p/3111018#M7700</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-05T09:39:08Z</dc:date>
    </item>
  </channel>
</rss>

