search for: host_name_1

Displaying 2 results from an estimated 2 matches for "host_name_1".

Did you mean: host_name_2
2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
...I don't understand what this does. Why is it not enough to set routes on the client device like this? ip route add 0.0.0.0/0 via 10.20.30.22 dev $NET_NAME metric 40 ip route add $SERVER_IP_ON_INTERNET/32 via 192.168.0.1 dev enp3s0 Does all this mean, that it's impossible to sometimes use $HOST_NAME_1 as the default gateway and sometimes another $HOST_NAME_2, because their `Subnet = 0.0.0.0/0` will clash, and something will fuck up? -- Philip Blagoveschensky -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 5...
2017 Nov 19
0
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
...is does. > Why is it not enough to set routes on the client device like this? > > ip route add 0.0.0.0/0 via 10.20.30.22 dev $NET_NAME metric 40 > ip route add $SERVER_IP_ON_INTERNET/32 via 192.168.0.1 dev enp3s0 > > Does all this mean, that it's impossible to sometimes use $HOST_NAME_1 as the > default gateway and sometimes another $HOST_NAME_2, because their > `Subnet = 0.0.0.0/0` will clash, and something will fuck up? > > -- > Philip Blagoveschensky > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > https...