Phone numbers of user technical support

619-001 (multichannel)

MTS 1: (066) 936-19-96
MTS 2: (066) 936-45-35

KYIVSTAR 1: (067) 419-59-91

It is necessary to determine the routing for correct work in the local network of the Technical Centre Radio Systems Ltd. (computer-to-computer data exchange in different segments of the network), for some operating systems (Windows 95/98/ME, Windows 2000, *nix) or routers:

1) to determine IP-address of the gateway:

2) to execute a program of the following format:

 

for Windows operating systems

TCRS local network:

route ADD 10.0.0.0 MASK 255.0.0.0 X.X.X.X, where X.X.X.X — IP address of the gateway indicated in point 1

 

a local access to the site rs.net.ua:

route ADD 193.178.228.1 MASK 255.255.255.255 10.10.X.6, where X — the number of the network segment

 

access to the local hosting:

route ADD 193.178.228.214 MASK 255.255.255.255 10.10.X.2, where X — the number of the network segment

 

VoIP:

route ADD 193.178.229.2 MASK 255.255.255.255 X.X.X.X, where X.X.X.X — IP address of the gateway indicated in point 1

 

For example, for an IP address in the range 10.10.116.*/23:

Windows

route ADD 10.0.0.0 MASK 255.0.0.0 10.10.116.1

route ADD 193.178.228.1 MASK 255.255.255.255 10.10.116.6

FreeBSD

route ADD 10.0.0.0/8 10.10.116.1

route ADD 193.178.228.1/32 10.10.116.6

Linux

route ADD -net 10.0.0.0/8 gw 10.10.116.1

route ADD -net 193.178.228.1/32 gw 10.10.116.6

 

In order to avoid executing these programs every time the operating system is run, you can make a file with the file extension .bat (for Windows operating systems) and include these commands in it. The file with the extension .bat must be set in the startup.