port used for client NAV 5.0 SP1

nafujinafuji Member Posts: 4
Hello all,

Our customer is tring to establish new office and this office will be maitenaed by other network vendor.
To use NAV in this office, Network Vendor wants to open Fire wall so they ask us the port number.

Howeverer, we already knew about RDP port but we are not sure about NAV client softwere.
Thus i would like to know the port which is used for the NAV client.
Is threre any way to check the port number inside of NAV?

Answers

  • krikikriki Member, Moderator Posts: 9,112
    Depends if you using SQL server or native DB.

    SQL Server's default port is 1433
    NAV native's default port is 2407
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • nafujinafuji Member Posts: 4
    kriki wrote:
    Depends if you using SQL server or native DB.

    SQL Server's default port is 1433
    NAV native's default port is 2407

    Hi,kriki

    Thnak you for your quick response!
    We are using SQL Server 2008 R2 so 1433 is the port number, right?
  • krikikriki Member, Moderator Posts: 9,112
    If it is the default port your SQL is using.

    You can check in the services-file (c:\windows\system32\drivers\etc)

    In there you will find something like this:
    ms-sql-s 1433/tcp #Microsoft-SQL-Server
    ms-sql-s 1433/udp #Microsoft-SQL-Server

    If your installation is NOT using the default ports, you will see the port here.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • nafujinafuji Member Posts: 4
    kriki wrote:
    If it is the default port your SQL is using.

    You can check in the services-file (c:\windows\system32\drivers\etc)

    In there you will find something like this:
    ms-sql-s 1433/tcp #Microsoft-SQL-Server
    ms-sql-s 1433/udp #Microsoft-SQL-Server

    If your installation is NOT using the default ports, you will see the port here.
    I found it ! thank you so much! =D>
Sign In or Register to comment.