O
O
ovegio2018-04-02 14:59:41
Programming
ovegio, 2018-04-02 14:59:41

How to remotely configure network parameters (ip-address, etc.)?

The essence is something like this: there are N instances of equipment plugged into an ethernet switch. I would like it to be possible to configure IP addresses and other network parameters on these devices from a computer. So that this possibility does not depend on the presence / absence of a DHCP server, on the current settings on the equipment, etc.
Are there any protocols and/or examples of this approach?
The only option that comes to my mind right away is to make my bike on broadcast packets and distinguish devices by poppy address.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
pfg21, 2018-04-02
@ovegio

т.е. велосипедить свой DHCP-сервер ??
зачем ?? если есть рабочий и всемизвестный DHCP.
выдели DHCP в отдельную мелкую коробку, не привязанную к остальным "перемещаемым" серверам и пользуй.

R
res2001, 2018-04-02
@res2001

This is possible only if the device itself can do it, otherwise nothing.
Routers / switches usually support ssh management, and this can already be automated somehow. But here you need to dance from a specific piece of iron, there is nothing universal.

S
Stanislav Bodrov, 2018-04-02
@jenki

there are N pieces of equipment plugged into an ethernet switch
Depends on how fancy the switch is. If it can l2 / L3, supports 802.1x, iVR, then it can be done by the switch.

L
l0ser140, 2018-04-02
@l0ser140

Можете использовать DHCP со следующими костылями:
1) на контроллере dhcp сервер, который отвечает только на запросы от определённых MAC / хостнеймов или переданных параметров
2) на клиентах игнорировать ответы от dhcp серверов, если те не передают какой-то параметр
Таким образом вы своим dhcp сервером не будете мешать, потому что отвечать будете лишь на запросы именно вашего оборудования. А ваше оборудование не будет брать IP предложенный первым попавшимся сервером, а будет ждать ответ с определённым параметром.

Александр, 2018-10-24
@NeiroNx

Все зпвисит от того что умеет софт на этих устройствах. На ип камерах что-то подобное используется, но каждый производитель изобретает свой велосипед.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question