You've already forked linux_ws2122
fix(dhcp): init
This commit is contained in:
18
solutions/05-dhcp.sh
Normal file
18
solutions/05-dhcp.sh
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Aufgabe 1a:
|
||||
|
||||
# DHCP-NAK
|
||||
# DHCP-Server sieht sein Konfigurationsangebot zurück.
|
||||
|
||||
# DHCP-DECLINE
|
||||
# Client weißt das Konfigurationsangebot vom Server ab.
|
||||
|
||||
# DHCP-INFORM
|
||||
# Client informiert sich über weitere Konfigurationsparameter beim Server.
|
||||
|
||||
# DHCP-RELEASE
|
||||
# Explizite Aufforderung des Clients die Konfiguration wieder freizugeben und
|
||||
# anderen Clients zur Verfügung zu stellen.
|
||||
|
||||
# https://www.nm.ifi.lmu.de/pub/Diplomarbeiten/demm99/HTML-Version/node52.html
|
Reference in New Issue
Block a user