Search results

  1. B

    mehrere vServer mit einer öffentlichen ip betreiben

    Wenn es nur um Hosting geht kann man auch Keyhelp nehmen, dann hat man die ganzen vhosts unter einer Oberfläche.
  2. B

    Redhat als Gast: Kernel-Module?

    Hallo zusammen, Ich habe ich einen VMware-Gast mit RedHat EL7 importiert, der auch soweit funktioniert. Leider nur mit IDE-Emulation. Welche Module muss ich unter RedHat aktivieren, damit auch eine SCSI-Emulation funktioniert? Gruß, Bytegetter
  3. B

    LXC Container startet plötzlich nicht mehr

    Steht doch da: No space left on device
  4. B

    3CX im LXC Container, kein Ton nach unbestimmter Laufzeit

    Mit sngrep im Container mitschneiden und gucken, was da schief läuft. Auch RTP mitschneiden. Ansonsten einen Homer aufsetzen und mit heplify auch rtp zum homer schieben.
  5. B

    BUG Report - NoVNC Konsole / VNCproxy ein User sieht Konsole vom anderen User

    Das "alte" Inhalte kurz angezeigt werden kenne ich schon lange. Ist übrigens auch bei Anydesk so, auch wenn da vielleicht kein Zusammenhang besteht.
  6. B

    [SOLVED] Login zum Webinterface

    Stimmt. ;-) So gehts: chmod o+xr /etc/ssh
  7. B

    [SOLVED] Login zum Webinterface

    Bei einer funktionierenden Maschine sieht das auch nicht anders aus: root@de1:~# ls -la /etc/ssh/ insgesamt 584 drwxr-xr-x 2 root root 4096 Jun 2 18:54 . drwxr-xr-x 104 root root 4096 Mai 12 10:23 .. -rw-r--r-- 1 root root 553122 Mär 1 2019 moduli -rw-r--r-- 1 root root 1723 Mär...
  8. B

    Probleme mit 2 NICs in zwei Netzen

    Ging alles nicht. So gehts: root@debian:~# cat /etc/network/if-up.d/script #!/bin/bash # (date; set; echo) >> /tmp/iptables-cmd.log ip route add 172.16.6.0/24 dev ens18 src 172.16.6.97 table rt2 ip route add default via 172.16.6.1 table rt2 ip route add 172.16.6.0/24 dev ens18 src...
  9. B

    [SOLVED] Login zum Webinterface

    Hallo zusammen, Ich habe hier ein Problem mit einer Proxmox-Instanz bei Hetzner. Nach dem Login begrüsst mich Proxmox so: Die ssh-keys habe ich schon neu erzeugt, der Login via ssh funktioniert. Was ist flasch? root@PXE2DE2:/var/log# ls -la /etc/ssh/ insgesamt 596 drwx------ 2 root root...
  10. B

    Ab wann "lohnen" sich LXC-Container?

    Ich habe fast alles als Container laufen. Ein Asterisk läuft mit 96MB Ram.
  11. B

    Probleme mit 2 NICs in zwei Netzen

    Die untere Config von mir ist aus der VM, dort habe ich keine Bridge konfiguriert, nur ens18 und ens19. Die Config mit vmbr ist vom Proxmox-Server selbst. In der VM sehe zwar auf beiden Interfaces die richtigen Pakete, aber immer auf einem (wechselnd) antwortet die VM z.B. nicht auf Pings, die...
  12. B

    Probleme mit 2 NICs in zwei Netzen

    Stimmt vmbr.90 war falsch, ist mir gar nicht aufgefallen. Habe es nun so angepasst und die Büchse rebootet: source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface eno4 inet manual iface eno4 inet6 manual iface eno3 inet manual iface eno3 inet6 manual auto vmbr0 iface...
  13. B

    Probleme mit 2 NICs in zwei Netzen

    Firewall ist komplett abgeschaltet.
  14. B

    Probleme mit 2 NICs in zwei Netzen

    Hallo zusammen, Ich habe hier ein Problem mit folgendem Netzwerksetup: Server mit 2 Netzwerkanschlüssen. NIC 1 hängt ungetaggt an einem Access-Port im privaten LAN. NIC 2 hängt getaggt an einem Trunk-Port mit mehreren VLANs. source /etc/network/interfaces.d/* auto lo iface lo inet...
  15. B

    [SOLVED] PXE 5.3: No Network on Host

    Solved. I use fulldiskencryption. During boot the nic gets an ip via dhcp. GRUB_CMDLINE_LINUX="ip=:::::enp2s0:dhcp" This helps: bytegetter@zotacproxmox:~$ cat /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what...
  16. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, this is courios. On all of my machines is an IP on the hardware-interface and the bridge interface (ok, none of the machines is stable). Interfaces.d is empty and mostly removed in /etc/network/interfaces. root@zotacproxmox:/etc/network# ls -la if-up.d insgesamt 36 drwxr-xr-x 2 root root...
  17. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, of course, I rebootet the machine. With iface enp2s0 inet static address 192.168.200.9 netmask 255.255.255.0 gateway 192.168.200.1 and no vmbr0 the machine is reachable. Changing the configuration and rebooting gives a non reachable machine. I´ve tried this 3 days long and can´t get it...
  18. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, I installed a fresh Debian (9.6) and installed PXE 5.3 over it. After adding vmbr0 to /etc/network/interfaces the host has no working internet connection. bytegetter@zotacproxmox:~$ cat /etc/network/interfaces source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface...