[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
Next revisionBoth sides next revision
playground:openvpn_-_how_to_set_up_a_slackware_server_and_a_slackware_client [2014/10/12 19:16 (UTC)] – [7. Port Forwarding] chrisabelaplayground:openvpn_-_how_to_set_up_a_slackware_server_and_a_slackware_client [2014/10/12 20:01 (UTC)] – [9. Testing the VPN] chrisabela
Line 822: Line 822:
  
 <code> <code>
-# ifconfig tun0 +/sbin/ifconfig tun0 
 tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500  tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500 
         inet 10.8.0.1  netmask 255.255.255.255  destination 10.8.0.2          inet 10.8.0.1  netmask 255.255.255.255  destination 10.8.0.2 
Line 835: Line 835:
  
 <code> <code>
-# ifconfig tun0 +/sbin/ifconfig tun0 
 tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500  tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500 
         inet 10.8.0.6  netmask 255.255.255.255  destination 10.8.0.5          inet 10.8.0.6  netmask 255.255.255.255  destination 10.8.0.5 
 playground:openvpn_-_how_to_set_up_a_slackware_server_and_a_slackware_client ()