- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 24 2023
Jul 23 2023
Am I supposed to create data/template/dhcp-client/dhcp6c_daemon-options.j2 by hand? I tried to run make to try and create the template, then go from there & fill out the template like in daemon-options.j2. But my dev env is borked, and I'm starting to think that inside a VyOS instance is also where I'm supposed to do this.
Jul 22 2023
Out of the blue I think its a bad thing to throw stuff into the kernelmode for the fun of it.
My proposal after some testing:
Jul 21 2023
Thank you c-po. When we will get the binary?
Regards,
Vishvas
vyos@nat-lb-july# run show config comm | grep nat set nat destination rule 10 destination port '443' set nat destination rule 10 inbound-interface 'eth3' set nat destination rule 10 protocol 'tcp' set nat destination rule 10 translation load-balance mode 'round-robin' set nat destination rule 10 translation load-balance translation-address 1.1.1.1 hash-value '0' set nat destination rule 10 translation load-balance translation-address 2.2.2.2 hash-value '1' set nat destination rule 10 translation load-balance translation-address 3.3.3.3 hash-value '2' set nat destination rule 10 translation load-balance upper-limit '3' set nat destination rule 20 destination port '53' set nat destination rule 20 inbound-interface 'eth3' set nat destination rule 20 protocol 'udp' set nat destination rule 20 translation load-balance mode 'random' set nat destination rule 20 translation load-balance translation-address 1.1.1.1 hash-value '0-24' set nat destination rule 20 translation load-balance translation-address 2.2.2.2 hash-value '25-49' set nat destination rule 20 translation load-balance translation-address 3.3.3.3 hash-value '50-99' set nat destination rule 20 translation load-balance upper-limit '100' set system host-name 'nat-lb-july' [edit]
Proposed syntax one of them
set system option time-format 12|24 set system option time-format 12-hour|24-hour set system option time-format us|gb
Actually, it should configure:
sudo localectl set-locale LC_TIME="en_GB.UTF-8" sudo localectl set-locale LC_TIME="en_US.UTF-8"
Hmm, fair enough. Maybe just executing the stop script and then committing set high-availability disable is enough for maintenance periods.
One general question though out of curiosity: What are the circumstances in which the stop script is executed in the first place?
PR for 1.3: https://github.com/vyos/vyos-1x/pull/2106
Maybe it is the wrong way. I think it shouldn't touch anything in the disable state.
To reproduce the problem:
PR https://github.com/vyos/vyos-1x/pull/2105
set system sflow interface 'eth0' set system sflow interface 'eth1' set system sflow server 127.0.0.1
Jul 20 2023
- I want to have something like minikube on my VyOS router joining my k8s with my services so data is replicated and I can "balance" the services to my home.
- Coming from my R&D journey of https://causal-rt.org I'm trying to further rethink a few things including social networking, one goal would be to get a communication service for "convergent/consent-forging human swarm interaction" https://dory-swarm.org onto the edge, rather than relying on central or semi-decentral services for relaying communication.
That is challenging task :)
What is your goal?
I think this feature must then be modified with:
no it's the PPPOE server configuration
Actualy is just exports TMOUT option per login
In T5364#153398, @troggie wrote:In T5364#153397, @Viacheslav wrote:I'm wondering about the syntax
Will it be enough?set service pppoe-server pado-delay 0I think we should include the sessions incase there multiple PPPOE services and people want to spread the load across multiple devices?
Or maybe an option to allow without sessions as well as allow with sessions - make the system versatile ?