dhcp

  1. C

    FreeBSD for "Mainserver" of small company

    Hi all, I have been tasked with setting up a new server to replace a 10+ year old Apple Mac Server which has been running as the "Mainserver" for a small company I work at. This Mac server performs various server roles, including DHCP, DNS, and most importantly, file serving. We have roughly...
  2. dch

    iOS tethering & default route

    My iphone 6s+ (the continent-sized one) is recognised in 11.0-CURRENT now: ipheth0: <Apple Inc. iPhone, class 0/0, rev 2.00/8.02, addr 7> on usbus0 ue0: <USB Ethernet> on ipheth0 ue0: Ethernet address: 82:ed:2c:45:8e:f7 I've been doing the following to set up tethering: # pkg install -y...
  3. dch

    Solved DHCP overwrites local_unbound config

    In certain ISP crappy routers, the locally provided DNS resolver cannot handle DNSSEC and _srv queries, which breaks pkg at bootstrap, along with many other things. As these resolvers are handed out via DHCP from the router, I need to hard-code a specific forwarder and not have DHCP overwrite...
  4. A

    isc-dhcpd logging

    Hey everyone, I faced an issue with dhcpd logging. Configured logging: gw# less /usr/local/etc/dhcpd.conf | grep log log-facility local7; gw# less /etc/rc.conf | grep dhcpd dhcpd_enable="YES" dhcpd_ifaces="em3" gw# cat /etc/syslog.conf | grep dhcpd !dhcpd *.*...
  5. F

    Solved Jails with IP from DHCP?

    Afternoon all, On my home network I have three VirtualBox VMs that I would like to condense into a single VM, this single VM would have three jails each running a service. Currently each VM has a VirtualBox bridged adaptor, on my router I see each VM having its own MAC address, and the router...
Back
Top