Search results

  1. C

    Possible Bug

    Text-based version of "proxinstall" script i had this problem once , too with an old pve.conf
  2. C

    Altering The Host OS?

    it would be cool to set it up automatically via debootstrap. this would save a lot of time at machines without physical access. e.g. no ISO mount, no KVM display.
  3. C

    Add IP of another subnet

    SOLVED! Host: qhost1:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface XXX.XXX.127.201 XXX.XXX.127.200 255.255.255.255 UGH 0 0 0 vmbr0 XXX.XXX.127.202 0.0.0.0 255.255.255.255 UH 0 0 0...
  4. C

    Migration of servers to Proxmox VE

    this would be interesting! is it possible? ;)
  5. C

    Add IP of another subnet

    Sorry Dietmar i just do not get you right now. i was trying different configurations the last few days. Let me point it out: OpenVZ Container venet -> works IN and OUT with route add and pointopoint OpenVZ Container veth -> does not work KVM vmbr -> does not work KVM NAT -> works OUT (i do...
  6. C

    installing Promox On Debian 64-bit without CDIMAGE

    by the way, redhat based systems and openSUSE provide remote VNC installation. i would like to see proxmox running ond rhel oder CentOS
  7. C

    installing Promox On Debian 64-bit without CDIMAGE

    i ran into the same issue. can't the installer be mounted into a ramdisk an then connect via VNC? does anyone know how to solve this? the way i did it: mount the iso install all deb files from proxmox/ boot into the new kernel adjust sources.list update everythin and install the rest...
  8. C

    Add IP of another subnet

    Hosting support told me that i should activate a mac rewrite that tells the guest system to use the mac address of the physical interface. first of all i will do a complete reinstallation.
  9. C

    Add IP of another subnet

    same problem perhaps it is a problem in the provider's switching/routing setup? as i pointed out earlier, i can't see any arp replies on the host. i'll ask the providers support if they see anything strange. i am at my wits' end.
  10. C

    Add IP of another subnet

    i posted the output of the host above and i do not have access to the gateway
  11. C

    Add IP of another subnet

    qhost1:~# brctl show bridge name bridge id STP enabled interfaces vmbr0 8000.0040d0b0ebd4 yes bond0 tap0when i ping the gateway on the guest i only see echo requests on the host ICMP echo...
  12. C

    Add IP of another subnet

    Because i could not get copy+paste working in the java VNC window. guest internet configuration: eth0: XXX.XXX.127.200 netmask: 255.255.255.128 gw: XXX.XXX.127.129 routes: XXX.XXX.127.128/255.255.255.128 eth0 0.0.0.0 XXX.XXX.127.129 eth0
  13. C

    Add IP of another subnet

    I do not get the kvm Network working. I would really appreciate if someon can help me with it again. qhost1:~# ifconfig bond0 Protokoll:Ethernet Hardware Adresse 00:40:D0:B0:EB:D4 inet6 Adresse: fe80::240:d0ff:feb0:ebd4/64 Gültigkeitsbereich:Verbindung UP BROADCAST...
  14. C

    Add IP of another subnet

    But when i add a bridge lets say vmbr1 and enter the ip address into the bridge device. then create a kvm container and add the bridge device, the HE responds to external requests and i see the proxmox webinterface instead of the KVM's webserver . when i add a bridge to eth0.0 , the KVM has...
  15. C

    Add IP of another subnet

    This setup works only for OpenVZ containers. How can i use the external IPs with KVM's within the same setup as mentioned above?
  16. C

    Add IP of another subnet

    thanx dietmar, i was too blind at the end. everything ist simple to set up. i really appreciate your patient support.
  17. C

    Add IP of another subnet

    nice, this is working. but how do i reactivate bonding over the two NICs and keep it still working? This is needed vor High Availability issues. Can i just add eth1 to vmbr0?
  18. C

    Add IP of another subnet

    thank you for your time I have the following IPs: IP: xxx.xxx.124.207 Gateway:: xxx.xxx.124.193 Netmask: 255.255.255.192 Broadcast: xxx.xxx.124.255 IP: xxx.xxx.127.202 Gateway:: xxx.xxx.127.129 Netmask: 255.255.255.128 Broadcast: xxx.xxx.127.255 IP: xxx.xxx.127.201...
  19. C

    Add IP of another subnet

    This seems to be the problem, but how can i add a route to a subnet that does not exist. i now have a container running with a venet0 device on the main ip. then i can't change the route SIOCADDRT: Kein passender Prozess gefunden when i create a bridge device as explained earlier the host...
  20. C

    Add IP of another subnet

    Hi, i gave proxmox a try yesterday and installed it into a debian minimal system (i have no access to a cd-rom drive neither an iso mount) But I ran into another issue and i hope you can help me. THe Dedicated Server has got one main IP and a small subnet with some more Ips. To get it working...