Displaying 1 result from an estimated 1 matches for "homer2".
Did you mean:
home2
2014 Aug 26
2
Tinc on NixOS
...0 dropped 0 overruns 0 carrier 0 collisions 0
Here is my tinc-up
#!/nix/store/ajxd1z42ql9qihdj1pa7in12iynf532g-bash-4.2-p45/bin/sh
#ifconfig $INTERFACE 192.168.1.10 netmask 255.255.255.0
ip route add 10.16.0.0/24 dev $INTERFACE
ip link set dev $INTERFACE up
Here are the routes on I see
[zs at homer2:~]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
default 10.16.0.1 0.0.0.0 UG 0 0 0
eno16777728
10.16.0.0 * 255.255.0.0 U 0 0 0
eno16777728
192.168.1.0 *...