Search results

  1. B

    Server Diebstahl wer haftet?

    Generell AGBs sagen kunde hat pech. Betreiber nehmen von jeder Haftung abstand egal ob durch physischen oder virtuellen diebstahl. das ist branchenüblich und anders gar nicht möglich da es kein sicheres system gibt. allerdings gibts eine sorgfaltspflicht. solang du aber normalen aufwand...
  2. B

    Critical Structure Corruption

    in this case both are the same. the virtios are qxl which are spice oh btw for install drivers i jsut made a little batch script. what it does - it goes in each subdir looks for the driver file and install it, but you need to put it in a flat structure like -<dir>qxl -<dir>driverstorage...
  3. B

    Problems Installing Proxmox on Debian 9

    just installed it on a very dirt 9er box. no issues
  4. B

    Critical Structure Corruption

    try the spice geust tools (speice space) their qxl has the same version number but is different in size also try disable ablooning if enabled and upgrade latest promox kernel
  5. B

    Poor disk performance on win2012 R2 VM with RDP

    this is really interresting. my guess in the dark is that hyperv kinda pravirtualisation for win server helps it out quiet a bit. wonde rif tthe same happens in vmware or virtualbox personally i run only 2 rds enviroments on kvm both i have split local storage. one raid 10 array spinning disks...
  6. B

    Proxmox network config on Hetzner brings iface down

    dont give your interface an adress. your interface will be intiliazed but the bridge is getting the ip except oyu wanna go routed but this aint gonna work. routed is only if your subnet has public ips then your bridge would get that subnet and route trough your main ip you would need to...
  7. B

    HOWTO: Changing SSH Port with Proxmox Cluster

    im curious to know why port 22 should be a problem changing the port wont do any good security wise only real good way is using vpns, even if i sound like an old broken record. all other methoods letting important daemons in the open, no matter if you use fail to ban or similar, are...
  8. B

    Critical Structure Corruption

    install latest redhat virtio drivers for windows the whole package and the agent my guess on ym machiens is the baloon driver or storage, but could also be qxl, not shure however install all the drivers solves it for me
  9. B

    Most performance out of 4x 1Gb on proxmox host.

    the real question is what is on the other end many clients with a total more than 1gb? then no big deal it will work one client? if yes then how is it connected and which applications are used that need mroe than 1gb more than one application simulataniusly total more than 1gb - no big deal...
  10. B

    Forward a domain name to a VM

    No shit. new doesnt even get the full scope of your newiness :) ok for basic understanding you dont redirect a DNS entry - a DNS entry is a redirect it redirects from a name to an IP now in order for peopel to reach anything you need to either have -a dedicaded ip for each reachable vm -or...
  11. B

    SSH Access to VM

    one more thing a little neat trick a problem is that iptables needs to reload everytime an interface changes. nopw in order to load on the host your iptables (firewall) rules we have the problem that the openvpn interface is not up yet (it always loads last nad take some 15 sec to establish...
  12. B

    SSH Access to VM

    heres a nice wiki from open wrt https://wiki.openwrt.org/doc/howto/vpn.openvpn#tab__traditional_tun_server1 theres also the part about key generation a more complete guide https://openvpn.net/index.php/open-source/documentation/howto.html#quick but harder to understand but next time google...
  13. B

    SSH Access to VM

    ok fro starters what is it. openvpn is kind of a router/encryptorand ofc tunnel daemon. that daemon has always at least one virtual network interface (tun for routing mode, tap for bridge mode). and 1 open port for communication with its clients. so client connect form outside to the port, and...
  14. B

    OVH(fr) & IPv6 that cuts after a while

    dissable the privacy extentention in ipv6 its the issue there
  15. B

    Problems with Network

    this will not work, not all all see youre using bidged mode meaning its like the vm use the same network cable as your real host. now in order to use an ip here you need: an additional ip from your hoster OVH - BUT - usually hoster wont let you use any ip, its always bound to an mac (mac and...
  16. B

    vpn access for proxmox vm's

    pretty easy openvpn on that host set firewall to block all traffic BUT openvpn net - customer IP range but better option would be even use of vlans (put al customer vms into one seperate vlan, make your routing for that openvpn instance accordingly but also use firewall rules to finally...
  17. B

    SSH Access to VM

    yes 2 ways the ugly wrong one and the right one (PUB is Public IP, PRI is Private Ip) the ugly one would be portforward other ports for example forward PUB Port 322 to PRI (3) port 22 however i strongly recommend imidiatly get into openvpn, setup an openvpn hosts on the hypervirsor block...
  18. B

    How to block ip list

    one more thing, called geoip - you will lvoe it you wont block ips, but regions. much faster less headache for your cpu :) however again id recommend block all traffic always for admin things (every not serving a purpose port is a nono) only if a port is really needed to be shared it should be...
  19. B

    How to block ip list

    Well no. This is only one possibilits, PF sense will then be no router but will NAT and Masquerade the traffic. There 3 Basic options to configure a seperate Firewall, however you could have done this with a VM too that makes it 4:)) Option one - Virtual only You setup another bridge (vmbr1...