Displaying 2 results from an estimated 2 matches for "mojtinc".
2018 Apr 25
2
LAN hosts not reachable
...is raspi with tinc .
Tinc routing table follows:Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
0.0.0.0 192.168.2.250 0.0.0.0 UG 202 0 0 eth0
192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0
mojtinc
192.168.2.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
Some (or all other LAN) hosts are unreachable until policy based routing
added:
sudo ip rule add from 192.168.0.0/16 dev mojtinc table 1
sudo ip route add 192.168.2.0/24 <http://192.168.7.0/24> via 192.168.2.5
dev...
2018 Apr 25
0
LAN hosts not reachable
...is raspi with tinc .
Tinc routing table follows:Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.2.250 0.0.0.0 UG 202 0 0 eth0
192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0 mojtinc
192.168.2.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
Some (or all other LAN) hosts are unreachable until policy based routing added:
sudo ip rule add from 192.168.0.0/16<http://192.168.0.0/16> dev mojtinc table 1
sudo ip route add 192.168.2.0/24<http://192.168.7.0...