Displaying 2 results from an estimated 2 matches for "blagoveschenski".
Did you mean:
blagoveschensky
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hello, I am not very good at linux networking. I have read tinc documentation
multiple times and I still don't understand what the "Subnet = ..." directive
does in /etc/tinc/$NET_NAME/hosts/$HOST_NAME
Right now I have a simple virtual lan organized with tinc, and I use the
following in every device's config file (replacing the last part of the
address):
# This computer will
2017 Nov 19
0
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
Hi,
Subnet there means as , for this subnet you can reach via me (for ip route command).
For the host file there, means i am responsible for this area. Any packet going to this area will pass through me.
Your vpn can have multiple subnet/area.
You can use hostname as the gateway but must make the dns resolv correct, and it will need more config.
You need to understand about subnetting to