Search results

  1. K

    how to Add another Subnet with different gateway in proxmox VE

    Got it to work. Had to change venet to veth. Thanks
  2. K

    Just an Idea - Is it possible???

    Just an Idea - Is it possible??? Proxmox on a 32 bit os!!! Proxmox is extremely versatile product. The web interface is very user friendly. With all the packages like vzdump etc it is extremely powerful when compared to any commercial product out there. Creating, backing up of VEs, using the...
  3. K

    how to Add another Subnet with different gateway in proxmox VE

    I have used Virtual network while creating the VE. The VE is Centos 5.2. Is there a way to solve the problem? The file /var/lib/vz/private/100/etc/sysconfig/network-scripts/ifcfg-venet0:0 Has these lines DEVICE=venet0:0 ONBOOT=yes IPADDR=192.168.1.188 NETMASK=255.255.255.255 I added the...
  4. K

    how to Add another Subnet with different gateway in proxmox VE

    Any help will be highly appreciated. Thanks in advance.
  5. K

    how to Add another Subnet with different gateway in proxmox VE

    First of all I dont have VLAN setup. I however have two local subnets. The main subnet is 192.168.1.0 (gateway 192.168.1.1 --> T1 line) where all the servers and desktops are connected through the main switch. Then I have another subnet 192.168.45.0 (Gateway 192.168.45.1 -->DSL line) for testing...
  6. K

    Additional IPs on Different Subnet to Host VPS Not Working

    Hi RenatoMN, I made the change as per your suggestion. NEIGHBOUR_DEVS=all But does not work. First of all I dont have VLAN setup. I however have two local subnets. The main subnet is 192.168.1.0 (gateway 192.168.1.1 --> T1 line) where all the servers and desktops are connected through the main...
  7. K

    proxmox smoothwall 2 nic

    Thanks BitRausch, Now I understand. This brings about another question. How would VPN work. I am using your example in my scenario. Linksys WAN port (68.12.12.12) WAN IP (Given by ISP. Linksys LAN port (192.168.178.x)----> catering to 192.168.178.0 subnet. Proxmox NIC1 (192.168.178.x) Proxmox...
  8. K

    proxmox smoothwall 2 nic

    Hi BitRausch Thanks for your prompt response. Can you clarify a couple of things. Assuming Your WAN IP is 68.12.13.15 ---> connected to WAN port of your physical router. Assuming you are now left with a DMZ port and a LAN port on your Router. So in your Router setup should look something like...
  9. K

    proxmox smoothwall 2 nic

    Hi BitRausch, How to configure an Ipcop KVM with 2 Nics on Proxmox? Here is what I have. wan IP 68.183.145.67 ---->Linksys Router (Wan Port) Lan IP 192.168.1.1 ------> Linksys Router (Lan Port) Proxmox IP 192.168.1.30 9 (eth0) (vmbr0?) What should I configure eth1 (vmbr1?) Ip for Proxmox? The...
  10. K

    Hi BitRausch, How to configure a Ipcop KVM with 2 Nics on Proxmox? Here is what I have. wan IP...

    Hi BitRausch, How to configure a Ipcop KVM with 2 Nics on Proxmox? Here is what I have. wan IP 68.183.145.67 ---->Linksys Router (Wan Port) Lan IP 192.168.1.1 ------> Linksys Router (Lan Port) Proxmox IP 192.168.1.30 9 (eth0) What should I configure eth1 Ip for Proxmox? The KVM for IPcop, the...
  11. K

    Help needed- VMWARE to Proxmox (KVM) for a Linux server.

    The ESX version is 3, and the VE has Centos 5
  12. K

    Help needed- VMWARE to Proxmox (KVM) for a Linux server.

    I tried to see if there was a post describing how to migrate vmware (ESX host) based linux VE in to proxmox KVM and did not find any answers. However, there is this link------> That describes how to migrate but the VE is a windows server. Can someone explain a step by step process for migrating...
  13. K

    Proxmox kernel headers

    How do you do that. I have the same situation. I used an openvz centos 5-x86_64 image, and started from there. I eventually installed asterisk on it. Everything installed just fine. When it came to zaptel, it would obviously not install on the VE. I have installed zaptel on HN and all did the...
  14. K

    Zaptel problem on centos x86_64 Openvz image.

    I know that there are issues asterisk VE built on 32 bit OS and Zaptel. I used an openvz centos 5-x86_64 image, and started from there. I eventually installed asterisk on it. Everything installed just fine. When it came to zaptel, it would obviously not install on the VE. I have installed zaptel...
  15. K

    Changing the port of the web interface

    Hi, Is there a way to change the port of the web interface? This is because If someone on the LAN knows the internal ip address of the Proxmox server and types in the web browser, it should not take them directly to the login page. So if I can change it to a unique port say 7777, then only if...
  16. K

    backup abd restore using vzdump on a remote FTP server

    is curlftpfs (I think it can be used if FUSE is installed) installed on proxmox by default ? When I run curlftpfs or usermount from the command line, it gives me " command not found" error.
  17. K

    backup abd restore using vzdump on a remote FTP server

    Hi, vzdump works great for me. I have mounted windows 2003 server shared folder using fstab (smb share). However, I want to be able to backup on any remote FTP server (Cloud Storage). That way I have a copy available in case of a disaster. What should be my entry in fstab for this. Assuming ftp...
  18. K

    How to convert a vmware appliance (centos - Linux) in to Openvz container

    First of all is it possible? If yes, can you please explain a step by step procedure. Thanks in advance
  19. K

    Successfully converted kvm to openvz - need help

    Thanks for your reply. Managed to do this by this command vzctl set 101 --netif_add eth0 --save The network error stopped but there are number of other error. First of all I want to understand, since KVM image is a Virtual machine image. So when I import the machin using rsysc, Why should we...