gspannu
Senior Member
a) Do you have a DNS entry in your client config?Hi
I've managed to make my wireguard sever in asus ac86u connect the tunnel,but is not working.
I mean, I have tunnel stablished,handsake works and command wg in the router shows me that the client is connected,and log in the client says that tunnel is enabled and handsakes and all stuff is working,plus I have data send and received.
the problem,is that if I try to search internet or even try to acces the router's main page,it won't work.
proably something is blocking my tunnel to connect to any local or non-local server
¿any thoughts?
b) Are the lines in the correct order? It can make a difference.
Something like this....
[Interface]
PrivateKey = ????????????????????
Address = something like 10.10.0.11/24
DNS = 192.168.1.1 or 192.168.50.1 or your router IP
[Peer]
Endpoint = xx.xx.xx.xx:number
PublicKey = ????????????????????
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25
PrivateKey = ????????????????????
Address = something like 10.10.0.11/24
DNS = 192.168.1.1 or 192.168.50.1 or your router IP
[Peer]
Endpoint = xx.xx.xx.xx:number
PublicKey = ????????????????????
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25