bridge-xen
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| bridge-xen [2015/08/11 19:00] – [Bridge lanbr0] pascal | bridge-xen [2023/07/04 10:55] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| | [dom0] | | [dom0] | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| Ligne 46: | Ligne 46: | ||
| </ | </ | ||
| == Créer l' | == Créer l' | ||
| - | Fichier / | + | Fichier / |
| < | < | ||
| # Interfaces fictives pour le bridge | # Interfaces fictives pour le bridge | ||
| iface dummy0 inet manual | iface dummy0 inet manual | ||
| </ | </ | ||
| - | L' | + | L' |
| ===== Bridge lan0 ===== | ===== Bridge lan0 ===== | ||
| == Créer l' | == Créer l' | ||
| Ligne 62: | Ligne 62: | ||
| iface lan0 inet static | iface lan0 inet static | ||
| address 10.1.1.254 | address 10.1.1.254 | ||
| - | netmask 255.255.0.0 | + | netmask 255.255.255.0 |
| network 10.1.0.0 | network 10.1.0.0 | ||
| - | broadcast 10.1.255.255 | + | broadcast 10.1.1.255 |
| bridge_ports dummy0 | bridge_ports dummy0 | ||
| bridge_maxwait 5 | bridge_maxwait 5 | ||
| Ligne 72: | Ligne 72: | ||
| pre-down /sbin/ip route del 1.2.3.4 via 10.1.1.254 | pre-down /sbin/ip route del 1.2.3.4 via 10.1.1.254 | ||
| </ | </ | ||
| - | | + | == Lancer le bridge == |
| + | Le bridge démarre automatiquement, | ||
| + | < | ||
| + | # ifup lan0 | ||
| + | |||
| + | Waiting for lan0 to get ready (MAXWAIT is 5 seconds). | ||
| + | # | ||
| + | </ | ||
| + | == Contrôler le fonctionnement == | ||
| + | < | ||
| + | # ifconfig lan0 | ||
| + | lan0 Link encap: | ||
| + | inet adr: | ||
| + | adr inet6: fe80:: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:45 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:6808 (6.6 KiB) | ||
| + | |||
| + | # | ||
| + | </ | ||
| + | < | ||
| + | # ping 10.1.1.254 | ||
| + | PING 10.1.1.254 (10.1.1.254) 56(84) bytes of data. | ||
| + | 64 bytes from 10.1.1.254: icmp_seq=1 ttl=64 time=0.026 ms | ||
| + | 64 bytes from 10.1.1.254: icmp_seq=2 ttl=64 time=0.028 ms | ||
| + | 64 bytes from 10.1.1.254: icmp_seq=3 ttl=64 time=0.027 ms | ||
| + | 64 bytes from 10.1.1.254: icmp_seq=4 ttl=64 time=0.031 ms | ||
| + | ^C | ||
| + | --- 10.1.1.254 ping statistics --- | ||
| + | 4 packets transmitted, | ||
| + | rtt min/ | ||
| + | # | ||
| + | </ | ||
| + | ===== Déclarer le bridge pour xen ===== | ||
| + | Dans le fichier / | ||
| + | < | ||
| + | ... | ||
| + | # default bridge device to use with vif-bridge hotplug scripts | ||
| + | vif.default.bridge=" | ||
| + | ... | ||
| + | </ | ||
| + | ===== Remarques ===== | ||
| + | Le paquet bridge-utils est installé en même temps que le paquet xen-system | ||
bridge-xen.1439319616.txt.gz · Dernière modification : 2023/07/04 10:55 (modification externe)