Проблема при настройке Open-Vpn
Вот client.ovpn:
dev tap
port 55900
proto udp
remote 80.81.208.82
ifconfig 10.x.x.x 255.255.255.0
resolv-retry infinite
nobind
persist-key
persist-tun
route-noexec
tun-mtu 1400
tls-client
ca /etc/openvpn/ca.crt
cert /etc/openvpn/i01xxxxx.crt
key /etc/openvpn/i01xxxxx.key
comp-lzo
comp-noadapt
ns-cert-type server
user nobody
group nobody
verb 3
auth-user-pass /etc/openvpn/ovpn.txt
<EOF>
При подключении OpenVPN пишет:
Wed Apr 22 00:35:57 2009 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway,dhcp-option DNS 80.81.208.82,route-gateway 10.x.0.1,ping 30,ping-restart 120,route 0.0.0.0 0.0.0.0 10.x.0.1,dhcp-option DNS 80.81.208.82,ifconfig 10.x.x.x 255.255.0.0'
Wed Apr 22 00:35:57 2009 OPTIONS IMPORT: timers and/or timeouts modified
Wed Apr 22 00:35:57 2009 OPTIONS IMPORT: --ifconfig/up options modified
Wed Apr 22 00:35:57 2009 OPTIONS IMPORT: route options modified
Wed Apr 22 00:35:57 2009 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Apr 22 00:35:57 2009 TUN/TAP device tap0 opened
Wed Apr 22 00:35:57 2009 /sbin/ifconfig tap0 10.x.x.x netmask 255.255.0.0 mtu 1500 broadcast 10.x.255.255
Вопрос: почему маска 255.255.0.0 ?