WireGuard: AllowedIP의 기본값/동작은 무엇입니까?

WireGuard: AllowedIP의 기본값/동작은 무엇입니까?

AllowedIPsWireguard Relay 시나리오에서 라우팅을 설정하는 데 문제가 있어서 WireGuard의 사용법을 이해하려고 합니다 . 단순화된 예:

서비스 터미널:

[Interface]
Address = 172.16.23.1/32
PrivateKey = ...
ListenPort = ...

[Peer]
PublicKey = ...
AllowedIPs = 172.16.23.0/24

고객:

[Interface]
Address = 172.16.23.100/32
PrivateKey = ...

[Peer]
PublicKey = ...
Endpoint = ...
AllowedIPs = 172.16.23.0/24
PersistentKeepalive = 45

내 질문은 AllowedIPs모든 것을 생략하고 ipLinux 명령을 사용하여 라우팅을 설정할 수 있다는 것입니다.

관련 정보