Recent content by wfamy

  1. W

    Proxmox7 ipV6 problem hetzner

    Hi all, I am fighting with my new proxmox 7 about network configuration. interfaces auto lo iface lo inet loopback iface lo inet6 loopback auto enp2s0 iface enp2s0 inet static address 95.216.20.91/26 gateway 95.216.20.65 pointopoint 95.216.20.65 up route add -net...
  2. W

    how to change mount user on unprivilege container.

    Hi all: I use proxmox 6 under debian 10 using zfs filesytem I have a mail server and i want to mount a directory from host into the guest after install my directory looks like ls -lhn drwx------ 5 2000 2000 5 juil. 26 23:11 vmail1 drwx------ 2 0 0 2 juil. 5 19:14 vmail2 I want to use...
  3. W

    network config is it possible to use cli and gui ?

    in /etc/network/interfaces i can read is it possible to use cli ovs command and edit file interfaces what 'source' or 'source-directory' directives mean?
  4. W

    connection pb using open vswitch

    After multiple try I write a simple howto using gui. remove interface ip v4 and v6 add ovs-bridge and give the ip v4 AND V6. fill the gateway add ovs-int-port with or without network but no gateway. possible to create tag for vlan repeat 3 for your vlan then reboot
  5. W

    connection pb using open vswitch

    HI all: I try to install a new network in my proxmox6 using open vswitch. I want to use vlan for my lxc container. when i use the /etc/network/interfaces auto lo iface lo inet loopback allow-ovs vmbr0 iface vmbr0 inet static address 95.216.20.71 netmask 255.255.255.192 gateway...