Search results

  1. T

    LXC Container | mp* NFS | Always Backup

    Via Web GUI there is no point that I need backup for this MP1, so there is no backup=1 or backup=0 in config. Should I place backup=0 in config by myself?
  2. T

    LXC Container | mp* NFS | Always Backup

    Hi Everyone I have a problem with Backup. According to the Screen - there is no backup function for mp1 which is underlying on NFS Storage But after restoring this mp1 is also restored as I have mentione in config backup=1, but there is no such tuning. I have checked configuration of backup...
  3. T

    proxmox config file

    You need to edit config file via console (ssh). You can't edit config file via Web-Gui
  4. T

    How to make a bridge between LXC and VM ?

    I don't understand why do You want such difficult way. By the way - Is there success ping between Your local LAN and Proxmox LAN ? If yes You need to configure routing to network 192.168.1.0/24 with gateway 192.168.1.1
  5. T

    How to make a bridge between LXC and VM ?

    From which device have You tryed to access? In which zone Your device? 0.x or 1.x?
  6. T

    How to make a bridge between LXC and VM ?

    But remember - Your LXC and Your VM must be also with the same network device. LXC vmbr1, vmbr0 and VM vmbr0 or LXC vmbr1 and VM vmbr0, vmbr1
  7. T

    How to make a bridge between LXC and VM ?

    So, it doesn't matter what to do. When You add NIC device to VM - Proxmox never asked You about IP, Network, DNS, Gateway because it will configure inside VM. You will receive all info via DHCP or You configure network interface via static data. When You add NIC device to LXC - Proxmox askas...
  8. T

    How to make a bridge between LXC and VM ?

    I don't understand You Network Architecture. You need that Your VM and LXC should be in same network device. Or another way - in iptables or Your router You should to tune routing between two networks but it's more difficult.
  9. T

    How to make a bridge between LXC and VM ?

    Add second device to LXC with vmbr1.
  10. T

    Intel e1000e NIC Emulation

    Hello dear Developers! Is any chance or how can it be enable to use Intel e1000e device. On last XPenology DS3615XS or DS3617XS Intel e1000 or vmxnet3 not working. And there is a little chance that it will work in future. I have found Posts that some users changes NIC to e1000e and network is...
  11. T

    How to make a bridge between LXC and VM ?

    Hi, Which network device are you using in Proxmox GUI? For me, I'm using vmbr0 - bridge interface. If this configuration that you just need to input a static IP, DNS and Gateway in Your VM.
  12. T

    I have an error when I would start a container leaks in proxmox

    Hi, If You are trying to start Proxmox in Container, you should use nested virtualization.
  13. T

    LXC failed start and failed restore from backup.

    Hi, Show the output of journalctl -xe with info of your 100 container. Also, You have try to restore backup into storage which doesn't support containers. Maybe You have turned off Local storage in Storage?
  14. T

    LXC inside Apline Linux LXC

    Thanks for answer and recommendation, but all this methods didn't help me :( If I put this lines into config lxc.cap.drop = lxc.cap.drop = mac_admin mac_override sys_time sys_module sys_rawio Nothing changes for me. Lxc doesn't start. If I will use unprivileged container I receive such error...
  15. T

    Single node, change IP address

    You should change th IP in /etc/network/interfaces in vmbr0 or other bridge which You are using. Also, You should change IP in /etc/hosts to new IP. After changes reboot host and try to connect by new IP
  16. T

    [Debian 9 template] SSH failed from external, but working on proxmox console

    Hi, Check sshd config in Container. You should uncomment PermitRootLogin yes and restart sshd daemon
  17. T

    LXC inside Apline Linux LXC

    Hello Everyone! As anybody has success in using Any LXC inside Alpine Linux? I have tryed with configuration with lxc-container-default-with-nesting and with features: nesting=1, but all my attempts has been broken. Also, if I will comment string lxc.cap.drop: I can't create any container...
  18. T

    [SOLVED] Error start lxc container

    Seems like You have created privilieged container with mp. after restoring from backup You have choosen Unprivilieged container. I have similiary error when I have done such things as I have described before.
  19. T

    LXC DNS name not working

    No, I turn off ipv6. resolv.conf of Arch is correct. Before upgrading and reboot all works perfect. I have found a solution - Set ipv6 for Container Static mode. It helps me. Now resolv.conf is correct. Thanks for helping to find a problem and solution!
  20. T

    LXC DNS name not working

    CentOS 7 ; generated by /usr/sbin/dhclient-script nameserver fdf2:e90d:d990::1 So as I can see, resolv.conf is not normal, but why? And if I change is manually will it be saved after reboot or will be change by host after reboot? Additional: No, after some seconds it replaced by...