Changes between Version 1 and Version 2 of Ticket #151

Show
Ignore:
Timestamp:
10/06/10 12:05:35 (3 years ago)
Author:
admin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #151 – description

    v1 v2  
    11on z2-2 
    2 * stop + rename /etc/openvpn/server-2-from-7.conf 
    3 * ip add  10.1.2.7/32 eth1 
    4 * ip route add ... 
     2* /etc/init.d/openvpn stop server-2-from-7 
     3* mv /etc/openvpn/server-2-from-7.conf /etc/openvpn/server-2-from-7.conf.has_direct_link 
     4* ip route add 10.10.0.7 dev eth1 src 10.10.0.2 
    55on z2-7 
    6 * stop + rename /etc/openvpn/client-7-to-2.conf 
    7 * ip add 10.1.7.2/32 eth1 
    8 * ip route add ... 
     6* /etc/init.d/openvpn stop client-7-to-2 
     7* mv /etc/openvpn/client-7-to-2.conf /etc/openvpn/client-7-to-2.conf.has_direct_link 
     8* ip route add 10.10.0.2 dev eth1 src 10.10.0.7