Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- NFTables Configuration @linux_router
- 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
- 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
- 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:
- Docker - DNS Server @docker_notes
- sive Guide]]\\ I have been using Bind9 as my home LAN DNS for the past few years. I originally operated... S performance. The local DNS also provides local LAN DNS services. The DNS service is only accessible on the LAN. The main router fire wall excludes unsolicited external WAN DNS queries to the LAN. I breakdown the ''/etc/bind/named.conf'' config
- Router Hardware @linux_router
- 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
- 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
- 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
- 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
- Web Server setup @home_server
- 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
- 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
- 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
- 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
- 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
- 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
- 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