- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 12 2023
Jan 11 2023
@jestabro I've created the backport PR just now.
@roedie , thanks.
Will push the backport for 1.3 as well.
So there are 2 options
- Live it as it is, it works as before (but maybe it is a legacy way)
- Return the strongswan.service and use it in all required places (conf-mode, op-mode, dmvpn scripts, etc). So old ipsec/starter must not be overlapped with strongswan.service restarts
Jan 10 2023
I found that if IPSEC lifetime is large(28800) then this problem occurs.
If lifetime eq 1800 sec, everything works.
After return strongswan.starer https://github.com/vyos/vyos-1x/commit/f5f43c6639957f95177bb77d2b569e16d4dab9dc
all looks good now, service can be restored without issues
The similar task T3008
Jan 9 2023
I have tested this bug.
After boot everything woks fine without any problems.
But after restart vpn command all these issues began.
- Error message
vyos charon[2079]: 04[NET] no socket implementation registered, sending failed
- Swanctl shows unnormal info. IPSEC phase is down.
- Traffic passes through the tunnel.
- New process appears
Fixed in T3810
Jan 8 2023
I don't think this is a bug in FRR, but rather a configuration issue. I'm not really familiar with FRR, but as far as I can tell, sending RAs is an intended feature of it that can be disabled per interface: https://docs.frrouting.org/en/latest/ipv6.html#clicmd-ipv6-nd-suppress-ra
Not sure why it's enabled by default, since I couldn't find anything in the generated /etc/frr/frr.conf that would enable it.
Could you open an issue for FRR?
https://github.com/FRRouting/frr/issues
Jan 7 2023
In T4917#140239, @b- wrote:Thanks! That’ll help me with what I’m working on :)From where does this limitation originate, anyway? Is there a way to at least add . to the acceptable characters list, so as to allow for foo.sh? Would that break something that expects to skip over filenames with dots and other characters?