Home
Knowledge Base
Create a Ticket
Check Existing Ticket
Home
Knowledge Base
Create a Ticket
Check Existing Ticket
Home
Knowledge Base
Create a Ticket
Check Existing Ticket
Found Articles
×
  • Welcome to our Support Desk

    Below you'll find instructions for accessing the main areas of our support desk.

    Support

    Do you have a question?

    Simply submit a ticket and one of our support
    representatives will be in touch shortly to help you.

     

    Do you have an existing ticket?

    No problem. You can see the status, check for
    updates, and read all of your existing tickets.

    Create a Ticket   Check Existing Ticket

     


     
  • Create a New Ticket

    Note: If you've already created a ticket and just want to check the status of that ticket, click here.

    Please Submit Your Ticket

    Add Attachment
    Please enter 71194 into the box below to submit your ticket:
    Most Asked Questions
    NAT prerouting rules

    This command is used to pre-route the traffic from NAT server to NFS server (specially used for FTP client(RANZCOG) access)

     

    COMMAND#: 

    iptables -t nat -A PREROUTING -p tcp --dport 10234 -j DNAT --to-destination 10.0.2.50:22

    COMMAND to check the list of iptables rules with pre-routing

    List:

    iptables -t nat --line-numbers -L

    TO REMOVE THE RULES:

    iptables -t nat -D PREROUTING 'nr'

    ex: iptables -t nat -D PREROUTING 6

     

     


    How to reset MYSQL root password

    This article will walk you through how to reset the root MySQL password:

     

    STEP 1: stop the MySQL service

    sudo /etc/init.d/mysql stop

    STEP 2: Enter the MySQL shell by skipping the secure access

    sudo /usr/sbin/mysqld --skip-grant-tables

    start the mysql client process using this command
    mysql -u root

    From the mysql prompt execute this command to be able to change any password

    FLUSH PRIVILEGES;

    Then reset/update your password

    SET PASSWORD FOR root@'localhost' = PASSWORD('password');

    If you have a mysql root account that can connect from everywhere, you should also do:

    UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';

    Then flush the privileges:

    FLUSH PRIVILEGES; 

    Now start the MySQL service:

    service mysql start


    View More Questions

     
  • Live Chat

    Most Asked Questions
    NAT prerouting rules

    This command is used to pre-route the traffic from NAT server to NFS server (specially used for FTP client(RANZCOG) access)

     

    COMMAND#: 

    iptables -t nat -A PREROUTING -p tcp --dport 10234 -j DNAT --to-destination 10.0.2.50:22

    COMMAND to check the list of iptables rules with pre-routing

    List:

    iptables -t nat --line-numbers -L

    TO REMOVE THE RULES:

    iptables -t nat -D PREROUTING 'nr'

    ex: iptables -t nat -D PREROUTING 6

     

     


    How to reset MYSQL root password

    This article will walk you through how to reset the root MySQL password:

     

    STEP 1: stop the MySQL service

    sudo /etc/init.d/mysql stop

    STEP 2: Enter the MySQL shell by skipping the secure access

    sudo /usr/sbin/mysqld --skip-grant-tables

    start the mysql client process using this command
    mysql -u root

    From the mysql prompt execute this command to be able to change any password

    FLUSH PRIVILEGES;

    Then reset/update your password

    SET PASSWORD FOR root@'localhost' = PASSWORD('password');

    If you have a mysql root account that can connect from everywhere, you should also do:

    UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';

    Then flush the privileges:

    FLUSH PRIVILEGES; 

    Now start the MySQL service:

    service mysql start


    View More Questions
  • Check Existing Ticket

    If you've already created a ticket and just need to check the status of that ticket, simply enter the email address you used to create the ticket below and click the button.

  • Click Here to Reset the Header

    You can customize the header by uploading two separate files.

    The background image and goes from the left side to the right side or the screen.

    The header image should contain your companies logo and anything else you wish to put on it. It will lay on top of the background image.

    The header image should be 1138 pixels wide and the same height as the background.
    Anything smaller than 1138 pixels will work as well (It centered across the top.)

    Below is an example of what your background image could look like:


    Below is an example of a header image. Note that it has a transparent background as it will lay on top of the background above (not required):


    Background Image:

    Header Image:

  • Edit Knowledge Base Articles


    Article Name Assigned Category Priority URL Hits T
    NAT prerouting rulesLinux View36T
    How to reset MYSQL root passwordLinux View31T
×

Link directly to this article:


Link directly to the contents of this article only:

×

T Are you sure you want to delete this article?

  ×

Edit Category


Category Name:

×