Русский
 
CONTACT
  Online Support 24/7
  PlanetSky Forum

HOWTO
  Choose type of connection
  Run console commands
  PIDs
  Customer statistic
  Choice of speed

SATELLITE PARAMETERS
  Express AM1 - narrow beam
  Express AM22

TYPE OF CONNECTION
  ACCELERATOR TELLINET
  Accelerator with VPN
  Accelerator without VPN
  Accelerator instead of PROXY

  PROXY
    Express AM22

  VPN for Windows
    Express AM1
      FAKE
      BEST

  VPN for Linux (all SAT)
      FAKE
      BEST

  OpenVPN
  GUI for Windows
  for Linux

  PlanetSKY IP

  GRE
    for Linux
    for FreeBSD

  IPIP
    for Linux

DVB CARDS SETTINGS
  PentaMedia
    Pent@NET for Windows
    Pent@Vision for Windows
    Pent@Office
  SkyStar
    SS1 for Windows
    SS2 for Windows
    SS2 for xNIX
  Twinhan
    Twinhan Vision DTV for Windows
    Twinhan Vision DTV for Linux

CHECK TOOLS
  IP and PROXY check

ARCHIVE
  News Archive

[08.03.2005]

OpenVPN under windows HOW-TO

You have to download OpenVPN client openvpn-2.0-install.exe

For more information about OpenVPN You should visit http://openvpn.sf.net/.

Please install OpenVPN in c:\program files\openvpn\.

You must contact with PlanetSky technical Support for settings. Your request should contain:

  • login
  • password
  • email (where your config files will be emailed)

All files you get from Support copy to c:\program files\openvpn\config

After you need to setup your OpenVPN connection:

1. Open Network Connections in Control Panel

2. Open properties for TAP-WIN32 adapter (in example it is Local Area Connection 7)

3.You have to fill all the fields in Internet protocol (TCP/IP) settings. You can find them in files, sent by support to you:
3.1. Field IP adress: first IP adress from your .conf file from the line
ifconfig 192.168.xxx.yyy 192.168.xxx.zzz
3.2. Field Subnet mask: fill it by 255.255.255.252
3.3. Field Default gateway: second IP adress from your .conf file from the line
ifconfig 192.168.xxx.yyy 192.168.xxx.zzz
3.4. Fields Preferred DNS server: and Alternate DNS server: fill it by IP`s of our DNS servers:
SatelliteDNS servers
EXPRESS AM22213.138.113.2 , 213.138.110.132
NSS 6210.5.197.34 , 213.138.110.132
NSS 6 India Beam210.5.197.34 , 213.138.110.132
NSS 7213.138.110.132

4. Execute command cmd and in command window execute route print command.

5. You have to remember value Default Gateway (in example it 192.168.1.12) and input it in start.bat file (it will be sent to you from Support) second IP
Example:
echo "====== adding routes ========"
route add 62.41.25.66 192.168.1.12
echo "====== deleting def route ======="
route delete 0.0.0.0
echo "====== starting tunnel ======="
openvpn --config steam.conf

6. Start file start.bat

OpenVPN must work.

You can test all that you have done, after starting start.bat in other command-line window (run cmd) exec command route print. Value of Default Gateway must be like second IP from .conf file (see bunch 3.3)

In subsequent times for starting OpenVPN connection you should execute only items 4 - 6 of these instruction.

PLANETSKY Support Team