Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- DHCP / DNS Setup @linux_router
- {{tag>linux router dns dhcp bind ip ipv6 radvd host dig nslookup}} ======DHCP / DNS Setup====== =====Outdated===== I have moved my DNS and DHCP servers to Docker, [[https://wiki.kptree.net/doku... ill using ISC_Bind9, but am now using ISC_Kea for DHCP as ISC_Bind is no longer supported as of 2022. +
- Docker - DHCP Kea Server @docker_notes
- {{tag>linux docker kea dhcp}} ======Docker - DHCP Kea Server====== Since mid 2023 I have been running a Docker ISC Kea Image using ... -small>(ISC Kea is a modern replacement for their DHCP.)</fs> The main DHCP server runs on my main server and I have an automatic fall over back up on my sep
- ISP IPoE DHCP Setup Notes @linux_router
- {{tag>linux router bridged modem ISP IPoE mtu dns dhcp}} =====ISP IPoE DHCP Setup Notes===== Notes on Setting up a Linux router for IPoE DHCP. ++++old, tldr;| After a few years of reasonable... name and password. In fact they mention they used dhcp IPoE as well as PPPoE. I set up my spare modem a
- Router Miscellaneous @linux_router
- 67 {tcp, udp} Bootstrap Protocol Server (DHCP) bootpc 68 {tcp, udp} Bootstrap Protocol Client (DHCP) http 80 {tcp, udp, sctp} World Wide Web H... ol -The Bootstrap Protocol was a precursor to DHCP (Dynamic Host Configuration Protocol) **[[https... *bind9.service *networking.service *isc-dhcp-server.service *isc-dhcp-server6.service *
- Debian Server Network Setup @linux_router
- rk interface auto eno1 eno1:0 iface eno1 inet dhcp # dhcp for IP/DHCP WAN (static? for PPPOE) # set up static ip address to access modem web page on WAN NIC ... #start for pppoe and setup modem IP access dhcp4: yes # yes for dhcp, no for pppoe dhcp6: y
- ISP PPPoE Network Setup @linux_router
- {{tag>linux router pppoe pppoed ISP mtu dns dhcp}} =====ISP PPPoE Network Setup===== A reasonably compr... orkd]] ====Install Software==== Install the DNS, DHCP, and PPPoE software: ''sudo apt install bind9 isc-dhcp-server pppoeconf'' Disable and stop the DNS [bind9] and DHCP [isc-dhcp-server, isc-dhcp-server6] software for
- Router Hardware @linux_router
- LN4F==== For my router, including DNS (BIND9) and DHCP (ISC DHCP) I am using a Supermicro SYS-E200-9B that comes with a Supermicro motherboard X11SBA-LN4F. I ... or firewall and routing * Bind9 for DNS * ISC DHCP for DHCP * Wireguard for remote access to my network I would consider to try setting up a VM and Dock
- Docker @docker_notes
- nity edition. <fc #ff0000>//**Further to this Kea dhcp control agent uses port 8000 as default.**//</fc>... o parent=br0 network_named</code> * No host DHCP access so need to specify ip address when creatin... %%--ip 192.168.1.14%%''). If not specified docker DHCP will assign and could cause clash with host. ... o parent=br0 network_named</code> * No host DHCP access so need to specify ip address when creatin
- Network Setup @home_server:home_server_setup
- y network interface # auto eth0 # iface eth0 inet dhcp #Basic bridge setup on a NIC to allow virtual machine NIC access #The DHCP server is used to assign a fixed IP address based upon MAC auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 9 ... t had problems with operation and used setup with dhcp, which worked. I then setup the dhcp sever to ass
- Domain names, domain nameservers, DNS and DHCP @tech_notes
- ======Domain names, domain nameservers, DNS and DHCP====== Domain names, Domain nameservers, DNS and DHCP are a key part of the internet back bone. *DNS... e relevant IP (Internet Protocol) addresses. *DHCP (Dynamic Host Configuration Protocol) allows the ... ighbor discovery for global IP addressing, with a DHCP or Router Advertisements. *Each hardware con
- Docker - DNS Server @docker_notes
- s bare metal implementation of [[linux_router:dns_dhcp|dns - dhcp]], based upon ISC Bind9 and DHCP on Debian 10 <fs xx-small>(was originally Ubuntu)</fs>. *[[https://... - docker_notes:docker-mailserver|Back ^ docker_notes:index|Start page ^ docker_notes:docker-dhcp|Next ->
- Docker init Systems @docker_notes
- //wiki.kptree.net/doku.php?id=docker_notes:docker-dhcp#docker_-_dhcp_server|DHCP server (ISC Kea)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-deluge#dock
- Linux Router Background @linux_router
- s primary home router on bare metal, with DNS and DHCP. I got Wireguard up and running a year ago. I ha... was the slow pppoe connect. My ISP was using IPoE DHCP, in preference to pppoe. I ended up moving away from pppoe to IPoE DHCP. This also required some minor modifications to m
- IPv6 Setup Notes @linux_router
- lum0smaxima.wordpress.com/2016/06/24/setting-up-a-dhcp-server-for-ipv6/ *https://serverfault.com/quest... *https://subatomicsolutions.org/8-freebsd/17-isc-dhcp-ipv4-ipv6-server-on-a-dual-stack-network *https://blog.marquis.co/configuring-a-dual-stacked-dhcp-server/ *http://sophiedogg.com/radvd-and-dhcpd6
- NFTables IP Control @linux_router
- ge of IP addresses, with count-down timer==== The DHCP assigned addresses in the range 100 - 254 were to... ow 100 were assigned a specific IP address in the DHCP based upon MAC. I added a [[https://wiki.nftab... CP! # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP and UDP, # but we only use UDP! # do