Page MenuHomeVyOS Platform

Yuanandyuan (Youyuan Luo)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 22 2021, 2:22 AM (157 w, 13 h)

Recent Activity

Mar 10 2024

Yuanandyuan created T6113: [email protected] cannot stop gracefully when VyOS shutdowns.
Mar 10 2024, 10:34 AM · VyOS 1.4 Sagitta

Jul 12 2023

Yuanandyuan created T5352: Fix missing dependency for netavark.
Jul 12 2023, 2:05 PM · VyOS 1.4 Sagitta

Feb 26 2023

Yuanandyuan created T5035: Add more actions to policy route rule.
Feb 26 2023, 12:47 PM · VyOS 1.4 Sagitta

Feb 16 2022

Yuanandyuan added a comment to T4249: Add support for device mapping in containers.

You can get access to host netwoks with set container name foo allow-host-networks

Feb 16 2022, 3:56 PM · VyOS 1.4 Sagitta
Yuanandyuan created T4249: Add support for device mapping in containers.
Feb 16 2022, 3:39 PM · VyOS 1.4 Sagitta

Apr 27 2021

Yuanandyuan added a comment to T3499: Podman is not compatible with nat rules.

To reproduce the bug, we need to add a source nat rule first.

configure
set nat source rule 100 outbound-interface 'eth0'
set nat source rule 100 source address '192.168.0.0/24'
set nat source rule 100 translation address masquerade
commit
save
exit

Then if we try to list the nat tables with iptables iptables -t nat -L, we will get error like table 'nat' is incompatible, use 'nft' tool.
Next, if we use podman to create a container sudo podman run -d ubuntu:latest, podman will return the error because it will look up nat rules with iptables.

Apr 27 2021, 8:12 AM · VyOS 1.4 Sagitta

Apr 26 2021

Yuanandyuan created T3499: Podman is not compatible with nat rules.
Apr 26 2021, 2:50 PM · VyOS 1.4 Sagitta