Re: Strange Wireguard config

2025-01-15 Thread Maksim Rodin
Hello, Now everything works! Thanks for your help! On Mon Jan 13 21:09:07 2025, k...@krot.org wrote: > > > • Maksim Rodin [2025-01-13 17:45]: > > Hello. > > I recently got a wireguard config from my friend, he wanted to test his > > wg endpoint setup on a mikrotik router: > > --- > > [Interface]

Re: Strange Wireguard config

2025-01-13 Thread km
• Maksim Rodin [2025-01-13 17:45]: Hello. I recently got a wireguard config from my friend, he wanted to test his wg endpoint setup on a mikrotik router: --- [Interface] PrivateKey = *** Address = 172.16.2.201/32 DNS = 172.16.1.11 [Peer] PublicKey = *** AllowedIPs = 172.16.1.0/24 Endpoint = so

Strange Wireguard config

2025-01-13 Thread Maksim Rodin
Hello. I recently got a wireguard config from my friend, he wanted to test his wg endpoint setup on a mikrotik router: --- [Interface] PrivateKey = *** Address = 172.16.2.201/32 DNS = 172.16.1.11 [Peer] PublicKey = *** AllowedIPs = 172.16.1.0/24 Endpoint = some_ip:62391 PersistentKeepalive = 25 ---