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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@linux_router
  • Any namespace
Any time
  • 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
77 Hits, Last modified: 7 weeks ago
etting-up-a-server-firewall-with-nftables-that-support-wireguard-vpn/|Setting up a server firewall with nftables that support WireGuard VPN]] * [[https://engineerworkshop.co... he server side: ''sudo tcpdump -i wan_device -c 5 port vpn_port'', where wan_device is the wan device, in my case ppp1 and vpn_port is the port number wiregua
ISP IPoE DHCP Setup Notes
73 Hits, Last modified: 6 months ago
Duplex: full Port: tp Address: 192.168.5.2 ... t[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 8 Jan 04 07:34:37 kptr dhclient[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 11 Jan 04 07:34:49 kptr dhclient[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 18 Jan 04 07:35:07 kptr dhclient[763]
NFTables Configuration
69 Hits, Last modified: 5 months ago
er address</color>\\ <tab3>define <color red>vpn_port = 51914</color><color blue> #definition of wireguard server port</color>\\ <tab3><color #000060/#F0F0FF>#define</... achine.</color>\\ <tab6><color blue> # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP!</color>\\ <tab6><color blue> # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP a
NFTables IP Control
25 Hits, Last modified: 2 years ago
ports to open for input to this machine. # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP! # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP and UDP, # but we only use UDP! # domain is port 53 for DNS requests on TCP & UDP. # openvnp is po
IPTables Configuration
16 Hits, Last modified: 7 months ago
t be the case. As of year ending 2019 general support and functionality of NFTables is much improved. That being said overall information and support for IPTables is more comprehensive. Application ... NAT to LAN -A PREROUTING -p tcp -m tcp -i ppp1 --dport 80 -j DNAT --to-destination 192.168.1.15:80 -A PREROUTING -p tcp -m tcp -i ppp1 --dport 443 -j DNAT --to-destination 192.168.1.15:443 -A
Router Miscellaneous
11 Hits, Last modified: 4 months ago
ed] docker logs algo [view container log] docker port algo After running "docker exec -it algo bash", ... rds as noted below. **IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number R
Wifi Router / Access Points
7 Hits, Last modified: 7 weeks ago
s points are Netgate [[https://www.netgear.com/support/product/wax206/|WAX206]]. They only went on sale... am disappointed with Netgear for such a short support period. Strangely the less featureful and powerf... 4 x 1Gbit ethernet ports and 1 x 2.5Gbit ethernet port. The WAX206 does not have a USB port. There is a currently supported [[https://openwrt.org/toh/hwdata
Router Hardware
6 Hits, Last modified: 7 months ago
MI 2.0 and Type-C display output with 4K 60fps support *Cooling System: Full aluminum body passive coo... AMI EFI BIOS with Auto Power-on, WOL, and PXE support *Power Supply: DC IN 12-19V *Dimensions: 157 ... NIC, but that is full 1Gbe and there are 2 USB 3 port to allow another full 1Gbe NIC off USB. *An old... ). This unit also comes with a dedicated IPMI LAN Port, allowing full remote KVM operation on the networ
Basic Netfilter Function Block Diagram
6 Hits, Last modified: 13 months ago
e Networks]] *Oregon Tech [[http://oregontechsupport.com/articles/icmp.txt|icmp.txt]] *Digitalocean ... MP]] **Cisco** [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p... agmentation]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p... ag.html|MTU]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-p
Debian Server Network Setup
5 Hits, Last modified: 6 months ago
, or the more verbose ''ip a''. The units 4 main port will be 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 bridg
Linux Router Background
4 Hits, Last modified: 17 months ago
andard NFTable version in Ubuntu 16.04 did not support all the features I needed to operate the Router a... new ISP, I was again informed that they do not support unique hardware installation!. So I used the orig... m router with 4 100Mbps ethernet ports and 2 VoIP port. One ethernet port was set up as WAN connection. -The 1000Mbps ethernet router was a N3700 router wit
DHCP / DNS Setup
3 Hits, Last modified: 7 months ago
nd indicated that they plan to eventually stop support of server version. They seem to recommend migrat... Why Is It Important?]] *[[https://quad9.net/support/faq/|QUAD9 FAQ]] *[[https://www.linuxbabe.com/u... acy Clients]] Says Bind9 does not not natively support TLS. =====ipv6 links===== *[[https://jochen.kir
Router VM
3 Hits, Last modified: 4 months ago
* Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** ... add in PCIe card that provided a 2.5GB/s Ethernet port. All these physical ports are connected to a comm... all * NAT (Network Address Translation) * Port forwarding to basic services * Main public
Router Configuration, Switch & Server Setup
3 Hits, Last modified: 8 weeks ago
e the of keypoints: *I set-up Ubuntu to use LAN port 2, as I want to use LAN port 1 as the Router WAN port. *I do not encrypt the home directory. (See How to install [[http://www.have
IPv6 Setup Notes
1 Hits, Last modified: 14 months ago
nft add rule inet firewall input position 39 tcp dport domain counter'' <- linux_router:nmap|Prev page