2013年9月25日 星期三

Backup exec

Backup exec stop and start
http://www.symantec.com/business/support/index?page=content&id=TECH10979

1. Click Start | Run, type CMD, and click OK
 
2. Type cd C:\Program Files\Symantec\Backup Exec\

3. Type bemcmd -o503 (Figure 1 and Figure 2)

a. If all services have stopped successfully, the response will be Return value 1

b. If  there is a problem stopping the services, the response will be Return value 0

4. To start all services for Backup Exec, type bemcmd -o502

a. If all services have started successfully, the response will be Return value 1

b. If there is a problem starting the services, the response will be Return value 0

Note: A return value of -1 indicates an error running the command.

Bloomberg

Bloomberg acc
rcmhk.bloomberg

---
if no bunit
mobi -5 - create token key

---
re- register bunit
ba <enter>  ( it's require to call bloomberg support to reset the bunit)

--web login
https://bba.bloomberg.net/default/auth/login.aspx

polycom

polycom

http://support.polycom.com/PolycomService/support/us/support/documentation/video_test_numbers.html

Jap
61.197.225.89
140.242.46.49

VC self test site - it can test vc in/out, audio and video

71.14.2.157
more info
http://vtctest.pointsofdata.com/

Tomato OpenVPN setting

Tomato OpenVPN setting
http://www.mobile01.com/topicdetail.php?f=110&t=1987934&p=1

--------------------
create new connection. vpn files and crt (crt, csr and key). check vars.bat
1) run cmd in admin mode . go to C:\Program Files\OpenVPN\easy-rsa\vars
2) type build-key xxxx (cert file name). it will generate in keys folder.
3) change the Common Name and Name to xxxx 
4) copy the group crt into config folder
5) double check ovpn file. make sure using

-------------
注意事項:
1.用 Static key,一個VPN Sever只能允許一個VPN Client連接,詳情請參閱官方網站的說明.
當第二個Client端連線到Server時,會導致第一個Client端與Server的VPN連線斷開,
等第二個Client端與Server的VPN連線斷開時,第一個Client端與Server的VPN才能恢復連線.


2.要使用一個Server多個Clients,請將VPN Server的Authorization Mode改為TLS.

3.若想建立三地的VPN,但又嫌Authorization Mode使用TLS太麻煩,仍想使用Static Key,
則可採用開2個VPN Server的方式解決,但注意需將Port錯開,
例:VPN Server1 Port=1194、VPN Server2 Port=1196,
否則你將無法同時開啟2個VPN Server的服務.

在Authorization Mode="TLS"時,
製作加密用的憑證及金鑰(共6組)

1.Certificate Authority(ca.crt)
2.Server Certificate(server.crt)
3.Server Key(server.key)
4.Diffie Hellman parameters(dh1024.pem)
5.Client Certificate(client.crt)
6.Client Key(client.key)


-------------
手機client.ovpn
client
dev tun
remote X.X.X.X 443
proto tcp
comp-lzo
redirect-gateway

<ca>
WordPad開啟ca.crt,然後將文字複製至此
</ca>

<cert>
WordPad開啟client.crt,然後將文字複製至此
</cert>

<key>
WordPad開啟client.key,然後將文字複製至此
</key>