awiouy I begging you now for help! 
 I know you mastered all those things as I've seen your posts from years back about tinc...
After couple days ofr esting from it I'm back with new ideas ![]()
Managed to get my own config like you said using "$DIR_LEGACY" in your tinc.start
So far so good. I'm connected and vpn ip works (can browse 10.0.0.1
Need to add my home subnet and if possible have my home ip address as main mobile ip.
Here is my tinc.conf
Code
		
					
				Name = vpn
AutoConnect = yes
Interface = tun0
AddressFamily = ipv4
ExperimentalProtocol = yes
Ed25519PrivateKeyFile = /storage/.kodi/userdata/addon_data/service.system.tinc/vpn/ed25519_key.priv
PrivateKeyFile = /storage/.kodi/userdata/addon_data/service.system.tinc/vpn/rsa_key.priv
LocalDiscovery = yes
Broadcast = mst
LogLevel = 3
Mode = router
Port = 5721
	
			Display More
	tinc-up
tinc-down
hosts/server
Code
		
					
				Address = xxx.xxx.co.uk
Subnet = 10.0.0.1/32
Subnet = 192.168.1.0/24
Port = 5721
-----BEGIN RSA PUBLIC KEY-----
==================
-----END RSA PUBLIC KEY-----
Ed25519PublicKey = ===================
	
			Display More
	hosts/mobile
Code
		
			Subnet = 10.0.0.2/32
Subnet = 192.168.1.0/24
Ed25519PublicKey = =================================
Port = 11443 
	
	Code
		
			HTPC:~ # ip route
default via 192.168.1.254 dev eth0 
10.0.0.0/24 dev tun0 scope link  src 10.0.0.1 
172.17.0.0/16 dev docker0 scope link  src 172.17.0.1 
172.18.0.0/16 dev br-cb2fc26669fb scope link  src 172.18.0.1 
192.168.1.0/24 dev eth0 scope link  src 192.168.1.111 
192.168.1.254 dev eth0 scope link