Recent content by debek

  1. D

    Missing ifupdown2 in LXC

    IPv6 static runs correctly. hmmm. So the problem is in DHCP in proxmox config or in Mikrotik. hmmm. Mikrotik looks fine.
  2. D

    Missing ifupdown2 in LXC

    /etc/network/interfaces auto eno1 iface eno1 inet static address 192.168.88.101/32 gateway 192.168.88.1 iface eno1 inet6 static address fd00:1111:1111:2222::2/64 gateway fd00:1111:1111:2222::1 auto vmbr50 iface vmbr50 inet manual bridge-ports eno1.50...
  3. D

    Missing ifupdown2 in LXC

    Yes. Exactly. I wait for network start. root@hstdd:~# pveversion -v perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_ADDRESS = "pl_PL.UTF-8", LC_NAME = "pl_PL.UTF-8", LC_MONETARY =...
  4. D

    Missing ifupdown2 in LXC

    Hi! I have got a problem during run LXC and I need to wait about 8min when it starts. I debuged that and install ifupdown2 inside of LXC resolve my problem. Have you got the same problem? How did you resolve it? Every new LXC need lot of time to start :/ Then I need to install this package...
  5. D

    Slow LXC starting time

    Thank you for your reply. Yes, it is a problem with ipv6. I need to configure it on my Mikrotik router.
  6. D

    Slow LXC starting time

    My syslog showed me a problem Dec 4 14:12:26 test666 dhclient[161]: Sending on Socket/eth0 Dec 4 14:12:27 test666 ifup[59]: XMT: Forming Solicit, 0 ms elapsed. Dec 4 14:12:27 test666 ifup[59]: XMT: X-- IA_NA ea:3c:77:ce Dec 4 14:12:27 test666 ifup[59]: XMT: | X-- Request renew in +3600...
  7. D

    Slow LXC starting time

    Hi! When I try to run my LXC machine it takes about 5min when it will be available. Do you know what can be wrong and why? root@hst:/etc/# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.4.73-1-pve) pve-manager: 6.3-2 (running version: 6.3-2/22f57405) pve-kernel-5.4: 6.3-1 pve-kernel-helper...
  8. D

    DHCP in proxmox

    It works. Thank you!
  9. D

    DHCP in proxmox

    Hi! I have a problem with DHCP inside of proxmox. I can create VM with static IP and it works but when I try to use DHCP option, vm doesn't assign me any IP. Do you have any idea why? Here is example of configuration of my debian with proxmox: vim /etc/network/interfaces # The loopback network...