V
V
Vi2016-12-20 05:19:34
linux
Vi, 2016-12-20 05:19:34

Does the router support PXE by default?

dhcp is on the local network, but the tftp server with the system boot files is on another network behind several routers. Is it possible to transfer the default router so that the server can boot in this way?
for some reason this does not work for me, tftp timeout
shared-network test {
allow bootp;
subnet 10.14.22.0 netmask 255.255.254.0 {
option routers 10.14.23.254;
option tftp-server-name "94.151.11.23";
next-server 94.151.11.23;
}
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2016-12-20
@edinorog

Umm. Several routers with nats???

R
Ruslan Fedoseev, 2016-12-20
@martin74ua

PXE is not. PXE only supports remote boot and nothing else.
And here dhcp the client - yes supports.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question