search for: server_ip_on_internet

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

2017 Nov 16
3
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
...hy the guides on how to use one of tinc peer as the default gateway tell me to write this too: Subnet = 0.0.0.0/0 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 ------...
2017 Nov 19
0
What exactly is the meaning of "Subnet" parameter in tinc/$NETNAME/hosts/$SOMEHOSTNAME?
...as > the default gateway tell me to write this too: > > Subnet = 0.0.0.0/0 > > 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 Blagoveschen...