Michsh / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Too many logs for static key connection #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After connection , It repeat this message 

P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyyy

xxx.xxx.xxx.xxx:yyy is remote server ip and port.

The network traffic through vpn working.

This is my log file 

正在生成配置
started Socket Thread
网络状态: CONNECTED to WIFI "123456"
P:do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
正在打开 tun 设备:
本地 IPv4: 10.0.9.2/30 IPv6: null MTU: 1500
DNS 服务器: 8.8.8.8, 8.8.4.4, 域名: invalid
IPv4 路由: 0.0.0.0/0
IPv6 路由: 
P:Protecting socket fd 5
P:UDP link local: (not bound)
P:UDP link remote: [AF_INET]xxx.xxx.xxx.xxx:yyy
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
P:Initialization Sequence Completed
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
P:WARNING: 'tun-ipv6' is present in remote config but missing in local config, 
remote='tun-ipv6'
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
P:Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:yyy
.....

This is my config file generated by ics-openvpn

# Enables connection to GUI
management /data/data/de.blinkt.openvpn/cache/mgmtsocket unix
management-client
management-query-passwords
management-hold

setenv IV_OPENVPN_GUI_VERSION "de.blinkt.openvpn 0.5.46"
# Log window is better readable this way
suppress-timestamps
verb 1
connect-retry-max 5
connect-retry 5
resolv-retry 60
dev tun
remote xxx.xxx.xxx.xxx yyy  udp
<secret>
#
#2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
... my secret key 
-----END OpenVPN Static key V1-----

</secret>
route 0.0.0.0 0.0.0.0
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
dhcp-option DOMAIN invalid
nobind
cipher AES-128-CBC
float
# Use system proxy setting
management-query-proxy
# Custom configuration options
# You are on your on own here :)
# These Options were found in the config file do not map to config settings:
ping-timer-rem 
mssfix 
passtos 
keepalive 10 120 
fragment 1400 
ifconfig 10.0.9.2 10.0.9.1

Original issue reported on code.google.com by chunlinyao@gmail.com on 19 Nov 2013 at 4:14

GoogleCodeExporter commented 9 years ago
If this is a real problem it is also a real problem in the upstream OpenVPN 
version (i.e. outside the scope of this app)

Original comment by arne@rfc2549.org on 23 Nov 2013 at 1:10