I'm just guessing here, but seems logical if DHCP will allow incoming DHCP packets on the VM to act it as a DHCP server. This seems useful to protect from a "rogue" (unwanted) DHCP server breaking your network.
And the MAC Filter sounds to add rules to block any martian sources from VM, i.e...
Oh, I thought you are trying to setup it as 10Gbps based on topic. Yes, it should support 1Gbit though. Didn't you did 'ifconfig eth2 up'? Because most of the cards drivers don't "wake up" and doesn't use the link if the interface is disabled. You should try to configure an IP on it and try a...
It's definitely your router (pfSense) problem. Configure it properly. It doesn't matters if you use pfSense or any other router oriented distro. You just have to configure it properly and understand routing/bridging network basis.
I've similar setup, with vmbr2 without any physical NICs...
Its definitely not a proxmox specific problem.
First, check your cabling. 10GBase-T specifies it should be at least Cat.6 cable with a maximum distance of 100m on Cat 6A (better than just Cat.6) cable.
Second, do you have 10Gb green light on card? Because ethtool tells the link is negotiated at...
Hello.
I've been running 2-node cluster. It was configured to work by default on vmbr0 interface, which had whole LAN subnet 192.168.9.0/24 behind. Lately I've added a new faster NIC attached to vmbr2 and re-configured cluster to work through it, with the dedicated VLAN 192.168.248.0/30 subnet...
Hello.
I'm running a 2-node cluster config with the latest PVE. Basic configuration uses eth0 as default iface for everything.
I have another NIC (eth1) on different subnetwork (and physically different network) on both nodes. I want both nodes to be accessible via web&ssh on eth0 IP, but...
Thanks for your reply.
In case of double DRBD partitions with primary/secondary configuration, will work with Proxmox HA management? I mean if NodeA with its primary DRBD partition will go down, will Proxmox cluster will be able to recover this on NodeB (i.e. switching DRBD to secondary/primary...
Hello.
I have two 3.2 Proxmox nodes and I want to setup a HA cluster with them. Both nodes got a dedicated 10Gbps NICs for this purpose. Both nodes run both KVM and OpenVZ CTs. CTs mostly. Currently a local storage is used and no SAN are planned. I want to setup a HA for those. I've read those...
Just for the record, I've encountered this issue with Supermicro 6027R-3RF4+ platform (Intel C606 controller) with 4xSATA drives in plain AHCI mode (no fakeraid from C606 enabled).
Yes and I've forgot to mention I've worked around my issue by adding rootdelay=10 to my kernel cmdline.
Basically it just adds a delay (10s value works for me by testing) before trying to do mounts, so that devices could be initialized properly.
Seems like your solution for SCSI are better. If I...
Don't want to create a new thread about the same test kernel, so I post here.
I've tried to play with 3.10 kernel from current pvetest repo. I want to test nested kvm-intel feature. But it fails to boot falling back to emergency initramfs console.
It can't find pve-data volume, and I can see...
Solved the issue myself. Not proxmox related, but probably would be helpful to someone. I've fixed it by installing policycoreutils package (and all deps) in CT. It was based off on the centos-6 template from openvz.org, and did not had this package installed by default. I've noticed that while...
No, I don't. Because I have ACCEPT default policy for FORWARD table.
And "-R POSTROUTING 1" should be interpreted as "-A POSTROUTING", it just the first and only rule in whole iptables.
I have a proxmox 1.9 on a HN with 2 physical NICs. One container is setup (CT). Both NICs are bridged via own vmbr0 and vmbr1. Veth from CT are also attached to these bridges. So I'm having 2 veth devices inside a CT. CT eth0->veth101.0->HN physical eth0, CT eth1->veth101.1->HN physical eth1...
I'm using Proxmox 1.9 distro for my needs. By default it's web interface doesn't allows to mix network types for one CT. But I wanted to setup a mixed network within one CT.
My HN has 2 physical interfaces. So I've created a CT with veth interface bridged with eth0 via vmbr0 bridge. Then I've...
I've fixed the issue by changing the TTL and compiling latest kernel module for my NIC (e1000e.ko) from sourceforge sources. Don't sure which of these solved the problem, but it seems to be working now.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.