Re 3.02b update, some feedback on the device client peer configuration:
- the iPone configuration that gets create during the install:
(note that it looks the same for any newly created device client peer) - The #DDNS and Endpoint = lines have the information reversed. When I put the DDNS information on the Endpoint line and the other way around. it all worked well. The client peer connects and can browse other devices on the host peer network.
- after disconnecting the client peer the following shows in the interface for the respective client peer::
I guess once disconnected it's not anymore relevant that the latest handshake was 12 minutes ago - it's disconnected.
- option 9 doesn't allow to create a device client peer to the wg22 host peer - maybe in some next iteration.
- the (?) option does not print the expected information (it used too...)
Nice progress over a short period of time...
-
- the iPone configuration that gets create during the install:
Code:
# iPhone
[Interface]
PrivateKey =
Address = 10.50.1.12/32
DNS = 1.1.1.1
# RT-AX86U 'server' (wg21)
[Peer]
PublicKey = +oObWrCSDk1LdqJGCCPg7sxxaYfU2pDktq+nZAczBAY=
AllowedIPs = 0.0.0.0/0 # ALL Traffic
# DDNS my.DDNS.net
Endpoint = 1.1.1.1:51820
PersistentKeepalive = 25
# iPhone End
- after disconnecting the client peer the following shows in the interface for the respective client peer::
Code:
latest handshake: 12 minutes, 48 seconds ago
transfer: 527.19 KiB received, 1.67 MiB sent
- option 9 doesn't allow to create a device client peer to the wg22 host peer - maybe in some next iteration.
- the (?) option does not print the expected information (it used too...)
Nice progress over a short period of time...
-
Last edited: