Search results

  1. S

    [HOWTO] Install and Boot Proxmox VE on an iSCSI Target

    This problem has been resolved by two ways: 1. I leave only the value "auto eth3" (iscsi network) in /etc/network/interfaces and removed all values like "auto eth0" (external network). This interfaces will turn on after booting system. 2. I used the latest version of open-iscsi (2.0-873)...
  2. S

    [HOWTO] Install and Boot Proxmox VE on an iSCSI Target

    Only kernel version 2.6.32.-4 is working properly. This howto does not work with the kernel 2.6.32-14-pve I was trying to add a module iscsi_ibft to the /etc/initramfs-tools/modules But my system fails to boot with this screen The iscsi is connected at the beginning of booting , and I...
  3. S

    Kernel Bug: - shaping on veth -> shaping on bond

    My system: - proxmox-1.1 uname -a Linux vserver2 2.6.24-2-pve #1 SMP PREEMPT Wed Jan 14 11:32:49 CET 2009 x86_64 GNU/LinuxNetwork configuration: --------------------------- VE0 eth0 eth1 \ / /veth2003.0 - mailserver and other vmbr2-vlan123...
  4. S

    How to disable ipv6 in proxmox?

    IPV6="yes" turn off message: can't initialize ip6tables table `filter'
  5. S

    How to disable ipv6 in proxmox?

    message: can't initialize ip6tables table `filter' make ip6tables ip6tables -L ip6tables v1.4.2: can't initialize ip6tables table `filter': iptables who? (do you need to insmod?) Perhaps ip6tables or your kernel needs to be upgraded. iptables (ipv4) - OK iptables -L | head Chain INPUT (policy...
  6. S

    How to disable ipv6 in proxmox?

    My system VE0 eth0 eth1 \ / /veth2003.0 - mailserver and other vmbr2-vlan123 -bond0--vlan111--brdmz--veth2002.0 -server DNS in DMZ | / \ \veth2001.1 - apache+tomacat.... | (local)vlan5 vlan10...
  7. S

    How to disable ipv6 in proxmox?

    IPV6 today - additional problems. Later it may be....
  8. S

    How to disable ipv6 in proxmox?

    My vz.conf grep -i ipv6 /etc/vz/vz.conf ## Enable IPv6 IPV6="no" ## IPv6 ip6tables kernel moduleshttp://fips.at/how-to-disable-ipv6-in-debian.html My /etc/modprobe.d/aliases ##disable ipv6 #alias net-pf-10 ipv6 alias net-pf-10 off alias ivp6 off ##Unsuccessfully... ip a |grep inet6...