-
I just skip the driver part (pi 3 has built in wifi)
Then I install isc-dhcp-server
after that copy this
sudo cp env/isc-dhcp-server /etc/default
sudo cp env/dhcpd.conf /etc/dhcp/
sudo cp env/interfa…
-
Beside the implemented DHCPv6 Option 16 "Vendor class option", **Option 17 "Vendor-specific Information Option"** as described in RFC3315 chapter 22.17. is still missing.
Didn't check it but most …
-
### Dynamic routes
_need frr_
nano /etc/frr/daemons
systemctl restart frr
vtysh
**OSPF**
>(in conf t)
router ospf
network _[networkIP/mask]_ area _[area(0)]_
Check: ip route (or in vtysh)
…
-
Related: #1455
**Host:** macOS 11.11.0
**VM Provider:** VMWare Fusion 8.5.0
**Docker Machine version:** `0.8.1, build 41b3b25`
When crateing a new Docker Machine for VMWare Fusion and setting the d…
-
```
What steps will reproduce the problem?
1. When i press the start button show on Status
Can't open /tmp/ghost_dhcpd.conf: Permission denied
Internet Systems Consortium DHCP Server V3.1.3
What is …
-
Hi,
When I run cobbler (from build or docker hub) with the command on readme :
```
docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -e SERVER_IP_V4=127.0.0.1 -e ROOT_PASSWORD=Pass…
Tuxem updated
2 years ago
-
1. Support for remote DHCP servers (i.e. connected over SSH to a remote server on our network)
2. Support for multiple DHCP servers (not just the system it's running from)
3. Support for `include `'…
-
NVMes from storm3
-
```
What steps will reproduce the problem?
1. Set up a zone in your dhcpd.conf that points at the route53d server/instance
(make sure the route53d server runs on port 53 -- isc dhcp can't specify por…
-
I'm using the latest unifi-controller version, 7.1.66, from [linuxserver/unifi-controller](https://hub.docker.com/r/linuxserver/unifi-controller) and nothing seems to work. Is the latest version suppo…