A voir également:
- COnfiguration dhcpd complexe
- Ethernet n'a pas de configuration ip valide - Guide
- Panneau de configuration - Guide
- Retablir configuration usine chromecast - Guide
- Connaitre configuration pc - Guide
- Configuration chromecast - Guide
2 réponses
Lo,
Déclare une classe :
option space nexspan_TOIP;
option nexspan_TOIP.call_server code 1 = text;
option nexspan_TOIP.call_server2 code 2 = text;
option nexspan_TOIP.download_server code 3 = text;
option nexspan_TOIP.802_1pq code 10 = text;
Ensuite un Network/host/group/... avec tes options.
shared-network "10.197.1.0/24" {
subnet 10.197.1.0 netmask 255.255.255.0 {
authoritative;
option routers 10.197.1.1;
pool {
option server.vendor-option-space nexspan_TOIP;
option nexspan_TOIP.802_1pq "1,1234,5";
option nexspan_TOIP.download_server "0.0.0.0:9410";
option nexspan_TOIP.call_server "1.2.3.4";
range 10.197.1.7 10.197.1.8;
}
}
}
et roule
Déclare une classe :
option space nexspan_TOIP;
option nexspan_TOIP.call_server code 1 = text;
option nexspan_TOIP.call_server2 code 2 = text;
option nexspan_TOIP.download_server code 3 = text;
option nexspan_TOIP.802_1pq code 10 = text;
Ensuite un Network/host/group/... avec tes options.
shared-network "10.197.1.0/24" {
subnet 10.197.1.0 netmask 255.255.255.0 {
authoritative;
option routers 10.197.1.1;
pool {
option server.vendor-option-space nexspan_TOIP;
option nexspan_TOIP.802_1pq "1,1234,5";
option nexspan_TOIP.download_server "0.0.0.0:9410";
option nexspan_TOIP.call_server "1.2.3.4";
range 10.197.1.7 10.197.1.8;
}
}
}
et roule