Recent content by carles

  1. C

    Without Internet access in VM

    I see you have installed this kernel 2.6.18-5, you better update this to another using this command: # apt-get upgrade && apt-get install proxomox-ve-2.6.24 ;)
  2. C

    Without Internet access in VM

    I've already solved. We explain what the problem was. The problem is that I defined in the interface venet0:0 of the VM the IPADDR and that is not necessary. The interface configuration file (CentOS5) has the following: #/etc/sysconfig/network-scripts/ifcfg-venet0:0 DEVICE=venet0:0 ONBOOT=yes...
  3. C

    Without Internet access in VM

    Thanks dietmar, I've tried using VM's ip in the 192.168.1.x addresses but I do not work, either. Also if I do a "route" (VM machine) are some destinations nets that are not configured in the interface files. Destination Gateway Genmask Flags Metric Ref Use Iface...
  4. C

    Without Internet access in VM

    Sorry, but I am a newbie in proxmox. I'm using an proxmoxVE 1.5 + kernel 2.6.18. I configured one virtual machines using venet. The local IP of my proxmox is 192.168.1.10. The local ip of my router is 192.168.1.2. I created a virtual machine using the IP 10.10.1.101 and dns ip 192.168.1.2 using...