Wireguard S2S OpenWrt <-> AVM 7530 7.39

Good Evening,

I am trying to create a Site2Site Connection: OpenWRT <-> AVM 7530 7.39.

Anybody was successfull and could share his way please ?

example 192.168.1.1:50101 (1.no-ip.com) and 192.168.2.1:50102 (2.no-ip.com)

greetings michael

For Device 1.no-ip.com

config interface 'connect_2'      
        option proto 'wireguard'
        option private_key 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx='
        option listen_port 'xxxxx'
        list addresses '192.168.1.1/32'
                                 
config wireguard_connect_2                        
        option public_key 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaa=' #<---generated from 2's private key
        list allowed_ips '192.168.2.1/32'
        option endpoint_port 'yyyyy'                                    
        option endpoint_host '2.no-ip.com'
        option route_allowed_ips '1'

For Device 2.no-ip.com

config interface 'connect_1'      
        option proto 'wireguard'
        option private_key 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy='
        option listen_port 'yyyyy'
        list addresses '192.168.2.1/32'
                                 
config wireguard_connect_1                        
        option public_key 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb=' #<---generated from 1's private key
        list allowed_ips '192.168.1.1/32'
        option endpoint_port 'xxxxx'                                    
        option endpoint_host '1.no-ip.com'
        option route_allowed_ips '1'
1 Like

thank you lleachii,

it turned out... i am not stupid at all.
one my AVM 4040 OpenWRP does not resolve ddnss.de.
tried hard 2 weeks and ended at changing my 4040 (got 4 in total).
other box resolves ddnss.de and my goal S2S AVM 7530 7.39 <-> AVM 4040 OpenWRT works :slight_smile:

still dont know why this happens. will try to recover to 7.14 old on 4040 and reflash OpenWRT again.

greetings michael

1 Like

Related thread: Fresh install AVM4040 - cannot ping ddnss.de

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.