Sie sind auf Seite 1von 62

Port forwarding enables users or certain applications to gain access to a computer or a server on a specific ports.

For example, you have a web server which is served the web application on port 8080 and then you want other people to be able to access your web, but only from web browser, that means other people can just open their web browser, type-in the URL address i.e. http://www.myweb.com, without specifying the port details. To configure port forwarding on Innacomm W3400V:1. Ensure that you were connected to the router. 2. Open a web browser and go to http://192.168.1.1.

3. Log in to the router management by using tmadmin credentials. 4. Click Advanced Setup > NAT > Virtual Servers on the left-hand side menus.

5. Once the NAT Virtual Servers Setup page is loaded, click Add. 6. Tick the Custom Service, specify the name for this configuration e.g. My_Web_Server.

7. On the Server IP Address field, you need to specify the targeted computers or servers IP address e.g. 192.168.1.250. So, you should configure you computer or server with a static IP address instead of using DHCP IP address. 8. On the External Port Start field, you have to specify the port number that you want to be accessible from outside network e.g. port 80. 9. If you want to have multiple accessible ports from outside network, you have to specify the end range of the port on the External Port End field. E.g. you want to have accessible port from 80 90, then you need to type-in 90 on the external port end field. On the other hand, if you just want to have one specific accessible port, you just need to type-in the same number as the number on the External Port Start field e.g. 80. 10. Specify the protocol on the Protocol drill-down, you can choose between TCP,UCP,or both TCP / UDP. 11. Specify the destination port (the port on your computer that runs for that particular service) on the Internal Port Start e.g. 8080. 12. Similar with the External Port Start, if you have a range of internal ports, you have to specify the last port in the range on the Internal Port End field e.g. 8090. But, if you only have one external port, this field will be disabled automatically. 13. Once you have done, click Apply / Save. 14. Your new entry will be listed on the NAT Virtual Servers list.

How to Change Innacomm W3400V Users Password Through SSH?

FYI, Innacomm W3400V is a free ADSL Modem + WiFi Router from Streamyx. This modem + router have been branded by TM, so it have its own log in page. The funniest thing is the log in page is do some JavaScript to check whether the username and password specified contain any special characters, such as !@#$%^&*. So, that means you cannot use any special character on your password. But, if you try open the configuration page and change your password using special character, it will accept it. The problem starts here. I have changed the admin user password on my router using special characters. So, every time I tried to log in, it always says the password is wrong, authentication failed, and so on. So, I tried to find a workaround to change the password back, without go through the log in page. 1. Open PuTTY . PuTTY is a Windows based SSH / Telnet client and it quiet useful, if you do not have it, you can Google it and download it for FREE!. 2. SSH to your router, enter your router IP address, normally it should be 192.168.1.1.

3. Once you connected, it will prompt you for username, just type in the username that you want to change the password e.g. tmadmin 4. Then, it will prompt again for password, enter the password. 5. If you have successfully authenticated, the Main Menu will appear.

6. Type passwd <option> <new_password> e.g. passwd admin password then enter. 7. There are 3 options for passwd command, which are admin, user, and support. Normally the username for admin is tmadmin, for user is tmuser, and I dont know the username for support. 8. After that save the configuration by type in save and enter.

9. Reboot your router, either reboot it by turn it off and turn it on again or type in reboot. 10. Open your browser and open routers web config. Log in with new password. VOILA! You have changed the password!

How to Configure Google OpenDNS on Innacomm W3400V ?


15/01/2012 2 COMMENTS

In the computer network term, Domain Name System (DNS) is used to resolve the host name into an IP address. E.g. you open your browser and you want to browse google.com. Once you typed in google.com into you browser, the DNS will start its job. The DNS will send a DNS request to the DNS server, it requests the IP address of the google.com to the DNS server. It was merely like your comput er asking the DNS server Hi DNS server, I need to go to google.com, could you tell me what is the IP address of google.co m ?. Then, the DNS server will reply, Hi there, the IP address of google.com is 179.56.72.89. Thus, after your computer knew what is the IP address of google.com, it know where to go. Normally, the DNS server addresses is automatically provided by the ISP. Thus, the ISP could control some websites that they want to block. They could control which website that you can go into and which website that is restricted. Some of the common blocked websites are porn sites, torrent site, and warez sites. Even though, this feature offers good things. But, sometimes you do not want to be restricted. One of the trick to be unrestricted is by simply use another DNS server. There are a lot of parties that offering the DNS services, such as OpenDNS and Google. Some of those providers will charge you for the services. While, if you want to use a reliable and free DNS service, Google OpenDNS really will do. If you would like to know further about Google OpenDNS, you should check their official site here.

Advantages of using Google OpenDNS are:1. 2. 3. 4. Totally FREE. Speed up your browsing experience. Improve security by preventing several attacks such as Denial-of-Service (DOS) attacks and DNS cache poisoning. Gain access to the websites that is blocked by your ISP.

FYI, Google OpenDNS addresses are 8.8.8.8 and 8.8.4.4. If you want to use Google OpenDNS you could either set it up on your computers network configuration or on your router directly. If you just set it up on your computer, that means only your computer alone that will gain the advantages of using the Google OpenDNS. While, if you set it up on your routers configuration, every single computer that is connected to the router will also gain the advantage of using Google OpenDNS. Thus, if you have hundreds of computer that is connected to the router, all computer will automatically use the Google OpenDNS as their DNS server, but it only applicable if the DHCP is enabled. In this post, I will specifically talk about how to configure the Google OpenDNS on the Innacomm W3400V routers. Step 1

Ensure that you were connected to the router. Open a web browser and go to the routers management console, the default address is http://192.168.1.1.

Log in to the routers management console by using tmadmin credentials. Go to Advanced Setup > DNS > DNS Server. Tick on the Use the following Static DNS IP address. Fill in the Google OpenDNS address on the Primary and Secondary DNS server fields. Then click Save/Apply.

Step 2

FILED UNDER TIPS & TRICKS TAGGED WITH GOOGLE, INNACOMM, OPENDNS, STREAMYX, UNBLOCK, W3400V

How to Connect to A Non-standard TCP/IP Port from SQL Server Management Studio ?
12/01/2012 LEAVE A COMMENT

Sometimes, you need to connect to named-instance database remotely. E.g. you have a named-instance database called mydatabase. If you had access to the server directly, then there wont be any problem. But, the problem arise when you do not have access to the server. Then, it got worse since the server running multiple instances of database, where each instance is assigned to a non-standard TCP/IP port on the server. What you need to connect to the named-instance database from SQL Server Management Studio are:1. 2. 3. The database servers IP address or host name e.g. thedatabaseserver. The instances name of the named-instance database e.g. mydatabase. The TCP/IP ports number of the database instance.The default instance TCP/IP port is 1433. But, lets say the port of our destined database is 41433.

The format is:<DATABASE_SERVER_IP_ADDRESS>\<INSTANCE_NAME>,<PORT_NUMBER> E.g. thedatabaseserver\mydatabase,41443 So, to connect to the remote database server by using SQL Server Management Studio (SSMS):1. 2. 3. 4. Open your SSMS. Specify the server name of the server name field by following the above format. E.g. type-in thethedatabaseserver\mydatabase,41443. Specify the credentials to log in to the server. Click Connect and voila you were connected remotely to your database server.

If you still cannot gain access to the server, please check the following:1. 2. 3. 4. Ensure that the database servers IP address or host name is correct. Ensure that the database instances name is correct. Ensure that the port number is correct. You might check with the database administrator about this one, if you do not have access to the server. Ensure that the credentials that you keyed-in are correct. Please check the username and password again.

FILED UNDER DATABASE, SQL SERVER, TIPS & TRICKS TAGGED WITH CONNECTION, DATABASE, NAMED-INSTANCE,NON-STANDARD PORT, REMOTE SERVER, SQL SERVER, SQL SERVER MANAGEMENT STUDIO, SSMS

How to Add VectorWise JDBC in JasperServer ?


04/01/2012 LEAVE A COMMENT

Step 1

Download Ingres / VectorWise JDBC Driver from Actian Official Page. Extract the Ingres / VectorWise JDBC Driver. Copy the JAR file, e.g. iijdbc.jar to your installation directory, by default is:

Step 2 Step 3 C:\Program Files\jasperreports-server-4.5\apache-tomcat\webapps\jasperserver-pro\WEB-INF\lib Step 4

Restart JasperServer, there is a shortcut in the start menu to restart it. Log in to your JasperServers website, http://<YOUR_SERVER>/jasperserver-pro e.g.http://localhost:8080/jasperserver-pro Log in as administrator / superuser, by default:

Step 5


Step 6

Username: superuser Password: superuser

Go to Home > Manage Server > Repository. Right-click on the designated folder, Add Resource > Data Source.

Step 7

Select the type as JDBC Data Source. Specify the Name. The Resource ID will be filled in automatically when the Name is specified. You might change it, if necessary. Specify the Driver as com.ingres.jdbc.IngresDriver Specify the URL by following this format: jdbc:ingres://<DB_IP_ADDRESS>:<VECTORWISE_PORT>/<DB_NAME>

Please read this post to get the VectorWise Port. e.g. jdbc:ingres://localhost:VX7/my_database

Specify the username and password. Test the connection by clicking the Test Connection.

Step 8

If the connection test returns successful, you might save the Data Source by clicking Submit button.

If it does not return successful, you might try to restart the JasperServer.

FILED UNDER JASPERSOFT, REPORTING TOOLS, TIPS & TRICKS TAGGED WITH DATA SOURCE, DRIVER, INGRES,JASPERSERVER, JASPERSOFT, JDBC, VECTORWISE

How to Create VectorWise JDBC Connection in Jaspersoft iReport ?


19/12/2011 1 COMMENT

Step 1

Download Ingres / VectorWise JDBC Driver from Actian Official Page. Install the Ingres / VectorWise JDBC Driver to your Jaspersoft iReport, please read here. Click the Report Datasources icon on toolbar.

Step 2

On the Connections / Datasources window, click New.

Select Database JDBC Connection and then Next.

Step 3

Specify the Name for this datasource on the name field. Select Ingres on the JDBC Driver list. If you have successfully added the JDBC driver, the Ingres JDBC Driverwill be listed in black color instead of red.

JDBC URL format :

jdbc:ingres://<DB_IP_ADDRESS>:<VECTORWISE_PORT>/<DB_NAME>

<DB_IP_ADDRESS> You have to specify the IP address of the database server, if your database is on the same machine, you can specify it as localhost. <VECTORWISE_PORT>

For Unix machine, run this command on terminal: iigetres ii.`<YOUR_HOSTNAME>`.gcd.*.tcp_ip.port For Windows machine, run this command Windows command processor: iigetres ii.<YOUR _HOSTNAME>.gcd.*.tcp_ip.port E.g. iigetres ii.mypc.gcd.*.tcp_ip.port Those command will return the vectorwise port name e.g. VW7.

<DB_NAME> Specify your database name e.g. mydatabase. Specify the user credential to access the database on username and password fields. Click Test to test the connection.

Step 4

If the Test connection returns successful, you might Save that connection.

Close the Connections / Datasources window.

Now you can start creating reports by using data from VectorWise.
FILED UNDER JASPERSOFT TAGGED WITH DATABASE, DATASOURCE, INGRES, IREPORT, JASPERSOFT, JDBC,VECTORWISE

JDK 5.0 or newer cannot be found on your machine


19/12/2011 LEAVE A COMMENT

If the error below appeared on your computer when you ran Jaspersoft iReport, that means you do not have Java Development Kit (JDK) installed in your computer. Since, the iReport is a Java-based application.

To solve the JDK 5.0 or newer cannot be found on your machine. error:Step 1

Download the latest JDK from Oracle website. For Windows 64 bit user, you have to download the JDK for Windows 32 bit. Otherwise, it will not work. You can google JDK to get the link to JDK download page or click here. Once the JDK is downloaded, you might install the JDK into your machine. Ensure that you also select the Public JRE to be installed.

Step 2

Now you can run your Jaspersoft iReports without getting JDK not found error message anymore. Thank you.
FILED UNDER JASPERSOFT TAGGED WITH 5.0, CANNOT BE FOUND, IREPORT, JASPERSOFT, JDK, MISSING

How to Add A New JDBC Driver in Jaspersoft iReport ?


19/12/2011 1 COMMENT

In this post, I will elaborate the steps to add a new JDBC driver in Jaspersoft iReport:Step 1

Download the JDBC driver. E.g. VectorWise JDBC. Open Jaspersoft iReport. Go to Tools > Options > iReport

Step 2

Click Classpath tab.

Click Add JAR, browse and select the JDBC JAR file Once the JDBC JAR file is added, click OK.

Now, you have a new JDBC driver added inside your Jaspersoft iReport. To check whether the newly added JDBC driver is working, you can try to add a new data source based on that JDBC driver.
FILED UNDER JASPERSOFT TAGGED WITH ADD, DRIVER, IREPORT, JASPERSOFT, JDBC, NEW, REPORTING TOOLS

How to Setup RapidLeech on FreeNAS ?

15/12/2011 LEAVE A COMMENT

How to Setup RapidLeech on FreeNAS ?

With the functionality of rapidleech, you can have your own download server on your Network Attached Storage (NAS). Step 1

Download the rapidleech from the Google code page of rapidleech here. Extract the zip file of the rapidleech. Create a folder on your FreeNAS server, you can name it anything, e.g. Web. Ensure that you set full permission, 777, for that folder. Copy all the rapidleech codes that you have downloaded before. For Windows user, if you have not setup samba service on your FreeNAS, you can do it easily by using WinSCP.

Step 2

Step 3

Open your FreeNAS WebGUI. Go to Services > Web Server. Tick the Enable option. Select the protocol either HTTP or HTTPS. Specify the port, by default the port for HTTP is 80 and for HTTPS is 443. You have to ensure that this port has not been used for any services on your FreeNAS server. Click the ellipsis on the Document Root to browse and select the folder that you have created on Step 2. Click Save and Restart.

Step 4

Open your rapidleech on a web browser, by type in your FreeNAS IP address or URL followed by port number that you have set on Step 3, http://<freenas_address&gt;:<port_number>, e.g. http://192.168.1.200:20080. If everything works just fine, the initial configuration of rapidleech will be displayed. You can go through the configuration and make configuration changes, if needed. Click Save Configuration.

FILED UNDER FREENAS TAGGED WITH DOWNLOAD SERVER, FREENAS, HOW TO, NAS, NAS4FREE, RAPIDLEECH, WEB SERVER

How to Configure Port Forwarding on Innacomm W3400V ?

28/11/2011 19 COMMENTS

Port forwarding enables users or certain applications to gain access to a computer or a server on a specific ports. For example, you have a web server which is served the web application on port 8080 and then you want other people to be able to access your web, but only from web browser, that means other people can just open their web browser, type-in the URL address i.e. http://www.myweb.com, without specifying the port details. To configure port forwarding on Innacomm W3400V:1. Ensure that you were connected to the router. 2. Open a web browser and go to http://192.168.1.1.

3. Log in to the router management by using tmadmin credentials. 4. Click Advanced Setup > NAT > Virtual Servers on the left-hand side menus.

5. Once the NAT Virtual Servers Setup page is loaded, click Add. 6. Tick the Custom Service, specify the name for this configuration e.g. My_Web_Server.

7. On the Server IP Address field, you need to specify the targeted computers or servers IP address e.g. 192.168.1.250. So, you should configure you co mputer or server with a static IP address instead of using DHCP IP address. 8. On the External Port Start field, you have to specify the port number that you want to be accessible from outside network e.g. port 80. 9. If you want to have multiple accessible ports from outside network, you have to specify the end range of the port on the External Port End field. E.g. you want to have accessible port from 80 90, then you need to type-in 90 on the external port end field. On the other hand, if you just want to have one specific accessible port, you just need to type-in the same number as the number on the External Port Start field e.g. 80. 10. Specify the protocol on the Protocol drill-down, you can choose between TCP,UCP,or both TCP / UDP. 11. Specify the destination port (the port on your computer that runs for that particular service) on the Internal Port Start e.g. 8080. 12. Similar with the External Port Start, if you have a range of internal ports, you have to specify the last port in the range on the Internal Port End field e.g. 8090. But, if you only have one external port, this field will be disabled automatically. 13. Once you have done, click Apply / Save. 14. Your new entry will be listed on the NAT Virtual Servers list.

FILED UNDER TIPS & TRICKS TAGGED WITH HOW TO, INNACOMM, NAT, PORT FORWARDING, STREAMYX, TCP, TM, UDP,W3400V

How to Change Innacomm W3400V Users Password ?


27/11/2011 2 COMMENTS

To change Innacomm W3400V users password:1. Connect your computer with Innacom W3400V router, either through LAN cable or Wireless connection. I suggested you connect through LAN cable, since the connection is more stable. 2. Open a web browser, e.g. Chrome or Mozilla. 3. Type in http://192.168.1.1 on the address bar. 4. Log in to the routers management console by using tmadmin credentials. Username is tmadmin and the password is tmadmin.

5. Once, you been logged in, click Management on the left-hand side menu, then click Access Control and thenPasswords.

6. An Access Control Password management page will be opened. On the page, select which users password that you want to change by selecting on the drill-menu on the Username field. 7. Type-in the current users password on the Old Passwords. 8.Specify the new password on New Password and Confirm Password fields. For the password, ensure that the password do not contain any special characters, such as ~!@#$%^&*(). Even, the system accept those characters for your new password, but the log in page will reject those characters. Thus, you will not able to log in to the router any more. In case this happened, please proceed to this post, How to Change Innacomm W3400V Users Password through SSH ? , to reset back your password without even resetting the routers configuration. 9. Click Save / Apply, then you will be automatically logged out from the page and will be directed to the log in page. 10. Try to log in with the new users credential.
FILED UNDER TIPS & TRICKS TAGGED WITH CHANGE, HOW TO, INNACOMM, MODEM, PASSWORD, ROUTER, STREAMYX,TMADMIN, TMUSER, W3400V

What is Innacomm W3400V Default Usernames and Passwords?


27/11/2011 LEAVE A COMMENT

Innacomm W3400V is a free wireless modem router given by TM for the Streamyx subscriber. Basically, there are three users inside the router, which are tmadmin, tmuser, and support. So far, I have not found out the password for support. Thus, usernames and passwords for Innacomm W3400V are:1. tmadmin, password: tmadmin. 2. tmuser, password: tmuser. You can use those credentials to log in to the router either through web browser or SSH.
FILED UNDER TIPS & TRICKS TAGGED WITH DEFAULT, INNACOMM, PASSWORD, ROUTER, STREAMYX, TM, TMADMIN,TMUSER, USERNAME, W3400V

How to Create VectorWise ODBC ?


22/11/2011 LEAVE A COMMENT

For any of you that still wondering what is VectorWise, you should read my short explanation on my previous postWhat is Ingres VectorWise ?. Open Data Base Connection (ODBC) is used by application to communicate with the database. For example, if you were going to develop a report using SSRS, then you need a way for the Visual Studio to communicate with the database. In this post, I will focus on how to create a VectorWise ODBC in Windows platform:1. You need a VectorWise DBA Tools. You can download it from VectorWise official website here. You have to download the correct DBA tools for VectorWise.

2. Install the VectorWise DBA Tools on your machine. During the installation, just select No if it asked you to configure t he remote connection now.

3. Once the installation is finished, open the Ingres Network Utility.

4. On the Ingres Network Utility, click the most left icon which is the Add Virtual Node icon.

5. Specify all the virtual node connection details:-

Virtual Node Name: Specify the virtual node name e.g. My VectorWise DB. Login Information: Specify the user credentials such as username and password, to connect to the database. Hostname: You can specify the host name or IP address of the VectorWise database server. Protocol: tcp_ip. Instance ID: Specify the database instance that you want to connect to. If you did not know the Instance ID, you can open Ingres Configuration Manager on the server. The instance ID is specified on the top left-hand corner of the window, on the II_INSTALLATION.

Click OK.

6. To test the virtual node, right-click on the node and select Test Node.

7. If the node is successfully create, close the Ingres Network Utility. 8. Open your ODBC Data Source Administrator. 9. Open the System DSN and then click Add.

10. Select Ingres as the driver on Create New Data Source wizard.

11. On the Ingres ODBC Administator, specify the ODBC details: -

Data Source: define the ODBC name. Vnode: Select the virtual node that have been created before. On the Connect Options, remove the tick from Prompt User ID and . You can remove this option, unless the virtual nodes user credential is different with the credential in the virtual node that have been created before. Database: Select the database from the list. If you did not remove the tick from the option above, another user credential window will appear when you wanted to select the database. You will not able to test the connection, unless you click OK. Click OK.

12. To test the ODBC, select your VectorWise ODBC and click Configure. The Ingres ODBC Administrator window will appear and click Test.

Now you can use this VectorWise ODBC for application to communicate with VectorWise, such as Visual Studio.
FILED UNDER DATABASE TAGGED WITH CONNECTION, DATABASE, HOW TO, INGRES, INGRES VECTORWISE, ODBC,VECTORWISE

What is Ingres VectorWise ?


22/11/2011 LEAVE A COMMENT

Courtesy Numsight IS In short explanation, Ingres VectorWise is the latest DBMS solution, produced from the collaboration of Ingres and VectorWise, a company from Amsterdam. Ingres VectorWise offers a new approach in evaluating queries. With their new innovations in vectorized processing, compression and columnar data layout, Ingres VectorWise claims to be the fastest DBMS solution for large data analysis. Thus, Ingres VectorWise would be the perfect solution for data mining, reporting, and data warehousing. On the other hand, Ingres VectorWise may not be suitable for transaction processing application, which involves a lot of inserts, updates, and deletes. Moreover, the columnar data layout innovation in Ingres VectorWise extremely increases the speed for processing queries. During the query processing, the disk access is limited only to columns that are specified in the query. Thus, unnecessary I/O to unwanted columns could be avoided. Complete explanation about Ingres VectorWise.
FILED UNDER DATABASE, TIPS & TRICKS TAGGED WITH ANALYTICAL, COLUMNAR LAYOUT, DATA WAREHOUSE,DBMS, FASTEST, INGRES VECTORWISE, REPORTING, REPORTS, VECTORWISE, WHAT IS

How to Hide Empty Row in SSRS 2008?


21/11/2011 LEAVE A COMMENT

In the SQL Server Reporting Service (SSRS) 2008, there is an option to control the visibility of an object. In this topic, I will focus on how to hide a row in a matrix table. Sometime, our data set contains NULL value and we do not want this data appear on our matrix table. Below is the example of the matrix table. The matrix table contains an empty row. The empty row is displayed because of the NULL value.

To hide that row:1. Open the Design tab. 2. Click the matrix table. 3. Right-click on the most left part of the row that you want to hide (the gray block).

4. Select Row Visibility. 5. On the Row Visibility window, tick the Show or hide based on expression.

6. Click the Expression button. 7. Once the Expression window appeared, enter the expression below. =Iif(IsNothing(<Your Fields>.Value),True,False) The fields that you need to specify in the expression, must be the control field, which you want to determine the row visibility based on. For example, you have a field called Project Name and you do not want the row appears when there is no value for the projec t name, thus the expression will be =Iif(IsNothing(Fields!ProjectName.Value),True,False)

The IsNothing expression is used to determine whether the field got any value. If the field were empty / NULL, it will retu rn TRUE. On the other hand, if the field contained some value, it will return FALSE. The Iif / if-else expression is used to determine the value of the Hide property. Thus, if the IsNothing were TRUE, then it will specify the Hide propertys value to TRUE and then the row will be hidden. Meanwhile, if the IsNothing were FALSE, then it will set the Hide propertys value to FALSE.

8. Click OK and then OK again.

9. Preview your report and here it is the row is hidden.

Those steps also applied for Column and even Table visibility property.
FILED UNDER SSRS 2008, TIPS & TRICKS TAGGED WITH EXPRESSION, HIDE ROW, HOW TO, IIF, ISNOTHING, MATRIX TABLE, REPORTING, ROW, SSRS 2008, VISIBILITY

How to Change Innacomm W3400V Users Password Through SSH?


07/10/2011 1 COMMENT

FYI, Innacomm W3400V is a free ADSL Modem + WiFi Router from Streamyx. This modem + router have been branded by TM, so it have its own log in page. The funniest thing is the log in page is do some JavaScript to check whether the username and password specified contain any special characters, such as !@#$%^&*. So, that means you cannot use any special character on your password. But, if you try open the configuration page and change your password using special character, it will accept it. The problem starts here. I have changed the admin user password on my router using special characters. So, every time I tried to log in, it always says the password is wrong, authentication failed, and so on.

So, I tried to find a workaround to change the password back, without go through the log in page. 1. Open PuTTY . PuTTY is a Windows based SSH / Telnet client and it quiet useful, if you do not have it, you can Google it and download it for FREE!. 2. SSH to your router, enter your router IP address, normally it should be 192.168.1.1.

3. Once you connected, it will prompt you for username, just type in the username that you want to change the password e.g. tmadmin 4. Then, it will prompt again for password, enter the password. 5. If you have successfully authenticated, the Main Menu will appear.

6. Type passwd <option> <new_password> e.g. passwd admin password then enter.

7. There are 3 options for passwd command, which are admin, user, and support. Normally the username for admin is tmadmin, for user is tmuser, and I dont know the username for support. 8. After that save the configuration by type in save and enter. 9. Reboot your router, either reboot it by turn it off and turn it on again or type in reboot. 10. Open your browser and open routers web c onfig. Log in with new password. VOILA! You have changed the password!
FILED UNDER TIPS & TRICKS TAGGED WITH HOW TO, INNACOMM, PASSWORD, PUTTY, SPECIAL CHARACTERS, SSH,STREAMYX, TM, W3400V

Hello world!
07/10/2011 LEAVE A COMMENT

Finally, I created my blog, even this one is not my first blog. Anyway, HELLO WORLD! *I dont why it suppose to be hello world, every first programming tutorial always taught us to wrote Hello World!.
FILED UNDER RANDOM

Population:

32,769 hits

Categories
o o o
Random Tips & Tricks Database SQL Server FreeNAS Reporting Tools Jaspersoft SSRS 2008

Das könnte Ihnen auch gefallen