Thx everyone who offered me help.
And the "log" problem solved (Thx to you, db3l)
It was me to forgot to put the server.conf to /etc/openvpn ...
And at this time, the server side could receive the packets sent by the client.
On the server side, the OpenVPN is running now, and its logging the log, but on the client side, it still got the TLS handshake error.
Here's the log of the client's side:
2011-05-10 23:28:26 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
2011-05-10 23:28:26 Socket Buffers: R=[42080->65536] S=[9216->65536]
2011-05-10 23:28:26 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
2011-05-10 23:28:26 Local Options hash (VER=V4): '41690919'
2011-05-10 23:28:26 Expected Remote Options hash (VER=V4): '530fdded'
2011-05-10 23:28:26 UDPv4 link local: [undef]
2011-05-10 23:28:26 UDPv4 link remote: Server's IP:11940
2011-05-10 23:28:26 MANAGEMENT: >STATE:1305066506,WAIT,,,
2011-05-10 23:28:28 MANAGEMENT: >STATE:1305066508,AUTH,,,
2011-05-10 23:28:28 TLS: Initial packet from Server's IP:11940, sid=e28dc6ed 0671ee96
2011-05-10 23:28:29 VERIFY OK: depth=1,
/C=xx/ST=xx/L=xx/O=xx/CN=server/emailAddress=xx@xx.com
2011-05-10 23:28:29 VERIFY OK: depth=0,
/C=xx/ST=xx/L=xx/O=xx/CN=server/emailAddress=xx@xx.com
2011-05-10 23:29:27 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
2011-05-10 23:29:27 TLS Error: TLåS handshake failed
2011-05-10 23:29:27 TCP/UDP: Closing socket
2011-05-10 23:29:27 SIGUSR1[soft,tls-error] received, process restarting
2011-05-10 23:29:27 MANAGEMENT: >STATE:1305066567,RECONNECTING,tls-error,,
And it was weird because when the connection is failed and trying to reconnect via client, the log on the client side is different from above,
it kept showing
2011-05-10 23:52:22 MANAGEMENT: >STATE:1305067942,WAIT,,,
and then TLS Error.
But when I directly type /etc/init.d/openvpn start, and then use client to connect, the client could receive the TLS initial packet, but then handshake error like the log I pasted.
It seemed the openvpn is up for a while and then somehow been shutdown.
Could you help me with this new situation?
Thanks a lot!!!