net

Search

You can find the results of your search below.

DHCP / DNS Setup
100 Hits, Last modified:
and DHCP servers to Docker, [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_... n ISC Bind9 and ISC DHCP, which are the main internet backbone software used for DNS and DHCP. (2022... n [[https://web.archive.org/|Wayback Machine Internet Archive]], but [[https://web.archive.org/web/2019... ve DNS Server on Debian 11]] *[[https://www.lisenet.com/2018/configure-dhcp-failover-with-dynamic-dns
NFTables Configuration
29 Hits, Last modified:
is allowed to forward packets: * ''sudo sysctl net.ipv4.ip_forward'' to check * ''sudo sysctl net.ipv4.ip_forward=1'' to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 ==... address is 192.168.5.1, See [[https://wiki.kptree.net/doku.php?id=linux_router:network#ubuntu_network_-
Router Miscellaneous
21 Hits, Last modified:
''sudo iftop -i br0'' ====nethogs==== nethogs - Net top tool grouping bandwidth per process\\ Use ''m... ng Tool for Linux]] * [[https://wiki.crowncloud.net/?How_to_install_Glances_on_Debian_11|How to Insta... ''stable'', e.g. ''docker run -it -p 3000:3000 --net=host ntop/ntopng:stable -i br0'' versus the instr... -v $(pwd)/ntopng.license:/etc/ntopng.license:ro --net=host ntop/ntopng:latest -i br0'' \\ Another thing
Debian / Ubuntu Network Setup
20 Hits, Last modified:
systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with t... loopback network interface auto lo iface lo inet loopback # The WAN network interface auto eno1 eno1:0 iface eno1 inet dhcp # dhcp for IP/DHCP WAN (static? for PPPOE)... access modem web page on WAN NIC iface eno1:0 inet static address 192.168.5.2/24 # Then LAN
Linux Router Background
19 Hits, Last modified:
... *The PPPoE refused to work and my ISP (Internet Service Provider) made it clear they would not he... en my family members also wish reliable home internet access. Definitely not a good environment to be t... rade to get fibre in to my house for primary internet access (FTTP). Once the fibre and modem were conn... o my old back DSL modem Router that had WAN eithernet input was limiting performance, 100M ethernet con
NFTables IP Control
16 Hits, Last modified:
act as a form of parental control on my home internet access. ====Disable Range of IP addresses, wit... n out the current ruleset flush ruleset table inet firewall { set controllist { type... # set tcp_open_ports { # type inet_service; flags interval; # elements = { ;... } # set udp_open_ports { # type inet_service; flags interval; # elements = { ;
Basic Netfilter Function Block Diagram
15 Hits, Last modified:
ow to mangle the packets]] *[[https://linux.die.net/man/8/iptables|iptables(8) - Linux man page]] *... us additional overhead to that in a standard Ethernet data field. The maximum length (MTU) of the data field of a standard Ethernet data field is limited 1500 bytes. A standard PPP... ts the MTU to 1492 bytes. However, some ISP (internet service providers) may have additional overheads.
Router Hardware
11 Hits, Last modified:
s most homes do not have better than 100Mb/s internet connections, and in general much slower.) The mai... The main unit is still go enough for my home internet which can be provided up to 1000Mb/s, however is ... e) - Connectivity to upstream IPS provided internet - Firewall - DNS - DCHP - VPN for use as ... gateway to allow private access from public internet The following key services define the router: *
Router VM
10 Hits, Last modified:
al: * Network configuration (of 4 x 1 GB/s ethernet ports) * Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** * modem is VDSL based, s... e direct remote DHCP/IP as specified by ISP (Internet Service Provider requirements), was originally se
IPv6 Setup Notes
8 Hits, Last modified:
4/how-to-configure-radvd-dhcpd6-routing-and-64-subnet-based-on-delegated-prefix *http://sophiedogg.co... k-hairpin-nat *http://www.kloepfer.org/ipv6-homenet.html *https://tldp.org/HOWTO/Linux+IPv6-HOWTO/i... '' *'' netplan apply'' *https://www.tomicki.net/ipv6.router.php *https://netplan.io/examples ... *''ip route add ::/0 dev he-ipv6'' *''ip -f inet6 addr'' ====NFTables Rules to consider for IPv6=
ISP IPoE DHCP Setup Notes
7 Hits, Last modified:
ork IP addresses and most IP traffic is over Ethernet. This needs to be taken in context of ISP access... on on how to make this work. I use the RJ45 ethernet interface call eno1. In my netplan configuration... back 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever pre
ISP PPPoE Network Setup
6 Hits, Last modified:
showthread.php?t=872346|How to Optimize your Internet Connection using MTU and RWIN]]. Ubuntu documenta... oeconf(8) man:interfaces(5) BindsTo=sys-subsystem-net-devices-eno1.device After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd ca... n/ppp-pppoe.pid [Install] WantedBy=sys-subsystem-net-devices-eno1.device </code> Use ''sudo systemctl
TC - Traffic Control
1 Hits, Last modified:
s://lartc.org/howto/|HOWTO]] *[[https://netbeez.net/blog/how-to-use-the-linux-traffic-control/|How to