<?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 Internet access at boot up in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235432#M10974</link>
    <description>I have newly installed Linux SuSE 9 on an HP 8500 that I'm using now to access the internet. I want it to connect to the internet when it boots up. Right now, as the boot log scrolls down during boot, the eth0 -&amp;gt; dsl0 entry seems to time out. After boot up I can click a little connector icon in the task bar and it connects.I configured using YaST and haven't yet found the actual boot up script or config files;like pppoe in RH 7.1Any ideas where I can look .Vern</description>
    <pubDate>Wed, 31 Mar 2004 09:47:39 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2004-03-31T09:47:39Z</dc:date>
    <item>
      <title>Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235432#M10974</link>
      <description>I have newly installed Linux SuSE 9 on an HP 8500 that I'm using now to access the internet. I want it to connect to the internet when it boots up. Right now, as the boot log scrolls down during boot, the eth0 -&amp;gt; dsl0 entry seems to time out. After boot up I can click a little connector icon in the task bar and it connects.I configured using YaST and haven't yet found the actual boot up script or config files;like pppoe in RH 7.1Any ideas where I can look .Vern</description>
      <pubDate>Wed, 31 Mar 2004 09:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235432#M10974</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-03-31T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235433#M10975</link>
      <description>A little outside my confort zone but.&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;or Suse equivalent.&lt;BR /&gt;&lt;BR /&gt;There is a ifcfg-eth0 file&lt;BR /&gt;&lt;BR /&gt;put a valid gateway statement in it&lt;BR /&gt;&lt;BR /&gt;gateway=192.168.0.1&lt;BR /&gt;&lt;BR /&gt;make sure /etc/resolv.conf has valid entries and the servers respond. Use dig to test.&lt;BR /&gt;&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;restart networking&lt;BR /&gt;&lt;BR /&gt;You should be on the Inernet no problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Mar 2004 10:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235433#M10975</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-31T10:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235434#M10976</link>
      <description>Thanks Steven; getting there slowly. Service( service network restart ) doesn't work. service is not recognized as a command. Found some configs in /etc/sysconfig but network scripts are strung out in multiple directories under a main directory: networkSuSE has a bad case of re-direction itus. Don't know if I will stick with it.Vern</description>
      <pubDate>Wed, 31 Mar 2004 10:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235434#M10976</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-03-31T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235435#M10977</link>
      <description>Well; I hate to admit it but I seem to have it working now. Resorted to the YaST GUI config tool; pulled up network &amp;gt; dsl device &amp;gt; connect at boot &amp;gt; remain connected permently.What's the world comming to ?? I still don't know where anything is !!</description>
      <pubDate>Wed, 31 Mar 2004 11:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235435#M10977</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-03-31T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235436#M10978</link>
      <description>Gee, i thought the ifcfg-eth0 file was cross platform compatible.&lt;BR /&gt;&lt;BR /&gt;If there is a net or network script in /etc/init.d or wherver Suse puts it you should be able to do this&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/net stop&lt;BR /&gt;/etc/init.d/net start&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/network stop&lt;BR /&gt;/etc/init.d/network start&lt;BR /&gt;&lt;BR /&gt;You should actually be able to script port the service command from RH Linux. I've ported it to hpux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Mar 2004 11:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235436#M10978</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-31T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access at boot up</title>
      <link>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235437#M10979</link>
      <description>Thanks Steven; the server connects at bootup now and seems to hold the connection so I'll move on to the other issues for now. I did find the ifup and ifcfg scripts- Having trouble formating this text so that it is readable :o) -- Thanks again; Vern</description>
      <pubDate>Wed, 31 Mar 2004 15:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/internet-access-at-boot-up/m-p/3235437#M10979</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-03-31T15:14:08Z</dc:date>
    </item>
  </channel>
</rss>

