[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:network_services:tunnel_interfaces [2020/06/25 13:40 (UTC)] – [Results] ricky_cardohowtos:network_services:tunnel_interfaces [2020/06/25 13:41 (UTC)] (current) – [Results] ricky_cardo
Line 68: Line 68:
 **Here are a couple usage examples.**   **Here are a couple usage examples.**  
 Directing traffic to the tunnel interface.  first example 10.10.132.0-255 second just 10.10.182.15  Directing traffic to the tunnel interface.  first example 10.10.132.0-255 second just 10.10.182.15 
-<coede/sbin/route add -net 10.10.132.0 netmask 255.255.255.0 dev tun0+<code bash>/sbin/route add -net 10.10.132.0 netmask 255.255.255.0 dev tun0
 /sbin/route add -net 10.10.182.15 netmask 255.255.255.255 dev tun0</code> /sbin/route add -net 10.10.182.15 netmask 255.255.255.255 dev tun0</code>
 ====== Sources ====== ====== Sources ======
 howtos:network_services:tunnel_interfaces ()