• Re: [1/2 HS) Proxmox bridge /etc.network/interfaces

    From NoSpam@21:1/5 to All on Mon Nov 4 09:50:01 2024
    This is a multi-part message in MIME format.
    Bonjour

    le problème doit être lié au routage, le fait que l'IP 169.254.48.25 apparaisse doit casser la route par défaut.

    #ip r ; lorsque tout est OK

    puis un second lorsque le réseau est en panne devrait pointer le problème.

    Le 03/11/2024 à 19:45, Frederic Zulian a écrit :
    Bonjour,

    Sur un serveur Proxmox, le reseau fonctionne querlques instants puis
    plante.
    un systemctl restart networking le relance mais il replante quelques
    instants plus tard.

    On le voit dans ces resultats de pings :

    ping 8.8.8.8

    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=1 ttl=115 time=8.73 ms

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=2 ttl=115 time=10.7 ms

    ..............

    From 169.254.48.25 icmp_seq=16 Destination Host Unreachable

    From 169.254.48.25 icmp_seq=17 Destination Host Unreachable


    A priori, le problème vient du fait qu'il veuille absolument
    m'attribuer une adresse
    du type  169.254.xx.xx sur l'interface enp6s0

    Quelques éléments :
    Voici  /etc/network/interfaces

    Voici /etc/network/interfaces


    auto lo

    iface lo inet loopback


    auto enp6s0

    iface enp6s0 inet manual


    auto enp17s0

    iface enp17s0 inet static

    address 192.168.1.14

    netmask 255.255.255.0

    gateway 192.168.1.254



    auto vmbr0

    iface vmbr0 inet static

    address 192.168.2.13/24 <http://192.168.2.13/24>

    bridge-ports enp6s0

    bridge-stp off

    bridge-fd 0


    ifconfig (au moment  ou le  reseau fonctionne)

    enp17s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500

    inet 192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0

    enp6s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC>  mtu 1500  inet6 fe80::12ff:e0ff:fe28:3c23  prefixlen 64  scopeid 0x20<link>


    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536

    inet 127.0.0.1 netmask 255.0.0.0

    vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500

    inet 192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0


    Ifconfig (quelques instants plus tard) :


    enp17s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500

    inet 192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0


    enp6s0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500

    inet 169.254.236.64 netmask 255.255.0.0 broadcast 169.254.255.255


    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536

    inet 127.0.0.1 netmask 255.0.0.0


    vmbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500

    inet 192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0



    Une idée ?

    Frédéric ZULIAN
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
    <p>Bonjour</p>
    <p>le problème doit être lié au routage, le fait que l'IP
    169.254.48.25 apparaisse doit casser la route par défaut. <br>
    </p>
    <p>#ip r ; lorsque tout est OK</p>
    <p>puis un second lorsque le réseau est en panne devrait pointer le
    problème.<br>
    </p>
    <div class="moz-cite-prefix">Le 03/11/2024 à 19:45, Frederic Zulian
    a écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:CAJejU9FDzM4FRisMK8ETxBuEUXwyoEPN1rLuDqXkySwyvHLdFQ@mail.gmail.com">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <div dir="ltr">
    <div>Bonjour,</div>
    <div><br>
    </div>
    <div>Sur un serveur Proxmox, le reseau fonctionne querlques
    instants puis plante.</div>
    <div>un systemctl restart networking le relance mais il replante
    quelques instants plus tard.</div>
    <div><br>
    </div>
    <div>On le voit dans ces resultats de pings : <br>
    </div>
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">ping
    8.8.8.8</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">PING
    8.8.8.8
    (8.8.8.8) 56(84) bytes of data.</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">64
    bytes from
    <a href="http://8.8.8.8" moz-do-not-send="true">8.8.8.8</a>:
    icmp_seq=1 ttl=115 time=8.73 ms</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">64
    bytes from
    <a href="http://8.8.8.8" moz-do-not-send="true">8.8.8.8</a>:
    icmp_seq=2 ttl=115 time=10.7 ms</p>
    ..............<br>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">From
    169.254.48.25
    icmp_seq=16 Destination Host Unreachable</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">From
    169.254.48.25
    icmp_seq=17 Destination Host Unreachable</p>
    </div>
    <div><br>
    </div>
    <div>A priori, le problème vient du fait qu'il veuille
    absolument m'attribuer une adresse </div>
    <div>du type  169.254.xx.xx sur l'interface enp6s0</div>
    <div><br>
    </div>
    <div>Quelques éléments :</div>
    <div>Voici  /etc/network/interfaces
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">Voici 
    /etc/network/interfaces </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    lo</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    lo inet
    loopback</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    enp6s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    enp6s0 inet
    manual</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    enp17s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    enp17s0 inet
    static</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">address
    192.168.1.14</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">netmask
    255.255.255.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">gateway
    192.168.1.254</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    vmbr0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    vmbr0 inet
    static</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    address
    <a href="http://192.168.2.13/24" moz-do-not-send="true">192.168.2.13/24</a></p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-ports
    enp6s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-stp
    off</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-fd 0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    </div>
    </div>
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">ifconfig
    (au moment  ou le  reseau fonctionne)<br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp17s0:
    flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt;
    mtu 1500</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp6s0:
    flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt;
     mtu 1500<br>
     inet6 fe80::12ff:e0ff:fe28:3c23  prefixlen 64  scopeid
    0x20&lt;link&gt;<br>
    </p>
    <br>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">lo:
    flags=73&lt;UP,LOOPBACK,RUNNING&gt; mtu 65536</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    127.0.0.1 netmask 255.0.0.0</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">vmbr0:
    flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt; mtu 1500</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">Ifconfig
    (quelques instants
    plus tard) :</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp17s0:
    flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt;
    mtu 1500</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp6s0:
    flags=-28669&lt;UP,BROADCAST,MULTICAST,DYNAMIC&gt; mtu 1500</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    169.254.236.64 netmask 255.255.0.0 broadcast 169.254.255.255</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">lo:
    flags=73&lt;UP,LOOPBACK,RUNNING&gt; mtu 65536</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    127.0.0.1 netmask 255.0.0.0</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">vmbr0:
    flags=4099&lt;UP,BROADCAST,MULTICAST&gt; mtu 1500</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0</p>
    <p
    style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    </div>
    <div><br>
    </div>
    <div>Une idée ?<br>
    </div>
    <div><br>
    </div>
    <div>
    <div dir="ltr" class="gmail_signature"
    data-smartmail="gmail_signature">
    <div dir="ltr">
    <div>
    <div dir="ltr">
    <div>Frédéric ZULIAN</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </blockquote>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NoSpam@21:1/5 to All on Mon Nov 4 22:40:02 2024
    This is a multi-part message in MIME format.
    Le problème n'est pas qu'il s'acharne à rajouter l'IP 169.254.27.175
    mais pourquoi la route par défaut est supprimée. Une solution malpropre serait de désactiver enp6s0 si l'interface ne sert à rien. Mais bon...malpropre

    Le 04/11/2024 à 22:25, Frederic Zulian a écrit :
    Voila, voila,

    ip r quand cela fonctionne  :
    default via 192.168.1.254 dev enp17s0 proto kernel onlink
    192.168.1.0/24 <http://192.168.1.0/24> dev enp17s0 proto kernel scope
    link src 192.168.1.14
    192.168.1.254 dev enp17s0 scope link
    192.168.2.0/24 <http://192.168.2.0/24> dev vmbr0 proto kernel scope
    link src 192.168.2.13

    ip r  quand celane  fonctionne  plus :
    169.254.0.0/16 <http://169.254.0.0/16> dev enp6s0 proto kernel scope
    link src 169.254.27.175
    192.168.1.0/24 <http://192.168.1.0/24> dev enp17s0 proto kernel scope
    link src 192.168.1.14
    192.168.1.254 dev enp17s0 scope link
    192.168.2.0/24 <http://192.168.2.0/24> dev vmbr0 proto kernel scope
    link src 192.168.2.13

    Mais pourquoi s'acharne t-il à  mettre  l'adresse 169.254.0.0/16 <http://169.254.0.0/16> sur enps0 ?
    Frédéric ZULIAN

    Le lun. 4 nov. 2024 à 09:46, NoSpam <no-spam@tootai.net> a écrit :

    Bonjour

    le problème doit être lié au routage, le fait que l'IP
    169.254.48.25 apparaisse doit casser la route par défaut.

    #ip r ; lorsque tout est OK

    puis un second lorsque le réseau est en panne devrait pointer le
    problème.

    Le 03/11/2024 à 19:45, Frederic Zulian a écrit :
    Bonjour,

    Sur un serveur Proxmox, le reseau fonctionne querlques instants
    puis plante.
    un systemctl restart networking le relance mais il replante
    quelques instants plus tard.

    On le voit dans ces resultats de pings :

    ping 8.8.8.8

    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=1 ttl=115
    time=8.73 ms

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=2 ttl=115
    time=10.7 ms

    ..............

    From 169.254.48.25 icmp_seq=16 Destination Host Unreachable

    From 169.254.48.25 icmp_seq=17 Destination Host Unreachable


    A priori, le problème vient du fait qu'il veuille absolument
    m'attribuer une adresse
    du type  169.254.xx.xx sur l'interface enp6s0

    Quelques éléments :
    Voici  /etc/network/interfaces

    Voici /etc/network/interfaces


    auto lo

    iface lo inet loopback


    auto enp6s0

    iface enp6s0 inet manual


    auto enp17s0

    iface enp17s0 inet static

    address 192.168.1.14

    netmask 255.255.255.0

    gateway 192.168.1.254



    auto vmbr0

    iface vmbr0 inet static

    address 192.168.2.13/24 <http://192.168.2.13/24>

    bridge-ports enp6s0

    bridge-stp off

    bridge-fd 0


    ifconfig (au moment  ou le  reseau fonctionne)

    enp17s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu
    1500

    inet 192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0

    enp6s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC>  mtu
    1500
     inet6 fe80::12ff:e0ff:fe28:3c23  prefixlen 64  scopeid 0x20<link>


    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536

    inet 127.0.0.1 netmask 255.0.0.0

    vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500

    inet 192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0


    Ifconfig (quelques instants plus tard) :


    enp17s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu
    1500

    inet 192.168.1.14 netmask 255.255.255.0 broadcast 0.0.0.0


    enp6s0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500

    inet 169.254.236.64 netmask 255.255.0.0 broadcast 169.254.255.255


    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536

    inet 127.0.0.1 netmask 255.0.0.0


    vmbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500

    inet 192.168.2.13 netmask 255.255.255.0 broadcast 0.0.0.0



    Une idée ?

    Frédéric ZULIAN

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
    <p>Le problème n'est pas qu'il s'acharne à rajouter l'IP
    169.254.27.175 mais pourquoi la route par défaut est supprimée.
    Une solution malpropre serait de désactiver enp6s0 si l'interface
    ne sert à rien. Mais bon...malpropre<br>
    </p>
    <div class="moz-cite-prefix">Le 04/11/2024 à 22:25, Frederic Zulian
    a écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:CAJejU9FwYJjk3tRxO8aZ1CoPo9gXLujEd6R1NH=ZeHh49WXYsw@mail.gmail.com">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <div dir="ltr">
    <div dir="ltr">
    <div>Voila, voila,</div>
    <div><br>
    <div>ip r quand cela fonctionne  :<br>
    </div>
    <div>default via 192.168.1.254 dev enp17s0 proto kernel
    onlink <br>
    <a href="http://192.168.1.0/24" target="_blank"
    moz-do-not-send="true">192.168.1.0/24</a> dev enp17s0
    proto kernel scope link src 192.168.1.14 <br>
    192.168.1.254 dev enp17s0 scope link <br>
    <a href="http://192.168.2.0/24" target="_blank"
    moz-do-not-send="true">192.168.2.0/24</a> dev vmbr0
    proto kernel scope link src 192.168.2.13</div>
    <div><br>
    </div>
    <div>
    <div>ip r  quand celane  fonctionne  plus :<br>
    </div>
    <div><a href="http://169.254.0.0/16" target="_blank"
    moz-do-not-send="true">169.254.0.0/16</a> dev enp6s0
    proto kernel scope link src 169.254.27.175 <br>
    <a href="http://192.168.1.0/24" target="_blank"
    moz-do-not-send="true">192.168.1.0/24</a> dev enp17s0
    proto kernel scope link src 192.168.1.14 <br>
    192.168.1.254 dev enp17s0 scope link <br>
    <a href="http://192.168.2.0/24" target="_blank"
    moz-do-not-send="true">192.168.2.0/24</a> dev vmbr0
    proto kernel scope link src 192.168.2.13 </div>
    </div>
    <div><br>
    </div>
    <div>Mais pourquoi s'acharne t-il à  mettre  l'adresse <a
    href="http://169.254.0.0/16" target="_blank"
    moz-do-not-send="true">169.254.0.0/16</a> sur enps0 ? </div>
    </div>
    <div>
    <div dir="ltr" class="gmail_signature">
    <div dir="ltr">
    <div>
    <div dir="ltr">
    <div>Frédéric ZULIAN<br>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <br>
    <div class="gmail_quote">
    <div dir="ltr" class="gmail_attr">Le lun. 4 nov. 2024 à 09:46,
    NoSpam &lt;<a href="mailto:no-spam@tootai.net"
    moz-do-not-send="true" class="moz-txt-link-freetext">no-spam@tootai.net</a>&gt;
    a écrit :<br>
    </div>
    <blockquote class="gmail_quote"
    style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
    <div>
    <p>Bonjour</p>
    <p>le problème doit être lié au routage, le fait que l'IP
    169.254.48.25 apparaisse doit casser la route par
    défaut. <br>
    </p>
    <p>#ip r ; lorsque tout est OK</p>
    <p>puis un second lorsque le réseau est en panne devrait
    pointer le problème.<br>
    </p>
    <div>Le 03/11/2024 à 19:45, Frederic Zulian a écrit :<br>
    </div>
    <blockquote type="cite">
    <div dir="ltr">
    <div>Bonjour,</div>
    <div><br>
    </div>
    <div>Sur un serveur Proxmox, le reseau fonctionne
    querlques instants puis plante.</div>
    <div>un systemctl restart networking le relance mais
    il replante quelques instants plus tard.</div>
    <div><br>
    </div>
    <div>On le voit dans ces resultats de pings : <br>
    </div>
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">ping
    8.8.8.8</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">PING
    8.8.8.8 (8.8.8.8) 56(84) bytes of data.</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">64
    bytes from <a href="http://8.8.8.8"
    target="_blank" moz-do-not-send="true">8.8.8.8</a>:
    icmp_seq=1 ttl=115 time=8.73 ms</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">64
    bytes from <a href="http://8.8.8.8"
    target="_blank" moz-do-not-send="true">8.8.8.8</a>:
    icmp_seq=2 ttl=115 time=10.7 ms</p>
    ..............<br>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">From
    169.254.48.25 icmp_seq=16 Destination Host
    Unreachable</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">From
    169.254.48.25 icmp_seq=17 Destination Host
    Unreachable</p>
    </div>
    <div><br>
    </div>
    <div>A priori, le problème vient du fait qu'il veuille
    absolument m'attribuer une adresse </div>
    <div>du type  169.254.xx.xx sur l'interface enp6s0</div>
    <div><br>
    </div>
    <div>Quelques éléments :</div>
    <div>Voici  /etc/network/interfaces
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">Voici 
    /etc/network/interfaces </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    lo</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    lo inet loopback</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    enp6s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    enp6s0 inet manual</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    enp17s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    enp17s0 inet static</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">address
    192.168.1.14</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">netmask
    255.255.255.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">gateway
    192.168.1.254</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">auto
    vmbr0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">iface
    vmbr0 inet static</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    address <a href="http://192.168.2.13/24"
    target="_blank" moz-do-not-send="true">192.168.2.13/24</a></p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-ports enp6s0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-stp off</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">
    bridge-fd 0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    </div>
    </div>
    <div>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">ifconfig
    (au moment  ou le  reseau fonctionne)<br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp17s0: flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt; mtu 1500</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.1.14 netmask 255.255.255.0 broadcast
    0.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp6s0: flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt;  mtu 1500<br>
     inet6 fe80::12ff:e0ff:fe28:3c23  prefixlen 64
     scopeid 0x20&lt;link&gt;<br>
    </p>
    <br>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">lo:
    flags=73&lt;UP,LOOPBACK,RUNNING&gt; mtu 65536</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    127.0.0.1 netmask 255.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">vmbr0:
    flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;
    mtu 1500</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.2.13 netmask 255.255.255.0 broadcast
    0.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">Ifconfig
    (quelques instants plus tard) :</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp17s0: flags=-28605&lt;UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC&gt; mtu 1500</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.1.14 netmask 255.255.255.0 broadcast
    0.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">enp6s0:
    flags=-28669&lt;UP,BROADCAST,MULTICAST,DYNAMIC&gt;
    mtu 1500</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    169.254.236.64 netmask 255.255.0.0 broadcast
    169.254.255.255</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">lo:
    flags=73&lt;UP,LOOPBACK,RUNNING&gt; mtu 65536</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    127.0.0.1 netmask 255.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent">vmbr0:
    flags=4099&lt;UP,BROADCAST,MULTICAST&gt; mtu 1500</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> inet
    192.168.2.13 netmask 255.255.255.0 broadcast
    0.0.0.0</p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"> </p>
    <p style="line-height:100%;margin-bottom:0in;background:transparent"><br>
    </p>
    </div>
    <div><br>
    </div>
    <div>Une idée ?<br>
    </div>
    <div><br>
    </div>
    <div>
    <div dir="ltr" class="gmail_signature">
    <div dir="ltr">
    <div>
    <div dir="ltr">
    <div>Frédéric ZULIAN</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </blockquote>
    </div>
    </blockquote>
    </div>
    </div>
    </blockquote>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Th.A.C@21:1/5 to All on Tue Nov 5 19:30:01 2024
    Le 03/11/2024 à 19:45, Frederic Zulian a écrit :
    Bonjour,

    Sur un serveur Proxmox, le reseau fonctionne querlques instants puis plante. un systemctl restart networking le relance mais il replante quelques
    instants plus tard.

    On le voit dans ces resultats de pings :

    ping 8.8.8.8

    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=1 ttl=115 time=8.73 ms

    64 bytes from 8.8.8.8 <http://8.8.8.8>: icmp_seq=2 ttl=115 time=10.7 ms

    ..............

    From 169.254.48.25 icmp_seq=16 Destination Host Unreachable

    From 169.254.48.25 icmp_seq=17 Destination Host Unreachable


    A priori, le problème vient du fait qu'il veuille absolument m'attribuer
    une adresse
    du type  169.254.xx.xx sur l'interface enp6s0

    Si pas d'adresse ip fixé ou dhcp, il prend une adresse apipa https://binaire-life.com/reseaux/dou-vient-ladresse-169-254-x-x/

    et comme tu n'as pas de passerelle sur cette interface, ca ne marche plus.

    Il faut regarder si tu peux désactiver ce comportement (affectation
    d'une adresse apipa), ou fixer une adresse, ou mettre en dhcp, ou...

    Tu peux peut-être aussi changer fixer l'interface par défaut sur une
    autre carte ? https://www.reddit.com/r/Proxmox/comments/r403wo/how_do_i_change_default_network_port_on_proxmox/?tl=fr

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)