Wiki

NeoRouterWiki:FAQ

From NeoRouterWiki

(Difference between revisions)
Jump to: navigation, search
(FAQ)
(FAQ)
Line 1: Line 1:
== FAQ ==
== FAQ ==
-
'''1. What security protocols/encryption is used by Neorouter?'''
+
 
 +
'''1. What operating systems does Neorouter support?'''
 +
 
 +
NeoRouter Standard Edition is currently available for Windows XP, Windows 2003, Vista and Windows 2008. The NeoRouter Server is also available for Linux.
 +
 
 +
 
 +
'''2. What security protocols/encryption is used by Neorouter?'''
NeoRouter uses the SSLv3 (AES-256) to provide a secure communication channel between NeoRouter Server and each Client while using a variation algorithm (RSA 2048bit + DH + AES-256) between clients (peer-to-peer).
NeoRouter uses the SSLv3 (AES-256) to provide a secure communication channel between NeoRouter Server and each Client while using a variation algorithm (RSA 2048bit + DH + AES-256) between clients (peer-to-peer).
-
'''2. I am trying to remote control my second PC. It looks like it is connected but it wants from me to log on the windows and when i try to log on with the my administrator users accounts used in the same PC it's says "Unable to log you on , because of account restriction".'''
+
'''3. I am trying to remote control my second PC. It looks like it is connected but it wants from me to log on the windows and when i try to log on with the my administrator users accounts used in the same PC it's says "Unable to log you on , because of account restriction".'''
This is most likely because the account you are using to connect with has a null (blank) password. You cannot establish Remote Desktop connections when you are using an account with a null password.
This is most likely because the account you are using to connect with has a null (blank) password. You cannot establish Remote Desktop connections when you are using an account with a null password.
Line 16: Line 22:
-
'''3. I am trying to remote control my second PC. It seems to be connected but the screen is black and I am not able to see anything.'''
+
'''4. I am trying to remote control my second PC. It seems to be connected but the screen is black and I am not able to see anything.'''
Most users, who use home router, may hardly come cross this issue. But if it happens to you, please try the following solutions to work around.
Most users, who use home router, may hardly come cross this issue. But if it happens to you, please try the following solutions to work around.
Line 27: Line 33:
2) In some environments, too many network packets, especially UDP packets, may be lost, dropped or out-of-order and this make RDP session cannot create properly. In this case, you may want to force NeoRouter use either relay mode or TCP P2P connection instead of UDP P2P connection by default.
2) In some environments, too many network packets, especially UDP packets, may be lost, dropped or out-of-order and this make RDP session cannot create properly. In this case, you may want to force NeoRouter use either relay mode or TCP P2P connection instead of UDP P2P connection by default.
 +
 +
For NeoRouter 0.9.4 or later, you can setup the "Connection Type" from NeoRouter Configuration Explorer.
 +
 +
  a. Log on to the NeoRouter server using an administrator account
 +
 +
  b. Select "Connections" page
 +
 +
  c. Choose the "Client-to-Client Connection" option you want
 +
 +
  d. Click on "Apply" button. It will restart the NeoRouter Client service.
 +
 +
  NOTE:
 +
  a. The changes won't take effect until the NeoRouter Client service
 +
    restarts.
 +
 
 +
  b. The settings defined in the file "Feature.ini" in the application
 +
    folder for previous version will be replaced by this option.
 +
 +
For NeoRouter 0.9.3 or older, you can setup the option manually.
   a. Create a file "Feature.ini" in the application folder.
   a. Create a file "Feature.ini" in the application folder.
Line 36: Line 61:
    
    
   c. Restart the NeoRouter Client service.
   c. Restart the NeoRouter Client service.
 +
 +
 +
 +
'''4. After installing NeoRouter, my original network does not work properly?'''
 +
 +
In most Windows, it should work properly without changing adapter binding order if you have multiple adapters installed on your computer. Though most software are smart enough to choose proper adapter, some software simple choose the first one in the connection list and use it as the default network connection automatically, for example: some games, RPC stack and so on.
 +
 +
By default, NeoRouter installs a virtual adapter (NeoRouter Connection) and put it in the first position of the connection list. It is good for some software that use NeoRouter virtual network, but it may effect other software, which is not smart enough to find the original adapter.
 +
 +
In this case, you may want to change the binding order manually.
 +
 +
 +
Please see the document from Microsoft:
 +
[http://support.microsoft.com/kb/894564 How to change the binding order of network adapters]

Revision as of 13:21, 30 December 2008

FAQ

1. What operating systems does Neorouter support?

NeoRouter Standard Edition is currently available for Windows XP, Windows 2003, Vista and Windows 2008. The NeoRouter Server is also available for Linux.


2. What security protocols/encryption is used by Neorouter?

NeoRouter uses the SSLv3 (AES-256) to provide a secure communication channel between NeoRouter Server and each Client while using a variation algorithm (RSA 2048bit + DH + AES-256) between clients (peer-to-peer).


3. I am trying to remote control my second PC. It looks like it is connected but it wants from me to log on the windows and when i try to log on with the my administrator users accounts used in the same PC it's says "Unable to log you on , because of account restriction".

This is most likely because the account you are using to connect with has a null (blank) password. You cannot establish Remote Desktop connections when you are using an account with a null password.

To work around this behavior so you can establish Remote Desktop connections, log on at the console of the computer, and then set a password for that user account so that it no longer has a null password.

Please see the document from Microsoft:

Error Message: Unable to Log You on Because of an Account Restriction


4. I am trying to remote control my second PC. It seems to be connected but the screen is black and I am not able to see anything.

Most users, who use home router, may hardly come cross this issue. But if it happens to you, please try the following solutions to work around.

1) It may be caused by "Bitmap Caching" in the Windows Remote Desktop. So you can simply check off the "Bitmap Caching" option in the Windows Remote Desktop configuration dialog box or replace the setting "bitmapcachepersistenable:i:1" with "bitmapcachepersistenable:i:0" by editing the file \My Documents\Default.rdp (it is a hidden file).

Please see the document from Microsoft:

A black screen may appear while logon by using remote desktop.
Configure bitmap caching

2) In some environments, too many network packets, especially UDP packets, may be lost, dropped or out-of-order and this make RDP session cannot create properly. In this case, you may want to force NeoRouter use either relay mode or TCP P2P connection instead of UDP P2P connection by default.

For NeoRouter 0.9.4 or later, you can setup the "Connection Type" from NeoRouter Configuration Explorer.

 a. Log on to the NeoRouter server using an administrator account

 b. Select "Connections" page

 c. Choose the "Client-to-Client Connection" option you want

 d. Click on "Apply" button. It will restart the NeoRouter Client service. 

 NOTE: 
 a. The changes won't take effect until the NeoRouter Client service 
    restarts.
 
 b. The settings defined in the file "Feature.ini" in the application 
    folder for previous version will be replaced by this option.

For NeoRouter 0.9.3 or older, you can setup the option manually.

 a. Create a file "Feature.ini" in the application folder.
    For example: "C:\Program Files\ZebraNetworkSystems\NeoRouter\Feature.ini"
 
 b. Put the following parameters to it:
    [Default]
    P2P=0
 
 c. Restart the NeoRouter Client service.


4. After installing NeoRouter, my original network does not work properly?

In most Windows, it should work properly without changing adapter binding order if you have multiple adapters installed on your computer. Though most software are smart enough to choose proper adapter, some software simple choose the first one in the connection list and use it as the default network connection automatically, for example: some games, RPC stack and so on.

By default, NeoRouter installs a virtual adapter (NeoRouter Connection) and put it in the first position of the connection list. It is good for some software that use NeoRouter virtual network, but it may effect other software, which is not smart enough to find the original adapter.

In this case, you may want to change the binding order manually.


Please see the document from Microsoft:

How to change the binding order of network adapters