udpate PR for 1.3 https://github.com/vyos/vyos-1x/pull/1288
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 18 2022
PR for 1.3: https://github.com/vyos/vyos-1x/pull/1308
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1286
I would like to call it system-as(n)
Apr 17 2022
Apr 16 2022
Apr 15 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1284
Tested in VyOS 1.4-rolling-202204130521
All works, thanks!
Apr 14 2022
@fernando can you take a look at this one.
maybe we will need report it to FRR team
Relevant configuration on one PE router:
Large packets fastnetmon/podman
30 largest packages in 1.4 dev build:
telegraf 144 MB linux-image-5.10.109-amd64-vyos 107 MB libwireshark14 100 MB vyos-linux-firmware 68.8 MB containernetworking-plugins 51.2 MB vyos-http-api-tools 40.4 MB podman 37.3 MB python3-pycryptodome 36.0 MB libicu67 33.9 MB vim-runtime 32.9 MB vyos-1x 29.2 MB libperl5.32 28.5 MB salt-common 27.9 MB nmap-common 21.2 MB frr 20.2 MB libruby2.7 17.9 MB coreutils 17.9 MB perl-modules-5.32 17.9 MB grub-common 17.8 MB systemd 16.4 MB locales 16.4 MB libc6 13.1 MB pmacct 13.0 MB ieee-data 12.3 MB vyos-intel-qat 11.7 MB aptitude-common 10.3 MB gdb 10.0 MB udev 9,184 kB grub-efi-amd64-bin 8,831 kB squid 8,582 kB
Theoretically, must be fixed in https://github.com/FRRouting/frr/pull/11004
Apr 13 2022
For some reason is_bond_member is not in the configuration after the description
eth2 with option is_bond_member
eth3 without option is_bond_member
############## MY DEBUG START:
{'description': 'fofof',
'duplex': 'auto',
'hw_id': '50:08:00:01:00:03',
'ifname': 'eth3',
'ip': {'arp_cache_timeout': '30'},
'mtu': '1500',
'speed': 'auto'}
####### MY DEBUG END #######Apr 12 2022
Apr 11 2022
regarding this behavior , I found a similar task where there was a bug with chain VYOS_PRE_SNAT_HOOK that jumps to WANLOADBALANCE ,although it was solved .
However , policy traffic rule seems to be affected with this issues(the main difference is that now there is a pass on this chain/ POSTROUTING) , below I'll share the task just to know where you can find the problem.
teleport Linux 64-bit DEB - 94 Mb
https://goteleport.com/teleport/download/
VyOS 1.4-rolling-202204090217 works well.
Apr 10 2022
I've tested the scenario using VyOS 1.4-rolling-202204090217 and (esp lifetime '30'). Attached is the config.
After turning on the right and left routers, IPsec creates two tunnels that are updated every 10 seconds. (Tunnels are updated using strange intervals, the first 1-10 seconds, the second 10-20 seconds).
@hakwerk I'm sorry for the delay of the response. It seems that this PR(https://github.com/vyos/vyos-vm-images/pull/28) fixes the enable_dhcp issue.
I can't reproduce the install-grub issue for now. If I get the warning, I will try to fix it.
VyOS 1.3 and 1.2 use the legacy Perl based IPSec implementation. A test would still be good just to be sure!
I tested it with VyOS 1.4-rolling-202204090217 and it works well for a while.
Apr 9 2022
Apr 8 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1280
I missed option network vlan:
set service ipoe-server interface eth2 network 'vlan'
configs looks good:
[ipoe] verbose=1 interface=re:eth2\.\d+,shared=0,mode=L2,ifcfg=1,range=192.168.0.0/24,start=dhcpv4,ipv6=1 username=ifname password=csid proxy-arp=1
I would like to see this too, with Ethernet interfaces.