Search results

  1. J

    Monitor proxmox node

    How to use apt-get install if server does not have connections to Internet?
  2. J

    Vlan

    We solve the issue. It's config on vlan cisco switch.
  3. J

    Pve Ceph Issue

    Hi, I have setup 3 ceph node and 3 monitor. Each node on separate server. We encounter some error. We suspect this is bug. Refer attach file. Ceph osd10 is our current setup that not use proxmox. Pve-ceph is we setup using proxmox. From picture use can see the osd listed. It's suppose to list...
  4. J

    Monitor proxmox node

    From tutorial need to enable check-mk service. But it's listed in systemctl.
  5. J

    Monitor proxmox node

    Hi, We have monitoring system (Check_MK). Is it possible to install agent? Our node don't have access to outside/internet. Please advice. Thanks.
  6. J

    Vlan

    Vlan involve because current setup have vlan on cisco 3560. Vlan is set as active backup. That why i want to put vlan.
  7. J

    Network card not detect

    Hi, I have two network interface card. Each card has 4 port 1Gb. One the card not showing ethX in CLi. How to detect it? Is it need to add manually in /etc/network/interface ? Now when issue command ip addr, it show until eth9. Do i need to add eth10 and so on? Thanks.
  8. J

    Vlan

    Is this correct way: auto bond0 iface bond0 inet manual slaves eth0 eth1 bond_miimon 100 bond_mode 4 auto bond0.100 iface bond0.200 inet manual vlan-raw-device bond0 auto bond0.200 iface bond0.200 inet manual vlan-raw-device bond0 auto vmbr1 iface vmbr1...
  9. J

    Vlan

    Let me explain to you. On current setup each VM's connect to two vlan. Each vlan has lacp. VM's will to two nic on stackable cisco. If one nic the other will take over. Each VM's will assign with static ip, no dhcp. So i want two nic (eg, eth1 and eth2) will put on bonding with lacp mode...
  10. J

    Vlan

    I want to make bridge from bonding and vlan. I tried yesterday but error.
  11. J

    Vlan

    How about this: auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual iface eth1.280 inet manual vlan-raw-device eth1 iface eth1.290 inet manual vlan-raw-device eth1 iface eth0.280 inet manual vlan-raw-device eth0 iface eth0.290 inet manual vlan-raw-device...
  12. J

    Vlan

    Hi, Can i create bridge using vlan as follow: auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual iface eth0.280 inet manual vlan-raw-device eth0 iface eth1.290 inet manual vlan-raw-device eth1 auto vmbr1 iface vmbr1 inet manual iface vmbr1 inet manual...
  13. J

    Proxmox network

    I want to use vlan as current Kvm setup, we put vlan in bonding. Maybe debian base on same as redhat. If i put ethX in vlan, I cannot use lacp right?
  14. J

    Proxmox network

    We trying to add vlan into bonding and bridge. First i do bonding, after that i put vlan id in bonding and set bridge. Bridge using 1 bonding vlan is no problem. But when i put bridge_ports bond1.280 bond1.290, restart network will failed. But If bond1.280 restart network will success.
  15. J

    Proxmox management

    If i already setup on node3, can i reconfigure it to access web gui from node1? Or i can access all 3 node web gui proxmox?
  16. J

    Proxmox management

    Hi, Detail: node1: 10.10.1.10 node2: 10.10.1.20 node3: 10.10.1.30 Each of node install with proxmox 4.4. When access 10.10.1.10, the others node proxmox gui is accessible. Is it normal? It's not sync or what? Please advice. Thanks.
  17. J

    Proxmox network

    I have 2 vlan that already set on cisco 3560. Both vlan is for VM's public ip. From current kvm, for VM's guest we set bonding. What i mean quad nic is a single network card has 4 port. So this port we make bonding 802.3ad. We dont want to do nat from VM's guest. We plan to use bridge and vlan...
  18. J

    Proxmox network

    Anyone can clarify this?
  19. J

    Proxmox network

    Can i set up as below?: # network interface settings auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface eth2 inet manual auto bond0 iface bond0 inet manual slaves eth1 eth2 bond_miimon 100 bond_mode 4 auto bond0.100 iface bond0.100...