ady accesible directly on enp2s0.
>
> If you truely want to separate these 3 VLANs into their own VLAN
> devices, you should configure a different VLAN as untagged on this
> port (in the switch) and also stop doing DHCP on enp2s0 (only do that on
> the VLAN interfaces).
>
>
Am Samstag, 22. Januar 2022, 07:26:01 CET schrieb Merlin Büge:
> Hi,
>
> you probably missed this part (quoted from your link):
> > Then export the environment variable
> > SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" in your login shell
> > initialization file, such as ~/.bash_profile or ~/.
Hi,
I configured my network with multiple VLANs. I started with the description at
https://wiki.archlinux.org/title/VLAN#systemd-networkd
My current configuration:
[n3150 ~]# cat /etc/systemd/network/enp2s0.network
[Match]
Name=enp2s0
[Link]
ActivationPolicy=Manual
[Network]
Description=The
Hi,
I followed
https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user
It seems that SSH_AUTH_SOCK does not get set although it is in the user unit
file.
$ systemctl --user status ssh-agent.service