Changes between Version 39 and Version 40 of HOWTO


Ignore:
Timestamp:
03/29/20 19:11:31 (4 years ago)
Author:
Pippin
Comment:

Multiple corrections

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO

    v39 v40  
    626626ccd/sysadmin1
    627627
    628     ifconfig-push 10.8.1.1 10.8.1.2
     628    ifconfig-push 10.8.1.2 10.8.1.1
    629629
    630630ccd/contractor1
    631631
    632     ifconfig-push 10.8.2.1 10.8.2.2
     632    ifconfig-push 10.8.2.2 10.8.2.1
    633633
    634634ccd/contractor2
    635635
    636     ifconfig-push 10.8.2.5 10.8.2.6
     636    ifconfig-push 10.8.2.6 10.8.2.5
    637637}}}
    638638Each pair of '''ifconfig-push''' addresses represent the virtual client and server IP endpoints. They must be taken from successive /30 subnets in order to be compatible with Windows clients and the TAP-Windows driver. Specifically, the last octet in the IP address of each endpoint pair must be taken from this set:
     
    662662# Contractor rule
    663663iptables -A FORWARD -i tun0 -s 10.8.2.0/24 -d 10.66.4.12 -j ACCEPT
     664
     665# Close remaining of /22 tunnel
     666iptables -A Forward -i tun0 -s 10.8.3.0/24 -j -DROP
    664667}}}
    665668