Creating IP-IP tunnel between FreeBSD and Linux
September 15, 2011
0
Suppose we have 2 cars PC1 (FreeBSD, ip-address IP1, interface INT1) and PC2 (Linux, IP2, INT2). Lets build IP-IP tunnel (on the side of FreeBSD will address TUN1, Linux – tun2): bsd# nos-tun -t /dev/tun0 …