stunnel / Ocserv-install-script-for-CentOS-RHEL-7

Ocserv(AnyConnect Server) install script for CentOS/RHEL 7
283 stars 164 forks source link

有个子网掩码算错了 #17

Closed adaiguoguo closed 8 years ago

adaiguoguo commented 9 years ago
 sed -i "s/ipv4-netmask = 255.255.255.0/ipv4-netmask = 255.255.251.0/g" "${confdir}/ocserv.conf"

/21 应该是ipv4-netmask = 255.255.248.0

travislee89 commented 8 years ago

fixed. thanks.