Search results

  1. C

    Proxmox and SeaBIOS additional parameters

    From memory this is roughly how I did it.. apt-get build-dep seabios apt-get source seabios cd to seabios source wget http://stuff.futile.net/seabios.patch patch src/acpi.c seabios.patch extract your SLIC tables to src/acpi-slic.hex xxd -i /sys/firmware/acpi/tables/SLIC | grep -v len | sed...
  2. C

    IPv6 for Host and virtual machines

    Your gateway is in a different subnet so you need a route to the gateway's network just as you would in ipv4 before you can add the default route. ip -6 ro add 2001:41d0:2:c4ff::/64 dev vmbr0 For your /etc/network/interfaces iface vmbr0 inet6 static address 2001:41d0:2:c46e::1 netmask 64...
  3. C

    IPv6 for Host and virtual machines

    You could try: ip -6 ro add ::/0 via 2001:41D0:2:C4FF:FF:FF:FF:FF dev vmbr0
  4. C

    IPv6 for Host and virtual machines

    Default route is using eth0, try.. ip -6 ro del ::/0 dev eth0 ip -6 ro add ::/0 dev vmbr0
  5. C

    IPv6 for Host and virtual machines

    I use radvd on my gateway to deploy ipv6, the ipv6 address is bound to the vmbr0 interface. So add 2001:41D0:2:C46e::1/64 to vmbr0 Configure the ipv6 default route ip route add ::/0 dev vmbr0 Maybe also enable forwarding echo 1 >| /proc/sys/net/ipv6/conf/all/forwarding
  6. C

    IPv6 for Host and virtual machines

    You probably want to change this... iface eth0 inet6 static address fe80::225:90ff:fe22:423e netmask 64
  7. C

    iSCSI Performance tests

    Yes you can keep adding NICs till you max out the SAN, in the past I've used quad port pci-e gigabit cards with good results.
  8. C

    iSCSI Performance tests

    You can use iproute to make traffic use the second NIC, I think this will help you http://pontus.ullgren.com/view/Multiple_interfaces_on_the_same_subnet

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!