Perfect: didi you produce an installer with the kernel? Or better, do you have a link for downloading it?
My e-mail is diaolin AT diaolin DOT com
Tx, Diaolin
My suggestion on /usr/share/pve-manager/ext4/pvemanagerlib.js
In this case I could mantain the actual naming convention or use my idea:
vmbr0 old method
vmbr0lan my method
vmbr1 -> vmbr1net
vmbr2 -> vmbr2dmz
and bond in the same mode
I use the addition of the hint to the bridge/bond...
Is it possible to add a hint to each node interface like
vmbr0 (dmz)
vmbr1 (net)
vmbr2 (local)
just to intercept correctly (when adding a new machine) the correct interface to join machine to???
I know that this is not in the code and i can write it myself... and send the patch, obviously...
a bridge is a simple, SIMPLE, hub
if the two vm can see the bridge indipendently from the lan position
right or left inside hypervisor or outside no problem:
ONLY ON THE SAME BRIDGE
Just use xinetd
apt-get install xinetd
touch /etc/xinetd.d/pve
vi pve
########################
service https
{
socket_type = stream
wait = no
disable = no
user = root
redirect =...
All machine have a small Notes where i can insert informations about machine itself
Is it possible to have sucha a small Notes even on each node????
Tx anyway, DIaolin
You have the public addresses on eth0 (all public addresses)
and create a simple vmbr0 withouth interfaces associated to it
like this
auto eth0
iface eth0 inet static
address myplublicaddress
netmask mynetmask
gateway mygateway
up "ip address add mysecondaddress dev eth0...
Ok: then the question is:
if a server fails to run a copy (and the server itself should know how to determine that the running machine is not OK)
it should restore immediately from an up-to-date copy...
And who says that the latest up-o-date is OK?
I think that this should be made only...
Just a simple question:
anyone tested openvswitch on Proxmox?
Or, better, is it in the future of Proxmox or do you have any other solution for
a virtual switch?
I'm testing 3.x rc1 and i think it's a good solution
(testing on my own lan as stable server)
Tx, Diaolin
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.