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
@linux_router
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Wireguard VPN access from WAN to LAN
31 Hits, Last modified: 7 weeks ago
want to setup an access within my Linux router to allow external authorise only VPN access into the syste... particular the private and public keys. Also the allowed ips is important. On the server side it is set ... needs to be set to include ip addresses that are allowed to be access on the client side. Some tools tha... router input indicates that the first packet was allowed to the wireguard vpn, 192.168.6.1:51914. After
NFTables Configuration
21 Hits, Last modified: 4 months ago
router.nft". Dont forget to ensure the router is allowed to forward packets: * ''sudo sysctl net.ipv4.... color>++\\ <tab9> \\ <tab9><color blue> # allow icmp</color> \\ <tab9> ip protocol icmp icmp type { ++ | + <color #202000/#F0F0E0> This allows the icmp packets to be handled </color>++\\ <ta... icmpv6 type { ++ | + <color #202000/#F0F0E0> This allows the icmpv6 packets to be handled </color>++ \\
DHCP / DNS Setup
14 Hits, Last modified: 7 months ago
//208.67.222.222; //208.67.220.220; }; allow-query { 192.168.1/24; 127.0.0.1; }; allow-transfer { 192.168.1/24; 127.0.0.1; }... not have the record. I have been using OpenDNS to allow some free security screening, IP 208.67.222.222 a... e master; file "/var/lib/bind/db.kptree.net"; allow-update { key rndc-key; }; }; zone "168.192.in-ad
Router Hardware
7 Hits, Last modified: 7 months ago
t that is full 1Gbe and there are 2 USB 3 port to allow another full 1Gbe NIC off USB. *An older x86 ba... s unit also comes with a dedicated IPMI LAN Port, allowing full remote KVM operation on the network. A do... mailed at USD75. In any case this hardware should allow for a router with great performance for some year... onitors to set up and maintain these machines and allow true convenient headless set up, maintenance and
Router Miscellaneous
7 Hits, Last modified: 4 months ago
ly by default use iptables on the host machine to allow access to images. Unfortunately the default iptab... 868926/configure-iptables-for-docker-manually-and-allow-internet-access-for-containers|Configure iptables for Docker manually and allow Internet access for containers]] [[https://blog.... bonded Networking <fs smaller>A bridged network allows different networks to be connected, both physica
Router Configuration, Switch & Server Setup
7 Hits, Last modified: 7 weeks ago
ward Network traffic - Track network traffic, allows traffic incoming only if response to out going (... imary security function is the firewall that only allows a type of one way start of discourse. NAT does p... ty value to an experience hacker, double NAT also allows double fire wall, but the performance affects an... orm, although correct router setup is required to allow these services to function. =====Debian Router S
Debian Server Network Setup
6 Hits, Last modified: 6 months ago
t manual # iface eno4 inet manual The use of allow-hotplug eth1 is not used as normally these interf... for virtual machine access and must be running to allow correct VM startup. During initial boot this will... ecessary for reliable start-up and operation. # allow-hotplug eno2 # iface eno2 inet manual # pre... e mode. The network must start-up the WAN NIC to allow pppoe modem Ethernet access and also assign a IP
ISP PPPoE Network Setup
3 Hits, Last modified: 10 months ago
epeerdns </code> These configuration files should allow a PPPoE connection to the ISP, using the command ... so.</fs> =====System Forwarding Enable===== To allow the router to forward packet the Linux kernal must be setup to allow this. This is not necessarily a standard option.
Router VM
2 Hits, Last modified: 4 months ago
p has the following required features: * It allows connections of multiple physical Ethernet ports ... to operate at its specific capacity.) * It allows connections of multiple virtual Ethernet ports t
ISP IPoE DHCP Setup Notes
1 Hits, Last modified: 6 months ago
range really, as dhcp is used on most networks to allow automatic configuration of network IP addresses a
IPTables Configuration
1 Hits, Last modified: 7 months ago
PoE (ppp0) -A FORWARD -i br1 -o ppp1 -j ACCEPT # allow specific WAN traffic to be forwarded to LAN -A FO