全文検索:
- 21 Set up Wireguard client as Gateway @en:50_dialy:2024:02
- | global network| X.X.X.X| | Wireguard network| 10.10.10.0/24| | local networdk|192.168.0.0/24| In this scenario, if you want to connect the local network... he local Wireguard. <code> [Interface] Address = 10.10.10.1/24 ListenPort = 51820 PrivateKey = XXXXXX
- Dokuwiki.fl8.jp
- 77,216| |/9 |255.128. 0. 0|8,388,606|8,388,608| |/10|255.192. 0. 0|4,194,302|4,194,304| |/11|255.224. ... |255.255.252. 0|1,022|1,024| |/23|255.255.254. 0|510|512| |/24|255.255.255. 0|254|256| |/25|255.255.25... orange> <code console> # ipcalc -nbm 192.168.65.101/21 NETMASK=255.255.248.0 BROADCAST=192.168.71.... 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- mplest solution. ===== Error ===== <code> $ ssh 10.10.0.25 no hostkey alg </code> ===== Solution ===== ==== 1. How to create ECDSA keys ==== <code> s... ection will be possible. <code|.ssh/config> Host 10.10.0.25 HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 </code> ==
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- ip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card device i... bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device ... fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge
- Jun 17 2023 Docker logs tail @en:50_dialy:2023:06
- ===== how to ===== With this method, the latest 10 logs are displayed immediately. This is convenient! 😊 docker logs --tail 10 -f [container] docker-compose --tail 10 -f {{tag>Diary Docker}}
- 2022.01.24 About SSHD MaxStartups @en:50_dialy:2022:01
- The default setting for systems like CentOS 7 is 10:30:100, where unauthenticated connections exceeding 10 are rejected with a 30% probability, and all connections are rejected once it reaches 100. Default setting method MaxStartups <start>:<co