KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (16)
  • linux_router (14)
  • docker_notes (11)
  • tech_notes (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Network Setup @home_server:home_server_setup
55 Hits, Last modified: 13 months ago
*[[https://thelinuxcode.com/debian_etc_network_interfaces/|All About the Debian /etc/network/interfaces File: The Comprehensive Guide]] (/etc/network/in... d) *[[https://thelinuxcode.com/reload-network-interfaces-debian/|A Comprehensive Guide on Reloading /etc/network/interfaces in Debian]] *[[https://thelinuxcode.com/rest... nd/]] *[[https://www.baeldung.com/linux/network-interface-configure|Understanding and Configuring Linux Network Interfaces]] *[[https://raspberrypi.stackexchange.com/que... g configuration, e.g.</fc> ''sudo mv /etc/network/interfaces /etc/network/interfaces.old'' To check available interfaces and names:
Debian Server Network Setup @linux_router
49 Hits, Last modified: 10 months ago
sktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/|Predictable Network Interface Names]], also see [[https://github.com/systemd/sy... allow-hotplug eth1 is not used as normally these interfaces should be running. The br1 interface will be used for virtual machine access and must ... ges.debian.org/bookworm/bridge-utils/bridge-utils-interfaces.5.en.html|/ bookworm / bridge-utils / bridge-utils-interfaces(5)]] =====Network - Netplan Setup===== ++++tl;d... sktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/|Predictable Network Interface Names]], also see [[https://github.com/systemd/sy
Wireguard VPN access from WAN to LAN @linux_router
20 Hits, Last modified: 16 months ago
doku.php?id=linux_router:network#ubuntu_network_-_interface_setup|network interface]].</color>++\\ <tab3>define <color red>http_serv... D'' to see a list the list interfaces - the interface ''any'' would look at all the interfaces - ''sudo tcpdump -i ppp1 -c 5 port 51914'' ... re: - ''-i ppp1'' specifies specific use of interface ppp1 - ''-c 5'' limits the scan to 5 packet... vateKey to in ''/etc/wireguard/wg0.conf'': <code>[Interface] Address = 192.168.6.1/24 SaveConfig = true Liste
NFTables Configuration @linux_router
15 Hits, Last modified: 19 months ago
tching_packet_metainformation|Matching packets by interface name]]. The use of interface index of the interface name causes an error on boot of the nftables.service, probably because the interface has not been brought up and indexed. Yet the name... work, perhaps it is predefined. Using the network interface name works. Use of name indexes is said to be fas
Router Miscellaneous @linux_router
15 Hits, Last modified: 12 months ago
s/348266/how-do-i-put-a-bridge-on-top-of-a-bonded-interface|How do I put a bridge on top of a bonded interface?]] *nixCraft [[https://www.cyberciti.biz/faq/ub... & [[https://www.cyberciti.biz/faq/debian-network-interfaces-bridge-eth0-eth1-eth2/|Debian Linux: Configure Network Interfaces As A Bridge / Network Switch]] *Unixmen Ubuntu... [https://help.ubuntu.com/community/BridgingNetworkInterfaces|bridging network interfaces]] *Linux.com [[https://www.linux.com/learn/cre... s/128439/good-detailed-explanation-of-etc-network-interfaces-syntax|Good detailed explanation of /etc/network/interfaces syntax?]] and [[https://unix.stackexchange.com/q
IPMI CLI Tools @home_server:home_server_setup:other_services
13 Hits, Last modified: 3 years ago
he BMC. Local access is provided through a system interface like kCS (IO port). Remote access is provided through the onboard LAN interface (on IPMI supported motherboards). *OpenIPMI :... ers run on the managed system and provide a local interface to the IPMI card. They also support a primitive c... ment bus. A low speed (<100khz) system management interface supported on most PC and server motherboards. It ... communicate with motherboard sensors and Ethernet interface. *SuperoDoctor : A SuperMicro proprietary IPM
KPTree Torrent VM Setup @home_server
12 Hits, Last modified: 5 years ago
//askubuntu.com/questions/767786/changing-network-interfaces-name-ubuntu-16-04|Changing Network Interfaces name Ubuntu 16.04]] for further information on t... port is on port 8080, see Kodi documentation Web interface and Webserver Kodi has an EventServer mapped to ... "docker ps -a" After starting access to the web interface should be possible from the LAN, at the host IP a... uged'' *To start (/stop /enable) the deluge web interface daemon ''sudo systemctl start deluge-web'' *Sys
samba @home_server:home_server_setup:other_services
8 Hits, Last modified: 4 years ago
= no #### Networking #### # The specific set of interfaces / networks to bind to # This can be either the interface name or an IP address/netmask; # interface names are normally preferred ; interfaces = 127.0.0.0/8 eth0 # Only bind to the named interfaces and/or n
IPMI Console Setup @home_server:home_server_setup:other_services
6 Hits, Last modified: 17 months ago
tting up Linux to redirect main boot terminal tty interface to use the serial port -Setup the console red... boot -BMC IPMI Client Setup (Using the BMC IPMI interface to redirect the computer serial tty to the BMC ne... /ipmitool sol info'' are: * -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my interfaces are IPMI 2.0) * -H : remote server address IP
SSH Notes @home_server:home_server_setup:other_services
6 Hits, Last modified: 21 months ago
cal) if_addrs = psutil.net_if_addrs() for interface_name, interface_addresses in if_addrs.items(): for addres... s in interface_addresses: print(f"=== Interface: {interface_name} ===") if str(address.family) ==
DHCP / DNS Setup @linux_router
6 Hits, Last modified: 22 months ago
do vim /etc/default/isc-dhcp-server''. Ensure the interface(s) that the DHCP server is to server requests upon is indicated, for example: *INTERFACESv4="br0" *INTERFACESv6="br0" ====isc-dhcp-server log file comments==== Unfortunately the log / journal fo... er contains the following comment for each system interface that is not assigned in ''/etc/default/isc-dhcp-s
Docker Host @docker_notes
6 Hits, Last modified: 9 months ago
+++source /etc/network/interfaces.d/*| <code bash interfaces># The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug enp1s0 #iface enp1s0 inet dhcp au
ISP PPPoE Network Setup @linux_router
5 Hits, Last modified: 2 years ago
mit maxfail 0 # Load rp-ppoe.so for kernel mode interface naming compatibility # (ie, ppp0, ppp1) plugin rp... one". If successful there should be a new network interface ppp1 <fs smaller>Some useful links: Ubuntu help ... ====PPPoE Startup==== Systemd service to create interface and start ppoe service, below: ''sudo vim /etc/sy... ation=man:pon(1) man:pppd(8) man:pppoeconf(8) man:interfaces(5) BindsTo=sys-subsystem-net-devices-eno1.device
Conky @home_server:home_server_setup:other_services
5 Hits, Last modified: 5 years ago
e, disk storage, temperatures, processes, network interfaces, battery power, system messages, e-mail in-boxes... n uppercase use_xft = true,-- use the X FreeType interface library (anti-aliased font) font = 'Arimo:size=1... use_xft yes # use the X FreeType interface library (anti-aliased font) xftfont Monospace:siz... n uppercase use_xft = true,-- use the X FreeType interface library (anti-aliased font) font = 'Arimo:size=1
Router VM @linux_router
4 Hits, Last modified: 19 months ago
run a desktop on this machine, CLI (Command Line Interface only). The main services I am currently running ... s of multiple physical Ethernet ports to a bridge interface device, with the bridge effectively acting as a n... Rate limiting certain IP address ranges to public interface * Parental control (time limiting access to public interface on certain IP addresses * Main LAN (Local Area
KPTree - Email Server Setup @home_server
4 Hits, Last modified: 3 years ago
Router Hardware @linux_router
4 Hits, Last modified: 3 months ago
Router Configuration, Switch & Server Setup @linux_router
4 Hits, Last modified: 16 months ago
Docker nginx / php notes @docker_notes
4 Hits, Last modified: 11 months ago
TC - Traffic Control @linux_router
4 Hits, Last modified: 3 months ago
Docker mailserver @docker_notes
3 Hits, Last modified: 5 weeks ago
Nextcloud Container @docker_notes
3 Hits, Last modified: 5 weeks ago
Docker Deluge Image / Service @docker_notes
3 Hits, Last modified: 3 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
3 Hits, Last modified: 14 months ago
ISP IPoE DHCP Setup Notes @linux_router
3 Hits, Last modified: 21 months ago
PiKVM @tech_notes
3 Hits, Last modified: 14 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 12 months ago
turn server @docker_notes
2 Hits, Last modified: 19 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Docker - diun & ntfy @docker_notes
2 Hits, Last modified: 22 months ago
IPTables Configuration @linux_router
2 Hits, Last modified: 22 months ago
Docker @docker_notes
2 Hits, Last modified: 8 months ago
Docker init Systems @docker_notes
1 Hits, Last modified: 6 weeks ago
KPTree - Home Desktop Setup @home_server
1 Hits, Last modified: 5 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 21 months ago
Linux CLI Commands @tech_notes
1 Hits, Last modified: 6 months ago
Calibre Server @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 20 months ago
NFTables IP Control @linux_router
1 Hits, Last modified: 5 years ago
Web Server setup @home_server
1 Hits, Last modified: 22 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 6 months ago
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified: 2 years ago
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified: 12 months ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago