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.

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

Matching pagenames:

  • Docker Miscellaneous
  • Private LAN VPN Access
  • Router Miscellaneous
  • Wireguard VPN access from WAN to LAN

Fulltext results:

NFTables Configuration @linux_router
36 Hits, Last modified: 3 months ago
m device label</color>\\ <tab3>define <color red>lan = br0</color><color blue> #definition of lan device label</color>\\ <tab3>define <color red>lan_ip4 = 192.168.1.0/24</color><color blue> #definition of lan IPV4 range</color>\\ <tab3>define <color red>rout
Wireguard VPN access from WAN to LAN @linux_router
31 Hits, Last modified: 2 weeks ago
code" QR}} =====Wireguard VPN access from WAN to LAN====== <fc #ff0000>I use a Docker instance for my ... N to gain remote secure private access to my home LAN from the WAN (internet). //This is the one I am d... separate IP address range for this: * Main home LAN is on 192.168.1.0/24 * Access to my VDSL modem is on 192.168.5.0/24 * VPN (Wireguard) LAN range is 192.168.6.0/24 There seem to be a lot o
KPTree Torrent VM Setup @home_server
20 Hits, Last modified: 2 years ago
s.conf script| <code> #!/usr/sbin/nft -f define lan = ens3 define tun = tun0 # Clean out the curr... w IP addresses of VPN only for outgoing packet on lan #PrivatVPN Addresses (Host Addresses) oifname $lan ip daddr 27.50.73.55 counter accept #Host: au-mel.pvdata.host oifname $lan ip daddr 46.102.153.131 counter accept #Host:
Router Hardware @linux_router
11 Hits, Last modified: 6 months ago
l Pentium N3700 system with 4 x Intel i210-AT GbE LAN. I got with maximum 8GB RAM and 120GB mSata HD. ... l Pentium N3700 system with 4 x Intel i210-AT GbE LAN, from [[https://mitxpc.com/products/sys-e200-9b|M... d power slightly lower than the J1900. (The Intel LAN controllers are also the more modern ones). This unit also comes with a dedicated IPMI LAN Port, allowing full remote KVM operation on the n
NFTables IP Control @linux_router
11 Hits, Last modified: 2 years ago
define wan = ppp1 define modem = eno1 define lan = br0 define router_ip4 = 192.168.1.1 define ht... f lo counter accept # accept input from LAN iifname $lan counter accept # By port is a pain in the arse! # iifname $lan tcp dport { ssh, domain, 667, 953 } counter accep
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified: 18 months ago
h the machine locally. This is called Serial Over Lan (SOL) and is available in IPMI v2.0 as a standard... v1.5 - Ability to send IPMI messages to BMC over LAN, LAN alerting. No SOL as part of the standard's specification but some vendor specific SOL implementations. *IPMI v2.0 - Serial Over LAN enabling console redirection, access control, enh
Debian Server Network Setup @linux_router
9 Hits, Last modified: 5 months ago
setup to look like a router with 1 WAN port and 3 LAN port. The WAN port will be setup on NIC1 with the LAN ports 1-3 will be on bridged NIC2-4. Ensure the ... inet static address 192.168.5.2/24 # Then LAN networks are eno2 eno3 eno4 in bridged mode br1 ... Netplan. The NIC back panel layout: <code> IPMI_LAN DisplayPort USB2-1 USB3-1 LAN3(eth2) LA
Docker - DNS Server @docker_notes
7 Hits, Last modified: 5 months ago
sive Guide]]\\ I have been using Bind9 as my home LAN DNS for the past few years. I originally operated... is a recursive caching type only. It take local (LAN) DNS queries and answers directly for any LAN name resolution, checks the cache for any external name ... e local network. These DNS servers are for local LAN use only and cannot and should not be accessible
Web Server setup @home_server
7 Hits, Last modified: 6 months ago
roup and User IDs across Virtual Machines on Same LAN===== Unfortunately, Havetheknowhow.com does not ... ual machines (VMs), each with a separate distinct LAN IP address. However there is only one WAN static ... s to https://sub1.example.com to a separate local LAN apache server, hence the reference to the local LAN address: https://192.168.1.18. (Does not seem to f
IPTables Configuration @linux_router
7 Hits, Last modified: 6 months ago
ING ACCEPT [0:0] # eno1 is WAN interface, br1 is LAN interface (bridged eno2 - eno4), # ppp1 is the P... OUTING -o ppp1 -j MASQUERADE # WAN Ports DNAT to LAN -A PREROUTING -p tcp -m tcp -i ppp1 --dport 80 -j... t-with icmp-port-unreachable # DNS - accept from LAN -A INPUT -i br1 -p tcp --dport 53 -j ACCEPT -A IN... -p udp --dport 53 -j ACCEPT # SSH - accept from LAN -A INPUT -i br1 -p tcp --dport 22 -j ACCEPT # DH
Network Setup @home_server:home_server_setup
6 Hits, Last modified: 5 months ago
NIC connectors are setup as follows: <code> IPMI_LAN USB2-1 USB3-1 LAN3(eth2) LAN4(eth3) USB2-0 USB3-0 LAN1(eth0) LAN2(eth1) VGA </code> Edit the network configuration file: '
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified: 6 months ago
N to gain remote secure private access to my home LAN from the WAN (internet). //This is where I descri... router:wireguard|Wireguard VPN access from WAN to LAN]]//. - VPN to anonymize my public internet acce... '' under under output chain: *''oifname $lan ip daddr 103.231.89.219 counter accept #Host: au-per.pvdata.host'' * where $lan is set to lan interface, e.g. enp1s0 * ''%%doc
DHCP / DNS Setup @linux_router
5 Hits, Last modified: 6 months ago
shutdown the the router with DNS/DHCP servers my LAN would stop working. Hence the need for back-up DN... IP address... A 192.168.1.12 ; This is the LAN address of the html server ;... re the name. </code>++++ **Note:** //To allow all LAN traffic to correctly flow to the html server and ... for internal services that can not be reached off LAN. I am not sure how split DNS addresses the use o
Router Configuration, Switch & Server Setup @linux_router
5 Hits, Last modified: 2 weeks ago
ty is the restriction of gateway traffic into the LAN. See interesting notes on this from [[https://www... but the performance affects and complexity on the LAN are simply not worth the trouble. Also again man... end. I am not sure if I would use NAT on a IPv6 LAN, but a good firewall is absolutely mandatory in a... some the of keypoints: *I set-up Ubuntu to use LAN port 2, as I want to use LAN port 1 as the Router
PiKVM @tech_notes
4 Hits, Last modified: 8 months ago
s, but I just used Linux commands to find from my LAN, e.g. ''sudo nmap -sn 192.168.1.1/24''. Once I g... I assigned the PiKVM a specific IP address in the LAN Kea DHCP server and a local name in the LAN Bind9 DNS server and then performed internal secure routing on the LAN using Traefik. The PiKVM software defaults to us
Calibre Server @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 years ago
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 weeks ago
Docker - DHCP Kea Server @docker_notes
3 Hits, Last modified: 4 months ago
Docker mailserver @docker_notes
3 Hits, Last modified: 3 hours ago
turn server @docker_notes
3 Hits, Last modified: 3 months ago
Router VM @linux_router
3 Hits, Last modified: 3 months ago
Docker @docker_notes
2 Hits, Last modified: 3 months ago
Linux Router Background @linux_router
2 Hits, Last modified: 16 months ago
Router Miscellaneous @linux_router
2 Hits, Last modified: 3 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
2 Hits, Last modified: 12 months ago
IPv6 summary notes @tech_notes
2 Hits, Last modified: 2 years ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 3 weeks ago
Dokuwiki @docker_notes
1 Hits, Last modified: 5 months ago
Nextcloud Container @docker_notes
1 Hits, Last modified: 8 weeks ago
Docker Host @docker_notes
1 Hits, Last modified: 5 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 5 months ago
dokuwiki setup notes @home_server
1 Hits, Last modified: 15 months ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 5 months ago
IPv6 Setup Notes @linux_router
1 Hits, Last modified: 13 months ago
TC - Traffic Control @linux_router
1 Hits, Last modified: 12 months ago
Wifi Router / Access Points @linux_router
1 Hits, Last modified: 2 weeks ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago