If a wireless network does not assign an ip address/gateway ( automatic connection settings) automatically after connection,

how can I find/setup correct ip and gateway address after connecting to the network?

link|improve this question
Whats the operating system? – Stephen Martin Nov 9 '11 at 12:43
feedback

2 Answers

You could try listening on the wifi interface with wireshark. If anything else on the network knows the gateway, you'll see ARP requests for it. You'll at least get an idea of the network range from the traffic you see.

link|improve this answer
feedback

Sounds like DHCP is disabled.

The default IP address of most routers is 192.168.0.1, check your documentation for your router if this is not the case. Different manufacturors certainly use different defaults.

Also if the network has been setup it's very likely whoever administrates it will have changed it from default.

link|improve this answer
The problem is I do not have any details about router. And I want a general method which can be used to setup correct connection details for any wireless network. – ManojGumber Nov 9 '11 at 15:03
Very difficult, as each different make of router will have different configuration windows. – HaydnWVN Nov 9 '11 at 15:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.