6/04/2013

Download Whatsapp on Nokia Asha 205

Step 1: You will have to download this software only in your mobile so be sure you have Internet Package activated to your mobile number.

Step 2: Open your mobile browser and in the address bar type "en.softonic.com" .

Step 3: In the search box type "whatsapp" and operating system select "Java2ME" this will be default in your mobile browser. (Only .jad files will be supported by Nokia Asha 205)

Step 4: Download and install.

4/01/2013

Configure Static IP on a Router

1) How to Configure Static IP address on a Router with any Cisco IOS Routers?
2) How to Configure Static IP address on a D-Link DIR-615 Router (General Firmware OS)? (Basic Router with some advanced features.)

Lets Start here.

Question 1 Answer here

Step 1: Open your Router with credentials (Telnet or Console), Complete user mode and privileged mode passwords.

After you open credentials your router command line windows should show these such a way.

Enter Telnet or Console Passwords if exits.


User Access Verification

Password:
Router>en
Password:

Step 2: Enter in to configuration mode.

Type "configure terminal" or "conf t"

Router#conf t
Router(config)#

Step 3: Enter your LAN ip address with this command line as follows.
There are two ways to configure here. Prefer as you wish.
-1) Configure to your public IP address directly.


Router(config)#ip nat inside source static tcp 192.168.20.2 7778 148.25.XX.XX 7778
            ###### or to your WAN Interface where ISP Ip is connected ######


-2) Configure to your WAN Interface.

Router(config)#ip nat inside source static tcp 192.168.20.2 7778 interface serial 0/0/0
                                                       ##### Serial 0/0/0 is already configured with WAN IP address #####

Some more examples for Remote Desktop
Router(config)#ip nat inside source static tcp 192.168.20.2 3389 interface serial 0/0/0
Router(config)#ip nat inside source static udp 192.168.20.2 3389 interface serial 0/0/0
That means i will open my remote desktop and type 148.25.XX.XX on remote desktop from any where in the world. That's it i am done here.

My Assumption here.......

-> 192.168.20.2 is your private IP address in your internal LAN network.
-> My Public IP is 148.25.XX.XX
-> You should define both public and private Port no's.
There are some well known port no's.
21      -Telnet
5900  -VNC
3389  -Remote Desktop
-> You add your own port no's as you wish with your application requirements.
-> Here 7778 is my application port no where i use this to public network access.
-> You should some times define both TCP & UDP in above assumption as per your requirements.

In the same way you can configure this to your public IP as per your application requirements.


Question 2 Answer here

Step 1: Open your router with your credentials.
(eg: Type 192.168.0.1 on your browser web address line for basic router only.)

Step 2: Go for advanced tab above and in the left panel select for Virtual Servers.


Name : As you wish
IP Address: 192.168.20.2 internal LAN IP where application is stored or if you want remote desktop to outside WAN
Public Port: As per application port
Private Port: As per application port
Protocol: Both tcp & udp
(If you are not sure with port no select the application name you want and click on "<<" this will automatically take your port no here.) 
Check on the left side check box or tick on it and click on save settings above.
Thats it you are done here.

Now from outside network open your public IP 148.25.XX.XX:77

See if your application works.

1/04/2013

How to restrict Guest Account access?

How to restrict access to Guest Account?
How to restrict access to Logical Drives from Guest Account?
How to restrict data access to other account users?

This trick will restrict access from all other account users except administrator.

Restrict your guest account drives so that the user can not see data in local drives or partitioned drives.
This will work only in windows operating systems.

Step - 1: 
Go to Start mouse event -> Computer
(or Open "Computer" on your Desktop)
(or Press Windows Button (Windows Logo on keyboard) + E)
(or Open "My Computer" for Windows XP users)
(or Click on Win+R type " explorer /root, " without ""(Inverted Comma) and in command , is must)
(or Click on Win+R type Single Dot( . ) and select Computer)
(or Click on Win+R type " explorer " without ""(Inverted Comma) and in command , is must select Computer)

Step - 2:
Select a drive which you wanted to restrict and right click on the drive and select Properties.
(Drive -> Right Click -> Properties)

Step - 3: Select " Security " tab on the drive properties.

Step - 4: Select on Users in " Group or user names: " Section.

For Windows XP
Step - 5: Click on Remove

For Windows 7
Step - 5: Click on Edit and Click on Remove

Step - 6: Click on " Apply " and " OK " to the bottom of the Drive Properties windows.


Hope you understood.

1/02/2013

How to enter in to other computer network drive?

This is how you will find a good solution here. I Checked this technique only in Local LAN Network (Home or Office Networks). Let me acknowledge if this technique works in WAN.

Step - 1 : Press Windows button (Windows logo) + r This is to open Run Command.

Step - 2 : Type \\(Ip Address)\(Network Drive)$ (Example 1: \\192.168.1.1\c$) (Example 2: \\192.168.1.1\d$) (Example 3: \\192.168.1.1\e$)

Step - 3: Type the other computer's credentials.