Recent content by tymanthius

  1. T

    Can not log into proxmox web panel, but can login via console

    That was the first thing I checked - it wasn't in /etc/ssh/sshd_config, so I added it. Something else to note, I discovered I can get to the web interface from OUTSIDE my network - but ssh is blocked as it should be. So . . . that's strange. I think it's a routing issue on my pfsense vm now...
  2. T

    Can not log into proxmox web panel, but can login via console

    So . . . Suddenly in the last week or so (I don't check on my home server much b/c it 'just works') I now get 'Login Failed' on the web interface, and 'access denied' on ssh. But same account/password works if I plug a monitor in & login on the physical machine. Other than updates I have NO...
  3. T

    No network on HP proliant dl385 g5

    I don't *think* it's missing drivers b/c it will bring up vmbr 0/1/2/3/4/5, and on the dhcp set ones searches for an address. Maybe an driver that's wonky tho? I'll try jessie later and see. This machine is at a friends house, so I have go there to work on it until I can get it online.
  4. T

    No network on HP proliant dl385 g5

    So I won one in a contest (yay) and I'm using it to piddle around. It has 6 eth ports & an iLO. Neat. Proxmox installs ok, but has NO network connectivity. I can't pull dhcp addresses from the netgear router in the house where I'm setting it up. But an ubuntu live cd will. As will ubuntu...
  5. T

    Containers & vm's take 'forever' to get network connectivity

    My router is another VM running pfsense. It has vmbr5 on 192.168.5.1. The containers use it as a gateway. The thing that is so odd to me is that eventually they get full connectivity. I don't understand why it takes so long. It sounds like I missed a crucial point with containers - they...
  6. T

    Proxmox can ping ip of another machine, OpenVZ Container cannot.

    Might be similar to my topic. I'm going to watch yours just in case. :)
  7. T

    Containers & vm's take 'forever' to get network connectivity

    Host: auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface eth2 inet manual iface eth3 inet manual iface eth4 inet manual auto vmbr0 iface vmbr0 inet manual bridge_ports eth0 bridge_stp off bridge_fd 0 # post-up /sbin/ethtool -k...
  8. T

    Containers & vm's take 'forever' to get network connectivity

    I'm running pfsense on a proxmox 4 install. 99% of it is running great. However, when I reboot a vm (havent' checked with real hardware yet) it takes over 10+ minutes (sometimes much more) to get network connectivity outside it's lan. All my vm's are on 192.168.5.xxx, gateway .5.1 and are...
  9. T

    Proxmox 4.0 - sharing folders via lxc.mount.entry

    Thank you! That seems to be much more stable. :)
  10. T

    Proxmox 4.0 - sharing folders via lxc.mount.entry

    Is there any preference to which should be used? I'm seeing my mount points drop for no reason I can discern.
  11. T

    Still struggling with concepts of Container VS VM in proxmox

    No tv tuner, and ple doesn't support gpu transcoding, so it wouldn't make a diff. Thanks tho!
  12. T

    Still struggling with concepts of Container VS VM in proxmox

    Right now, the only thing I'm wanting that would work better w/ direct access to the hardware is Emby. It supports transcoding via the intel gpu on my processor. Ohterwise, the only reason I could see to use a container is it would be lighter/smaller. Most of what I want to run will run on...