Ez így jó!
Nem itt van a gond.


2017. 05. 11. 10:10 keltezéssel, Molnar Peter írta:
Hello!
Azt nem irtam, hogy a proxmox 3.4-es verzioja van, s nem az openswitch-el konfigoltam. A bonding jo, mert mar 2 eve megy igy, masreszt akkor mas virtualis gepekkel is gond lenne a proxmox-on belul.
 >A proxmoxról el tudod küldeni a /etc/network/interfaces fájlt?
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

auto bond0
iface bond0 inet manual
    slaves eth0 eth3
    bond_miimon 100
    bond_mode 802.3ad

auto vmbr1
iface vmbr1 inet manual
    bridge_ports eth1
    bridge_stp off
    bridge_fd 0

auto vmbr2
iface vmbr2 inet manual
    bridge_ports eth2
    bridge_stp off
    bridge_fd 0

auto vmbr0
iface vmbr0 inet static
    address  10.1.1.24
    netmask  255.0.0.0
    gateway  10.1.1.254
    bridge_ports bond0
    bridge_stp off
    bridge_fd 0





_______________________________________________
Techinfo mailing list
[email protected]
Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo
Illemtan: http://www.szag.hu/illemtan.html
Ügyfélszolgálat FAQ: http://sulinet.niif.hu/

_______________________________________________
Techinfo mailing list
[email protected]
Fel- és leiratkozás: http://lista.sulinet.hu/mailman/listinfo/techinfo
Illemtan: http://www.szag.hu/illemtan.html
Ügyfélszolgálat FAQ: http://sulinet.niif.hu/

válasz