<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/css" href="http://lea-linux.org/_src/css/rss.css" ?>
<rss version="2.0">
  <channel>
    <title>Mandriva</title>
    <link>http://lea-linux.org/pho/list/21</link>
    <description><![CDATA[questions spécifiques à Mandriva (ex-Mandrake)]]></description>
    <language>fr-FR</language>
    <pubDate>Wed, 12 Sep 2007 21:03:40 +0200</pubDate>
    <lastBuildDate>Wed, 12 Sep 2007 21:03:40 +0200</lastBuildDate>
    <category>Mandriva</category>
    <generator>Phorum 5.0.21 RSS Feed Generator - Léa version 1.2</generator>
    <ttl>600</ttl>
    <item>
      <title>Re: obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328724#msg-328724</link>
      <author>francisfilipi &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[bon j'ai résolu mon problème en ajoutant la commande ifup eth0 dans mon /etc/rc.d/rc.local
c'est sale mais ça marche

bonne soirée...]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328724#msg-328724</guid>
      <pubDate>Wed, 12 Sep 2007 21:03:40 +0200</pubDate>
    </item>
    <item>
      <title>Re: obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328717#msg-328717</link>
      <author>francisfilipi &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[j'ajoute le contenu du fichier /etc/ppp/ip-up
il aurait tendance à me modifier mon /etc/resolv.conf

#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local or put scripts in /etc/ppp/ip-up.d instead

PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH

LOGDEVICE=$1

export PATH=/sbin:/usr/sbin:/bin:/usr/bin

[ -n "$DNS1" ] && echo "nameserver $DNS1 # ppp temp entry" >> /etc/resolv.conf
[ -n "$DNS2" ] && echo "nameserver $DNS2 # ppp temp entry" >> /etc/resolv.conf

[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}

[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"

# These variables are for the use of the scripts run by run-parts
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"
PPP_LOCAL="$4"
PPP_REMOTE="$5"
PPP_IPPARAM="$6"
export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM

if [ -d /etc/ppp/ip-up.d/ -a -x /usr/bin/run-parts ]; then
    /usr/bin/run-parts /etc/ppp/ip-up.d/
fi

if [ -x /usr/sbin/sendmail ];then
    /usr/sbin/sendmail -q 2>/dev/null >/dev/null &
fi

exit 0





est-ce que vous savez comment je pourrais le modifier ??]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328717#msg-328717</guid>
      <pubDate>Wed, 12 Sep 2007 17:58:41 +0200</pubDate>
    </item>
    <item>
      <title>Re: obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328713#msg-328713</link>
      <author>francisfilipi &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[je crois que j'ai trouvé un truc : le fichier /etc/resolv.conf semble disparaitre à chaque boot !!

[root@localhost francois]# cat /etc/resolv.conf
cat: /etc/resolv.conf: Aucun fichier ou répertoire de ce type
[root@localhost francois]# ifup eth0

Determining IP information for eth0... done.
[root@localhost francois]# cat /etc/resolv.conf
nameserver 192.168.30.1
nameserver 0.0.0.0

je pense qu'on se rapproche de l'origine du problème                                                 non ??

]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328713#msg-328713</guid>
      <pubDate>Wed, 12 Sep 2007 17:11:19 +0200</pubDate>
    </item>
    <item>
      <title>Re: obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328712#msg-328712</link>
      <author>francisfilipi &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[merci diancech pour l'intérêt que tu portes à ma question

je ping mon routeur par ip avant le restart network  :
PING 192.168.30.1 (192.168.30.1) 56(84) bytes of data.
64 bytes from 192.168.30.1: icmp_seq=1 ttl=254 time=1.25 ms
64 bytes from 192.168.30.1: icmp_seq=2 ttl=254 time=0.732 ms
64 bytes from 192.168.30.1: icmp_seq=3 ttl=254 time=0.760 ms

--- 192.168.30.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.732/0.916/1.257/0.242 ms

par nom je ne sais pas comment faire

sur mon navigateur avant le restart network je peux même accéder à mon routeur par  http://192.168.30.1/ il m'indique que je suis bien connecté à internet mais si je tape www.yahoo.fr par exemple alors là plus rien ! 

vous avez un idée ?]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328712#msg-328712</guid>
      <pubDate>Wed, 12 Sep 2007 16:56:27 +0200</pubDate>
    </item>
    <item>
      <title>Re: obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328707#msg-328707</link>
      <author>diancech &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[Que te donnes le ping du routeur, avant un restart network ?

Peux-tu le pinger par IP, par nom...?

]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328707#msg-328707</guid>
      <pubDate>Wed, 12 Sep 2007 13:33:01 +0200</pubDate>
    </item>
    <item>
      <title>obligé de relancer le réseau à chaque boot pour acceder à internet</title>
      <link>http://lea-linux.org/pho/read/21/328704/328704#msg-328704</link>
      <author>francisfilipi &lt;phorum@lealinux.org&gt;</author>
      <description><![CDATA[bonjour

je suis sous mandriva 2006 et j'ai un problème exaspérant : après chaque démarrage pour me connecter à internet je dois relancer le réseau par :
/etc/rc.d/init.d/network restart ou
ifup eth0

je suis connecté à un routeur ethernet en dhcp, d'autres ordis (sous ubuntu) se connectent sans problème

avant un network restart (internet inopérant)
[francois@localhost ~]$ netstat -r
Table de routage IP du noyau
Destination Passerelle Genmask Indic MSS Fenêtre irtt Iface
192.168.30.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
224.0.0.0 * 240.0.0.0 U 0 0 0 eth0
default 192.168.30.1 0.0.0.0 UG 0 0 0 eth0

après (ça marche)
Table de routage IP du noyau
Destination Passerelle Genmask Indic MSS Fenêtre irtt Iface
192.168.30.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.30.1 0.0.0.0 UG 0 0 0 eth0


sinon les détails :
/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:74:2C:74:C2
inet adr:192.168.30.10 Bcast:192.168.30.255 Masque:255.255.255.0
adr inet6: fe80::208:74ff:fe2c:74c2/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27648 errors:0 dropped:0 overruns:0 frame:0
TX packets:28639 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:30101452 (28.7 MiB) TX bytes:3979047 (3.7 MiB)
Interruption:18 Adresse de base:0xe880

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:9757 errors:0 dropped:0 overruns:0 frame:0
TX packets:9757 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:524287 (511.9 KiB) TX bytes:524287 (511.9 KiB)

Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.30.0 0.0.0.0 255.255.255.0 U 10 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.30.1 0.0.0.0 UG 10 0 0 eth0

cat /etc/resolv.conf
nameserver 192.168.30.1
nameserver 0.0.0.0


Je compte sur toute votre attention pour me donner la solution à ce problème.

Merci d'avance pour vos réponses]]></description>
      <category>Mandriva</category>
      <guid isPermaLink="true">http://lea-linux.org/pho/read/21/328704/328704#msg-328704</guid>
      <pubDate>Wed, 12 Sep 2007 13:17:09 +0200</pubDate>
    </item>
  </channel>
</rss>
