Search results

  1. P

    One external IP to host multiple websites

    Sounds like you should consider a webserver which supports "Name-based Virtual Hosts" (Apache) aka Server Blocks (Nginx) or whatever the software-maintainer calls it. It is Proxmox independent. But I wouldn't suggest to set up the webserver on the proxmox host itself but rather in its own guest...
  2. P

    Delegated Prefix and IPv6 connectivity

    Looks like nothing happens on boot directly, entrys from 17:47 and later should be related to my solution from above. root@pve:~# journalctl -b| grep dhclient Jul 10 17:07:08 pve audit[2666]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined"...
  3. P

    Delegated Prefix and IPv6 connectivity

    Seems to be ok till: [...] 2023-07-10 17:07:08,937: MainThread: ifupdown.networkInterfaces: networkinterfaces.py:506:read_file(): info: processing interfaces file /etc/network/interfaces 2023-07-10 17:07:08,937: MainThread: ifupdown2: main.py:85:main(): error: main exception: no ifaces found...
  4. P

    Delegated Prefix and IPv6 connectivity

    Since i wasn't able to solve my problem I used a dirty workaround which is tolerable for me: crontab -e adding: */2 * * * * perl /root/ipv6_dhcp.pl 1 iface vmbr0 inet6 dhcp post-up sleep 10 && perl /root/ipv6_dhcp.pl And /root/ipv6_dhcp.pl: #!/usr/bin/perl use v5.12; use Data::Dumper...
  5. P

    Delegated Prefix and IPv6 connectivity

    Still no success. With an upgrade from Proxmox7 to Promox8 at least IPv6 doesn't "kill" IPv4 anymore, it just doesn't work. And I am able to obtain a IPv6 in an unusual way: iface vmbr0 inet6 dhcp post-up sleep 10 && dhclient -6 -v vmbr0 But without the correct gatway it's worth...
  6. P

    Delegated Prefix and IPv6 connectivity

    No, that did not work either. It's a bit strange, after a reboot even the static variant do not work anymore - sometimes it works with static and the dhcp option simply doesn't do anything and sometimes even the static variant doesn't work, and if so even IPv4 do not work as well, till I remove...
  7. P

    Delegated Prefix and IPv6 connectivity

    For testing I completely disabled the firewall. (pve-firewall stop) root@pve:~# ip -6 route ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev vmbr0 proto kernel metric 256 pref medium At least I was able to use IPv6 at all: #iface vmbr0 inet6 dhcp iface vmbr0 inet6 static...
  8. P

    Delegated Prefix and IPv6 connectivity

    Correctly, DHCPv6. root@pve:~# sysctl net.ipv6.conf.all net.ipv6.conf.all.accept_dad = 0 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_from_local = 0 net.ipv6.conf.all.accept_ra_min_hop_limit = 1 net.ipv6.conf.all.accept_ra_mtu = 1...
  9. P

    Delegated Prefix and IPv6 connectivity

    Hi, my first thread accidentally got deleted by anti-spam measurements, so again: I try to setup IPv6 on a test machine behind a dynamic internet connection (DHCPv6), without luck so far. But other freshly installed Debian 12 are able to set up IPv6 in the same network automatically (see...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!