mirror of
				https://github.com/kevinveenbirkenbach/client-playbook.git
				synced 2025-11-04 13:18:02 +00:00 
			
		
		
		
	Added wireguard debug links to doku
This commit is contained in:
		@@ -12,6 +12,22 @@ Manages wireguard on a client.
 | 
			
		||||
 | 
			
		||||
## Debug 
 | 
			
		||||
 | 
			
		||||
### RTNETLINK answers: Permission denied
 | 
			
		||||
When ```systemctl restart wg-quick@wg0.service``` returns __RTNETLINK answers: Permission denied__, modify _/etc/sysctl.conf_:
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
net.ipv6.conf.all.disable_ipv6 = 0
 | 
			
		||||
net.ipv6.conf.default.disable_ipv6 = 0
 | 
			
		||||
net.ipv6.conf.lo.disable_ipv6 = 0
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Afterwards reload: 
 | 
			
		||||
```bash
 | 
			
		||||
sysctl -p
 | 
			
		||||
systemctl restart wg-quick@wg0.service
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### SSH
 | 
			
		||||
 | 
			
		||||
When the SSH connection over wireguard is buggy try: 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user