S
S
Stanislav Smirnov2016-09-17 22:38:37
Computer networks
Stanislav Smirnov, 2016-09-17 22:38:37

How to find out the network address?

An interesting situation is when it is necessary to connect to a network with static addressing, but at the same time we do not know which address to assign to our device. How to find out which address to assign?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
RazorBlade, 2016-09-19
@squard72

Turn on Wireshark and watch the broadcast from other computers, this way we will find out the network address.

D
Dmitry Shitskov, 2016-09-17
@Zarom

Decent options. The simplest ones I think are:

  1. Get by DHCP
  2. Check with administrator
  3. Peep on a configured device
  4. Guess

V
Victor, 2016-09-18
@estoy

You need to get any ip address with a subnet mask of the network you want to connect to, calculate the range of addresses based on this, and try to connect.
For example, there is an address like "192.168.23.57/27", using an ip calculator or manually calculate the range of valid ip addresses, in this case it is "192.168.23.33 - 192.168.23.62", you take addresses from this range, assign it to your device and try to connect to the network

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question