Search results

  1. P

    VPS not working from remote network

    I will not skype, and I will not TeamViewer. I find this disturbing that you are making money off of people and do not understand the configuration. I hope you credit your clients back for their downtime. If you want some hands on help, you are going to need to pony up some $$ or learn it...
  2. P

    VPS not working from remote network

    Until you provide some actual info, I don't think you will see very much help here. Your information is vague. Don't know what you are trying to accomplish or what the problem is.
  3. P

    adding host into pool view

    I have no idea what this means.
  4. P

    2nd NIC directly to VM

    iface eth4 inet manual auto vmbr2 iface vmbr2 inet manual bridge_ports eth4 bridge_stp off bridge_fd 0 That is literally everything for my /etc/network/interfaces regarding my nic used to pass through to my virtual router
  5. P

    2nd NIC directly to VM

    It has always worked fine for me. I have been running virtualized routers for years. Same concept
  6. P

    2nd NIC directly to VM

    Attach your second nic to a bridge. Don't give the bridge any ip info. Attach that to your vm and configure the public ip within the vm Sent from my iPhone using Tapatalk
  7. P

    when i use VI, pressing up and down arrow keys I seem to get characters A and B..

    But yet you are installing vim and other vim related packages? Sent from my iPhone using Tapatalk
  8. P

    Cannot install proxmox from proxmox 3.4 iso!

    Yes. If you are trying to boot from USB, that could be your problem. Burn the ISO to a DVD/CD and try that instead.
  9. P

    Cannot install proxmox from proxmox 3.4 iso!

    You say iso, but are you attempting to boot from a USB or a DVD/CD?
  10. P

    enable VNC in proxmox 3.2.1

    You should update your proxmox and check the settings under 'datacenter'
  11. P

    enable VNC in proxmox 3.2.1

    Sooooo.....what's the problem? You want VNC INSIDE your VM? Or you want to use No-VNC as your console to your VM? If you want to install VNC inside your VM, you are responsible for that. It is a VM, which is identical to a physical box....whatever OS you run in the VM, you install a package...
  12. P

    only allow VM to connect to CT

    yes. then you will have communication only between the 2 vms
  13. P

    only allow VM to connect to CT

    the proxmox extra vmbr should not have ANY ip address tied to it. the vm/ct internal connection ip address should not be one from your normal subnet.
  14. P

    only allow VM to connect to CT

    I'm not really sure I understand where you are stuck. Make a KVM give it 2 NICs. One nic on a vmbr that has access to outside network. After you get this VM setup, add another nic to it on a vmbr that is not bridged to a physical nic, give it a static IP in the VM. Setup your vz with a nic...
  15. P

    Two gateway with for proxmox ve 3.3

    A system can only have one gateway. You need a router to load/wan balance those connections. Or configure the host to handle that. I would recommend a decent router distro to handle it.
  16. P

    [SOLVED] Internal Virtual Network. How to?

    Vyos would have worked just fine.
  17. P

    only allow VM to connect to CT

    Your VMs can have more than one network device