Chunhui Ouyang

Results 139 comments of Chunhui Ouyang

> Well depending on your usecase, therebis already support for http inbound load balancind (through keepalived) It's not just HTTP, in fact it can perform load balancing on the four-layer...

> > keepalived is only hot backup in nature > > It is not only "backup" it also uses a load-balancing feature, I guess it also uses LVS as a...

@c-po In fact, I designed it as fix at the beginning, but I found that it almost needs to modify the existing service logic (I can't reuse the old logic,...

@hensur Do you plan to improve the NDPPD service that NAT66 relies on?

> > @hensur Do you plan to improve the NDPPD service that NAT66 relies on? > > @jack9603301 I'm not sure what you mean by "improve"? Is this related to...

> @jack9603301 Yes, I want to be able to configure ndp proxy entries without using nat66. But with @c-po 's suggestions, both should be able to configure ndppd. Why not...

> > The only remainder which still makes my head scratch is - how to tell the system that I need ndpd for IPv6 proxy-arp equivalent or for nat66? -...

> @jack9603301 I think it might be easier to handle if both nat66 and ndp write to separate files. This should help to prevent any race conditions that might occur....

I've already written a conversion script, and maybe now I just need a daemon execution ![图片](https://user-images.githubusercontent.com/9047180/150627384-22f1e564-30dd-4342-8d0d-2e98eda98aef.png) ![图片](https://user-images.githubusercontent.com/9047180/150627400-7733d794-4865-4e5d-992b-98f237dfee29.png)

This is just a rough draft that combines two or more YAMLs correctly into one, but still needs to explore how to combine with Vyos and write daemons ![图片](https://user-images.githubusercontent.com/9047180/150627837-1d53f2e9-13af-4faa-af03-c9af2adaf468.png) There...