Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-10-2008, 07:06 PM   #1 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default passwrd protectd wi-fi..


i have a wifi router installd at my home..
the setup is like this..:
1.Phone line coming into a modem.
2.Lan wire from modem to wi-fi router.
3.Another lan wire from wi-fi to computer.

i want to passwrd protect my wi-fi...so that anybody who tries to connect is askd fr a password..!!

pls help..

Thanks in advance.

regards

Manan
magneticme200 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-10-2008, 07:27 PM   #2 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: passwrd protectd wi-fi..

Almost all WiFi routers support enryption/authentication mechanisms like WPA. You can check out these links:
http://www.microsoft.com/athome/more...lesssetup.mspx
http://www.scribd.com/doc/4426634/Se...Linksys-WRT54G
http://www.home-network-help.com/wireless-router.html
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 05-10-2008, 09:44 PM   #3 (permalink)
In The Zone
 
rosemolr's Avatar
 
Join Date: Sep 2007
Posts: 201
Default Re: passwrd protectd wi-fi..

almost all wi fi protection can be easily hacked too.....well i do..
__________________
Extreme Mobile Professional..Ask anything about it..

Provide you all applications in symbian java uiq platforms

**THERE IS NO SPOON***
rosemolr is offline  
Old 07-10-2008, 11:16 PM   #4 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

im nt able to understand the content given in those websites buddy..!!

i hv a beetel modem connected to my d-link wi-fi router, which is connected to my pc..!!
nw tell me hw do i do the settings fr setting up a passwrd??


thnks in advance

manan
magneticme200 is offline  
Old 07-10-2008, 11:21 PM   #5 (permalink)
Ballack Junior
 
tuxybuzz's Avatar
 
Join Date: May 2008
Location: Gurgaon
Posts: 125
Default Re: passwrd protectd wi-fi..

ok..open 192.168.1.1 in your browser..enter username and password(username is mostly admin and password is either 'admin' or 'password' without quotes everywhere)..now look for wireless there and there will be some option for security..WEP is bare minimum..WPA is recommended..
tuxybuzz is offline  
Old 08-10-2008, 08:31 AM   #6 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by tuxybuzz View Post
ok..open 192.168.1.1 in your browser..enter username and password(username is mostly admin and password is either 'admin' or 'password' without quotes everywhere)..now look for wireless there and there will be some option for security..WEP is bare minimum..WPA is recommended..
actually bro wen i open 192.168.1.1 it opens up a page with fr the beetel....(which is my modem.)...fr setting up a passwrd in the di-fi router...i should have a d-link page..(dlink is my wi-fi router's brand.)..isnt it??
nw hw do i get that.?
magneticme200 is offline  
Old 08-10-2008, 01:28 PM   #7 (permalink)
The High 5 Flyer
 
sam9s's Avatar
 
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by magneticme200 View Post
actually bro wen i open 192.168.1.1 it opens up a page with fr the beetel....(which is my modem.)...fr setting up a passwrd in the di-fi router...i should have a d-link page..(dlink is my wi-fi router's brand.)..isnt it??
nw hw do i get that.?
Yes you are right, you need to browse your router confid page. Instead of putting the 192.168.1.1 IP put your router's IP (ipconfig can get you that). Putting the router IP would get you the routers config page. Then under secure network or Wireless Security section ( or somethign like that) you can find the WEP key or WPA-PSK.

WEP is an encryption scheme that is used to protect your wireless data communications. WEP uses a combination of 64-bit keys, 128-bit keys, or 256-bit keys to provide access control to your network and encryption security for every data transmission.

WPA’s use of keys is very similar to WEP, but the key is only used once to start the process. Once communication is established, the key will randomly change. This provides a higher level of security

Quote:
Originally Posted by D@rekills4 View Post
I wanted to know how to hack Wi-Fi router passwords
Please guys tell me
THIS Article might interest you......

Last edited by sam9s; 08-10-2008 at 01:31 PM. Reason: Automerged Doublepost
sam9s is offline  
Old 08-10-2008, 09:37 PM   #8 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by magneticme200 View Post
actually bro wen i open 192.168.1.1 it opens up a page with fr the beetel....(which is my modem.)...fr setting up a passwrd in the di-fi router...i should have a d-link page..(dlink is my wi-fi router's brand.)..isnt it??
nw hw do i get that.?
You mean to say that you don't know the IP address of the router? It can be found out by checking your PC's ARP table. Follow these steps:
1. Open a Command Prompt window, and give this command:
Code:
ping 192.168.1.255
This ping will timeout. No need to worry about it.

2. Next, enter the following command:
Code:
arp -a
This should show you IP (and MAC) addresses of both Beetel modem and D-Link Wifi router. Now using this IP address, you can access WiFi router's configuration page in browser. Once you are into the configuration page, setup the WiFi password according to your needs.
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 10-10-2008, 11:55 PM   #9 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by swatkat View Post
You mean to say that you don't know the IP address of the router? It can be found out by checking your PC's ARP table. Follow these steps:
1. Open a Command Prompt window, and give this command:
Code:
ping 192.168.1.255
This ping will timeout. No need to worry about it.

2. Next, enter the following command:
Code:
arp -a
This should show you IP (and MAC) addresses of both Beetel modem and D-Link Wifi router. Now using this IP address, you can access WiFi router's configuration page in browser. Once you are into the configuration page, setup the WiFi password according to your needs.
aftr doing wat you said....i get a lot of ip addresses(total 7 addresses)/....
2 of which are dynamic type and rest are static type.,..!!
nw which one is my wi-fi router's address??
magneticme200 is offline  
Old 11-10-2008, 12:33 AM   #10 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: passwrd protectd wi-fi..

Hmmm.... Try opening all of them in a web browser. The IP address which gives/shows a webpage or login prompt (similar to your Beetel modem) is the address of your router.
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 11-10-2008, 03:44 PM   #11 (permalink)
The High 5 Flyer
 
sam9s's Avatar
 
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by magneticme200 View Post
aftr doing wat you said....i get a lot of ip addresses(total 7 addresses)/....
2 of which are dynamic type and rest are static type.,..!!
nw which one is my wi-fi router's address??
magnet go for this simple method as I mentioned in my earlier post as well. Just go to command prompt, type ipconfig /all. ....... Whatever your gateway is, that's your router's IP.(internal)

Or if you still want another method.....go to command prompt again type tracert yahoo.com
The first stop mostly is your router ip.
sam9s is offline  
Old 12-10-2008, 12:06 AM   #12 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by sam9s View Post
magnet go for this simple method as I mentioned in my earlier post as well. Just go to command prompt, type ipconfig /all. ....... Whatever your gateway is, that's your router's IP.(internal)

Or if you still want another method.....go to command prompt again type tracert yahoo.com
The first stop mostly is your router ip.
buddy....both of the methods give me same ip add...which opens up a beetel webpage...which is my modem's brand and not my router's.
pls c this again..
i hv this setup...

1.internet lan cable from beetel modem to d link wi fi router port (lan1)
2.internet lan cable from wi fi router port (lan2) to my pc.

nw tell me..!!
i suppose the desired address should give me a d link webpage...isnt it??
pls correct me if im wrong.!

thnks in advance

manan
magneticme200 is offline  
Old 12-10-2008, 12:11 AM   #13 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: passwrd protectd wi-fi..

What about those 7 IP addresses?
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 12-10-2008, 12:18 PM   #14 (permalink)
The High 5 Flyer
 
sam9s's Avatar
 
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by magneticme200 View Post
buddy....both of the methods give me same ip add...which opens up a beetel webpage...which is my modem's brand and not my router's.
pls c this again..
i hv this setup...

1.internet lan cable from beetel modem to d link wi fi router port (lan1)
2.internet lan cable from wi fi router port (lan2) to my pc.

nw tell me..!!
i suppose the desired address should give me a d link webpage...isnt it??
pls correct me if im wrong.!

thnks in advance

manan
WTH. not possible, even I have the same setup

1. Internet cable CAT 5 from beetle modem to linksys router internet port (not the lan)
2. Internet cable CAT 5 from router lan port 1 to my PC

what do you get the default gateway as when you type ipconfig /all. Usually the default ip is 192.168.0.1. (whci is what default gateway is)

Also I recomend you typing the command on your laptop and not on your desktop, that would definately reduce your number of ips that 7 of what your are getting. Check out the following snapshot

sam9s is offline  
Old 13-10-2008, 11:53 PM   #15 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by sam9s View Post
WTH. not possible, even I have the same setup

1. Internet cable CAT 5 from beetle modem to linksys router internet port (not the lan)
2. Internet cable CAT 5 from router lan port 1 to my PC

what do you get the default gateway as when you type ipconfig /all. Usually the default ip is 192.168.0.1. (whci is what default gateway is)

Also I recomend you typing the command on your laptop and not on your desktop, that would definately reduce your number of ips that 7 of what your are getting. Check out the following snapshot

look at the attachment....this is wat i get...
and when i enter 192.168.1.1 i get a beetel webpage....and i should hv a dlink webpage..!!
Attached Images
File Type: jpg Capture.JPG (56.6 KB, 5 views)
magneticme200 is offline  
Old 14-10-2008, 09:56 PM   #16 (permalink)
The High 5 Flyer
 
sam9s's Avatar
 
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
Default Re: passwrd protectd wi-fi..

I cannot open the attachment...... gives nothing, host the snapshot on some hosting site like imageshack or tinipic and then put a snap shot.....

BTW did you put the command on to your laptop????
sam9s is offline  
Old 14-10-2008, 11:20 PM   #17 (permalink)
In The Zone
 
Join Date: Feb 2007
Posts: 353
Default Re: passwrd protectd wi-fi..

Quote:
Originally Posted by sam9s View Post
I cannot open the attachment...... gives nothing, host the snapshot on some hosting site like imageshack or tinipic and then put a snap shot.....

BTW did you put the command on to your laptop????
shall i use the command on my laptop when im using internet on laptop thru wi-fi???
btw here is the screenshot..!!



thnks


manan
magneticme200 is offline  
Old 15-10-2008, 10:00 AM   #18 (permalink)
The High 5 Flyer
 
sam9s's Avatar
 
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
Default Re: passwrd protectd wi-fi..

ofcourse this would give you your beetle page the information you have displayed is of your network card (note the IPv4 thing).

Better yes put the command on to your laptop (though you should get the same info on your desktop as well, but since you are getting 7 or so IP information I presume your are getting confsed) as I mentioned in a much earlier post (u should have done that already)........look for wireless controller or wireless LAN card in the discription tab. And the ip should be just IP Address (not IPv4). Then look for the default gateway which should actually be your router IP.
sam9s is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how 2 passwrd protect files and folders in Win XP setharsh Software Q&A 4 05-07-2005 07:53 PM

 
Latest Threads
- by chris
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:35 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2