Results 103 comments of zarlo

the for loop in that does what you are asking for

@NotLazy do you have proxy_ndp turned on on your bridge? this is needed for the router to find the vms ``` net.ipv6.conf.default.proxy_ndp = 1 net.ipv6.conf.all.proxy_ndp = 1 ```

@NotLazy they should be ``` sysctl -w net.ipv6.conf.default.proxy_ndp = 1 sysctl -w net.ipv6.conf.all.proxy_ndp = 1 ``` this will turn on ndp proxying for all interfaces ``` root@pve5480:~# sysctl -a |...

are you setting you gateway?

that X# is not the same X# as this project but yes we should update the links

i have been looking in to porting cosmos plug system to work with any .net project (build time patching of .net dlls)and to make a X# emitter for NativeAOT https://gitlab.com/liquip/nativeaot-patcher

> @valentinbreiz @zarlo, is there any news from other maintainers/coredevs? Given that this would be a massive undertaking, and a huge change to the entire project, I feel like at...

how are you setting up the GUI

we need the build log to help