Search results

  1. P

    [SOLVED] LAMP on CT - DNS SETUP

    ***edit*** I found the problem. I was still conectet via VPN. Without it works :) ... thank you oguz ! *** my /etc/network/interfaces looks now like that. [...] auto vmbr1 iface vmbr1 inet static address 10.1.7.1 netmask 255.255.255.0 network 10.1.7.0...
  2. P

    [SOLVED] LAMP on CT - DNS SETUP

    I have proxmox running on a root server. Server has 2 public IPs. First IP is the proxmox host. Second IP is CT wit OPENvpn running. Now i want two create one LAMP-CT. It should be reached by public Domain. For That i created one MASQUERADE vmbr1. So far everything is working. Now I want to get...
  3. P

    [SOLVED] Alpine | TUN/TAP | OpenVPN

    Danke oguz für deine Antwort. Hat mir weitergeholfen, hatte aber noch nicht ganz funktioniert. Für den Fall das jemand das selbe Problem hat hier meine Lösung: Ganz normler Standart CT mit Alpine, Debian etc. ###Host### /etc/pve/lxc/XXX.conf lxc.mount.entry: /devcontainer/net dev/net none...
  4. P

    [SOLVED] Alpine | TUN/TAP | OpenVPN

    Ich habe Alpine 3.12 als CT auf PROXMOX 6.2-15 laufen. TUN/TAP Konfiguration Host: /var/lib/lxc/$CTID cd ${LXC_ROOTFS_MOUNT}/dev mkdir net mknod net/tun c 10 200 chmod 0666 net/tun /etc/pve/lxc/$CTID.conf unprivileged: 0 lxc.cgroup.devices.allow: c 10:200 rwm lxc.hook.autodev: sh -c...