Quantcast
Channel: Proxmox Support Forum
Viewing all 171654 articles
Browse latest View live

Proxmox vps container connection problems

$
0
0
I have Proxmox on my node server which have ip:5.189.190.* and I created openvz container on an ip : 213.136.87.* and installed centos 6 on it
The problem: Cann't connect to container ssh directly Can't open apache server centos welcome page When I enter container from the node can't ping any sites or wget any url but I can connect 127.0.0.1 and the main node ip
My Configuration: container /etc/resolv.conf
Code:

nameserver 8.8.8.8
nameserver 8.8.4.4

container /etc/sysconfig/network-scripts/ifcfg-venet0
Code:

DEVICE=venet0
BOOTPROTO=static
ONBOOT=yes
IPADDR=213.136.87.*
NETMASK=255.255.255.0
BROADCAST=213.136.87.*
IPV6INIT="yes"

container /etc/sysconfig/network-scripts/ifcfg-venet0
Code:

DEVICE=venet0:0
ONBOOT=yes
IPADDR=213.136.87.*
NETMASK=255.255.255.0

node /etc/network/interfaces
Code:

# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
        address  5.189.190.*
        netmask  255.255.255.0
        gateway  5.189.190.*
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

node /etc/resolv.conf having DC nameservers correctly
container ping result:
Code:

# ping google.com -c 3
ping: unknown host google.com

container traceroute result:
Code:

# traceroute google.com
google.com: Temporary failure in name resolution
Cannot handle "host" cmdline arg `google.com' on position 1 (argc 1)

node ping result:
Code:

# ping google.com -c 3
PING google.com (74.125.29.139) 56(84) bytes of data.
64 bytes from qg-in-f139.1e100.net (74.125.29.139): icmp_req=1 ttl=41 time=110 ms
64 bytes from qg-in-f139.1e100.net (74.125.29.139): icmp_req=2 ttl=41 time=110 ms
64 bytes from qg-in-f139.1e100.net (74.125.29.139): icmp_req=3 ttl=41 time=110 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 110.450/110.462/110.474/0.383 ms

node traceroute result:
Code:

# traceroute google.com
traceroute to google.com (74.125.29.139), 30 hops max, 60 byte packets
 1  ip-1-90-136-213.static.contabo.net (213.136.90.1)  0.506 ms  0.517 ms  0.513 ms
 2  ffm-b11-link.telia.net (62.115.36.237)  0.493 ms  0.491 ms  0.484 ms
 3  hbg-b1-link.telia.net (62.115.139.164)  15.379 ms  15.393 ms  15.384 ms
 4  hbg-bb4-link.telia.net (213.155.135.88)  16.048 ms hbg-bb4-link.telia.net (213.155.135.86)  15.419 ms hbg-bb4-link.telia.net (213.155.135.84)  15.456 ms
 5  nyk-bb1-link.telia.net (80.91.247.127)  96.568 ms nyk-bb2-link.telia.net (80.91.247.123)  107.638 ms nyk-bb1-link.telia.net (80.91.247.129)  96.582 ms
 6  nyk-b6-link.telia.net (213.155.130.251)  105.478 ms  105.470 ms nyk-b6-link.telia.net (80.91.254.32)  101.005 ms
 7  google-ic-303645-nyk-b6.c.telia.net (213.248.78.250)  101.235 ms  105.746 ms  105.719 ms
 8  209.85.248.242 (209.85.248.242)  101.694 ms  106.213 ms  106.250 ms
 9  209.85.249.212 (209.85.249.212)  101.225 ms 209.85.246.4 (209.85.246.4)  101.597 ms 209.85.252.242 (209.85.252.242)  101.179 ms
10  209.85.249.11 (209.85.249.11)  102.247 ms  112.917 ms 72.14.239.93 (72.14.239.93)  97.931 ms
11  64.233.174.9 (64.233.174.9)  104.733 ms 66.249.95.229 (66.249.95.229)  109.232 ms 66.249.95.231 (66.249.95.231)  106.086 ms
12  72.14.234.53 (72.14.234.53)  106.179 ms 72.14.238.73 (72.14.238.73)  110.471 ms 72.14.234.53 (72.14.234.53)  106.170 ms
13  * * *
14  qg-in-f139.1e100.net (74.125.29.139)  110.479 ms  110.656 ms  106.154 ms

Any ideas will be welcomed
Thanks

Novnc not working for me

$
0
0
Hello

As the title says, novnc is not working for me.
I get:
"noVNC ready: native WebSockets, canvas rendering" then after a view seconds: "Server disconnected (code 1006)"


I tried with latest chrome stable and Firefox under Linux and Windows.

Any suggestions what could be wrong? Do i need to open additional ports in the firewall? Port 8006,5900,3128 are open, vnc and spice works fine.

No control panel for clients?

$
0
0
I have recently ordered a vps from a provider. Normally I get an email with my credentials and a link to manage my vps, but this time i got an email with just an ip and my root credentials. i asked them if I do not get a control panel to manage my VPS and they said Proxmox does not has such a future for clients.

Now I need to reinstall my VPS, but the support is very slow. I am already waiting for 36 hours now and still no reinstall from their side.

Is it true we do not get a client panel to control the vps?

Live Storage Migration Speed

$
0
0
What is the limiting factor(s) when performing storage migration on a running VM?

When performing storage migration (NFS => NFS backends), we see a 750Mbit/s average transfer speed when doing storage migration on a VM that is switched off. On a running VM we see 300Mbit/s average on the same configuration. The best I have ever been able to achieve on a live storage migration is 450Mbit/s but I can't repeat that, and it wasn't sustained anyway. I have tried this on PVE v3.0, 3.1, and now 3.3 with very little variation in the results. There is negligible other storage network activity for the whole time of the migration (~20Mbit/s), so it's not interference from another network device.

Since I have verified that this is not a hardware limitation, I would like to know what it is about a running VM that is the bottleneck so I can tune the speed of live storage migration.

Please help Want to downgrade proxmox kernel 3.10 to 2.6.32

$
0
0
Hello, today I have installed proxmox with kernel 3.10 now I am unable to make openvz containers so can any body help me how to downgrade to kernel 2.6.32?

waiting for reply.

upload iso but not display in local-content

$
0
0
Dear ,


i upload a new ISO in proxmox directory /var/lib/vz/template/iso new file upload success and displaying in /var/lib/vz/template/iso in console.

but file not display in GUI LOCAL-Content please guide me on this if there need extra command for active the iso that you show in gui and work.

fencing via fence_node using ipmi not working

$
0
0
Hi there,

fence_node using fence_ipmilan is not working, alway returns status failed.
This is the latest pve-version, there was something mentioned in the changelog, but nothing to specific
pveversion
pve-manager/3.3-1/a06c9f73 (running kernel: 2.6.32-32-pve)

fence_tool ls
fence domain
member count 2
victim count 0
victim now 0
master nodeid 1
wait state none
members 1 2

ipmitool is working
ipmitool -I lanplus -H '172.24.10.91' -U 'papagena' -P ' ' -v chassis power status Chassis
Power is on

fence_ipmilan is working as expected, using a script for the password
fence_ipmilan -a 172.24.10.92 -l papagena -S /usr/local/bin/FOSubnetPW.php --action=status
Status: ON
Although the password script is written in php, it is in fact a CLI, it could have been named "FOSubnetPW.sh" as well

fence_node -S paymox-02 -vv
status paymox-02 dev 0.0 agent fence_ipmilan result: status error
agent args: nodename=paymox-02 action=status agent=fence_ipmilan lanplus=1 ipaddr=172.24.10.92 login=papagena passwd_script=/usr/local/bin/FOSubnetPW.php power_wait=10
status paymox-02 failed -1
or if we try to reboot the node:
fence_node paymox-02 -vv
fence paymox-02 dev 0.0 agent fence_ipmilan result: error from agent agent args: nodename=paymox-02 agent=fence_ipmilan lanplus=1 ipaddr=172.24.10.92
login=papagena passwd_script=/usr/local/bin/FOSubnetPW.php power_wait=10 fence paymox-02 failed

Actually, I tried without my fancy password scirpt, did not work either. Any ideas, howto get fencing up and running?

noVNC: copy paste not works

$
0
0
We have upgrade more than 20 servers to Proxmox 3.3.x and noVNC runing very well but ... the Copy Paste icon appear shortly then disappear, copy paste not working as well. Any thought?

omnios + napp-it for zfs questions

$
0
0
Hello,
I'm attempting to set up Comstar to use for kvm's .

omnios + napp-it are already working.

I've 4 1-TB disks set to raidz .

I'm looking for help on the correct way to set up Comstar to use with PVE.

My guess is to do the following from Comstar menu in napp-it :

1- create a volume .
Is just one large volume needed or one per kvm?
should ' thin provision ' be set ?

2- do logical units and targets need to be created?

Ubuntu installation doesn't work

$
0
0
Hello,

I am trying to install Ubuntu 14.04 to a VM, but booting from it doesn't work. The installation works well and without errors.

Once I started the VM, I get the following error from GRUB.

Quote:

error: invalid arch-independent ELF magic.
I am using latest version of Proxmox, Debian and I have Kernel version 3.10.

Any ideas?

Greetings Hannobal

Access to PVE Web Interface from KVM VMs

$
0
0
Running Proxmox 3.3, my Virtual Machines cannot access the web interface, with a page not found error in Internet Explorer. They can ping the host just no web interface. The web interface is accessible from machines on the network away from Proxmox. Firewall is not enabled on any of the machines.

Any ideas? I'm trying to access via IP address, so don't think this is a DNS issue. The VMs can access other resources on the local network via the browser, just seemingly not PVE.

Thanks,

James

IPv6 and IPv4 at the same time

$
0
0
Hi all,

we have 2 network cards and use IPv4 + IPv6 an eth0 via vmbr0 and on eth0 with vmbr1 our intranet. But on start we get following error message:

Code:

Waiting for vmbr0 to get ready (MAXWAIT is 2 seconds).
RTNETLINK answers: No route to host
Failed to bring up vmbr0.
Waiting for vmbr1 to get ready (MAXWAIT is 2 seconds).
done.

IPv4 + IPv6 works fine. But, how we can fix this error message? Any Ideas?

thanks and best regards

Micro PC Proxmox VE build.

$
0
0
Hi

I have been trying to install Proxmox 3.1 and 3.3 on what I class as a "Micro Pc"
First with a Mac Mini (not out of choice) - which didn't end well
Second with a GigaByte Brix i7H-4500U - Which is currently being return after I nearly chuck it across the room.

I am considering a an Intel NUC now but I don't like the spec for them.

I wanted to see if anyone has had any success with using a Micro PC and if so what model and specs?

Thanks!

restarted nfs - web frontend stopped working

$
0
0
Hi,
I have currently three node cluster, one node on 3.3 and two on 3.2.
It was running without any problem but today I had to restart one nfs server.
I received some error logs about vanished connections and servers stopped to "see" each other on the web page.
I experienced this few months ago but it was solved by turning on nfs server again and restarting pvedaemon, pveproxy and pvestatd.
Not this time. I get no messages in syslog or anywhere else.
All shared storage are available on all nodes but other nodes are marked red on each other web frontend.
Directory /etc/pve is mounted and pvecm nodes or status shows correct values. Problem is just with the UI.

Thanks a lot for your help

Crontab not working

$
0
0
I have
Code:

# pveversion -vproxmox-ve-2.6.32: 3.2-126 (running kernel: 2.6.32-29-pve)
pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
pve-kernel-2.6.32-27-pve: 2.6.32-121
pve-kernel-2.6.32-28-pve: 2.6.32-124
pve-kernel-2.6.32-29-pve: 2.6.32-126
pve-kernel-2.6.32-26-pve: 2.6.32-114
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-16
pve-firmware: 1.1-3
libpve-common-perl: 3.0-18
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1

I ran
crontab -e
Code:

# m h  dom mon dow  command
  0 12 * * * qm rollback 118 default
  5 0 * * * qm rollback 118 default

The rollback never happens.
It works perfectly from commandline

How to migrate an 1.7 VM to a new server running proxmox 3.x

$
0
0
Hi,
I have a running 1.7 proxmox server with 2 VM and I wish to migrate to a new 3.x proxmox server.
The first VM runs a Centos + Parallel Plesk so I have no problem to migrate it using the plesk import sites functionality, the second one runs UBUNTU with a radius server. I am planning to migrate it using the proxmox backup-restore.

The question is: could I restore on a 3.x proxmox server a VZdump backup done by a 1.7 proxmox server?
I cannot stop the service for more than 10-15 minutes
everyone have any tips?

thx

Bridged Firewall / Nating with new Proxmox Firewall

$
0
0
Hi to all Proxmox fans!

I want to migrate my iptables-persistent firewall to the new Proxmox firewall and I have several
problems.

I have 5 public IPs on the host with one NIC.
All with /32 network.
The Public_IP_1 is Proxmox host itself.
I have 5 VMs. One is nated behind Public_IP_1.
Nated_IP is 10.10.10.1.
Here are the nated rules:
*nat
:PREROUTING ACCEPT [1243:60803]
:POSTROUTING ACCEPT [705:46567]
:OUTPUT ACCEPT [668:44567]
-A PREROUTING -d Public_IP_1 -p tcp -m tcp --dport 2121 -j DNAT --to-destination 10.10.10.1:22
-A PREROUTING -d Public_IP_1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 10.10.10.1:80
-A PREROUTING -d Public_IP_1 -p tcp -m tcp --dport 443 -j DNAT --to-destination 10.10.10.1:443
-A PREROUTING -d Public_IP_1 -p tcp -m tcp --dport 8000 -j DNAT --to-destination 10.10.10.1:443
-A POSTROUTING -s 10.10.10.0/24 -o vmbr0 -j SNAT --to-source Public_IP_1
COMMIT
I can not see how to manage that with the Proxmox firewall.

Second problem is related to bridge firewalling.
To use iptables for that I enabled net.bridge.bridge-nf-call-iptables = 1.
For that I need the FORWARD table.
Here is an example:
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT DROP [0:0]
:LOGGING - [0:0]
-A FORWARD -p tcp -m physdev --physdev-in tap+ ! --syn -m state --state NEW -j DROP
-A FORWARD -p tcp -m physdev --physdev-in tap+ -m state --state NEW,ESTABLISHED -j ACCEPT
-A FORWARD -p udp -m physdev --physdev-in tap+ -m state --state NEW,ESTABLISHED -j ACCEPT
-A FORWARD -p icmp -m physdev --physdev-in tap+ -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
-A FORWARD -p tcp -m physdev --physdev-in eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
-A FORWARD -p udp -m physdev --physdev-in eth0 -m state --state ESTABLISHED -j ACCEPT
-A FORWARD -p icmp -m physdev --physdev-in eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
-A FORWARD -p icmp --icmp-type 0 -j ACCEPT
-A FORWARD -p icmp --icmp-type 8 -j ACCEPT
-A FORWARD -p tcp -d Public_IP_2 --dport 80 -j ACCEPT
-A FORWARD -p tcp -d Public_IP_2 --dport 443 -j ACCEPT
and so on.
In the Proxmox Firewall there is no FORWARD table.
Is this possible somehow?

Best regards

HPN-SSH on proxmox (faster storage/computer migration?)

$
0
0
Given that Proxmox performs live/storage migration over SSH I think this would be pretty significant

http://www.psc.edu/index.php/hpn-ssh

Any chance of a deb file for a compile using this patch? Our cluster is linked over 10gbe so getting 50-100 MBytes/sec for something like live migration was previously confusing.

Thanks!

[SOLVED] OpenSuse 13.2 (factory) with virt-viewer 1.0-1.1 failure.

$
0
0
Hi,

I can't connect to spice console with virt-viewer 1.0-1.1 on OpenSuse 13.2 (factory). virt-viewer gives this error: Unable to connect to libvirt with URI [none]

Any ideas?

Edit: It seems I need to open the config file with remote-viewer not vith virt-viewer.

No Email Notification if Backup fails?

$
0
0
Hi,

i've setup my proxmox to backup to a nfs target every night. I receive mails when the backup is finished, that's great.
Yesterday a switch failed and the proxmox system could not access the nfs anymore. I would assume to get a email from proxmox that it was not possible to perform the backup. But instead nothing happened.

The logs do not even hint at the failure. There is a log entry in proxmox for 22.09.2014 4:00 with the last successful backup and then nothing more.

What I would love to see:
* get a email that it was not possible to perform the backup
* get a log entry that it was not possible to perform the backup

Regards
Viewing all 171654 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>