ip

Search

You can find the results of your search below.

NFTables Configuration @linux_router
188 Hits, Last modified:
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
IPMI CLI Tools @home_server:home_server_setup:other_services
171 Hits, Last modified:
{{tag>linux IPMI, IPMITOOL, CLI, BMC}} ======IPMI CLI Tools====== Much copied from Adam Sweet's wiki on IPMI. ====What is IPMI?==== IPMI is standard which
Router Miscellaneous @linux_router
121 Hits, Last modified:
ools – Part 2]], and [[https://www.cyberciti.biz/tips/top-linux-monitoring-tools.html|30 Linux System ... 7'' ---- ====glances==== * ''sudo apt install pipx'' ([[https://pypa.github.io/pipx/|pipx]] — Install and Run Python Applications in Isolated Environments) * ''pipx ensurepath'' *
Docker nginx / php notes @docker_notes
116 Hits, Last modified:
a second Nginx in separate Docker and then trying IP TCP connectivity instead of socket file. To run ... /etc/nginx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string; fas... NT_LENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param
Back-up Server Old Setup @home_server:home_server_setup:other_services
80 Hits, Last modified:
ount point to be unmounted ++++Possible mount script| <code bash> #!/bin/bash #input 1 is the propos... exit with error fi fi </code> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/mount_backup1.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup1.sh''| <code bash> #!/bin/bash #Sc
Docker @docker_notes
72 Hits, Last modified:
{tag>linux docker cli installation network volume iptables nftables portainer}} Much of this material ... =====Installation===== One click installation script: *''%%curl -fsSL https://get.docker.com -o get... 2677013/uninstall-docker-version-installed-via-script|Uninstall docker version installed via script]] =====Docker and iptables on Host===== Docker applie
Basic Netfilter Function Block Diagram @linux_router
63 Hits, Last modified:
er Function Block Diagram===== Both NFTables and IPTables use the [[https://en.wikipedia.org/wiki/Netfilter|Netfilter]] framework provided in the Linux kernal. NFtables was implemented to supersede IPTables, which due to the widespread use of IPTables, will probably take a long time.\\ {{:linux_route
IPMI Console Setup @home_server:home_server_setup:other_services
55 Hits, Last modified:
{{tag>linux bmc grub IPMI, Console, Redirection, CLI}} ======IPMI Console Setup====== I have 3 computers from Supermicro with BMC and IPMI. The Supermicro provided utility program IPMIView is good, but the iKVM console redirection facili
Rsync @home_server:home_server_setup:other_services
55 Hits, Last modified:
some examples I used ++++tl;dr;| ''export RSYNC_SKIP_COMPRESS=3fr/3g2/3gp/3gpp/7z/aac/ace/amr/apk/appx... nef/oga/ogg/ogv/opus/orf/pef/png/qt/rar/rpm/rw2/rzip/s7z/sfx/sr2/srf/svgz/t[gb]z/tlz/txz/vob/wim/wma/wmv/xz/zip'' ''rsync %%--%%skip-compress=$RSYNC_SKIP_COMPRESS .....'' ''sudo rsync %%--%%dry-run -av -u --del
DHCP / DNS Setup @linux_router
48 Hits, Last modified:
{{tag>linux router dns dhcp bind ip ipv6 radvd host dig nslookup}} ======DHCP / DNS Setup====== =====Outdated===== I have moved my DNS ... tists]] - <fc #9400d3>This is a good general description</fc> =====DNS Setup===== First install or en... to reload the configuration ====Setting Bind9 to IPv4 Mode==== ''sudo vim /etc/default/bind9'' or ''s
Debian / Ubuntu Network Setup @linux_router
41 Hits, Last modified:
bian Ubuntu router network netplan interface vlan ipv6 ip}} ======Debian / Ubuntu Network Setup====== ====Debian / Ubuntu Network - Interface Setup===== ... " To check available interfaces and names use: ''ip link'', or the more verbose ''ip a''. The units 4 main port will be setup to look like a router with
BASH Customisation @home_server:home_server_setup:other_services
41 Hits, Last modified:
aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill night... t/d827c85565767c761e100a133088135cba5c3ffa alias dips="sudo docker ps -q | xargs -n 1 docker inspect -... ' | jq -rs 'map(.Name,.NetworkSettings.Networks[].IPAddress) | .[]'" dip() { sudo docker inspect --format '{{json .}}' "$1" | jq -rs 'map(.NetworkSettin
Docker mailserver @docker_notes
37 Hits, Last modified:
as.** Furthermore Christoph's guide is very descriptive and should be referenced to get a better unde... h file to /bin/ll or link it ''/bin/ln -s /app/scripts/ll.sh /bin/ll'' =====sqlite===== ====sqlite c... #php-bz2 ?php-mysqli ?php-mysqlnd #php-zip php-bcmath ++ I am not sure if all these modul... granted select privilege only *In mariadb an IP host uses TCP to communicate. In ISPmail Postfix
Commonly used commands and scripts @home_server:home_server_setup:other_services
37 Hits, Last modified:
de update install remove crontab man apropos tldr ip tc systemctl journalctl}} ======Commonly used commands and scripts====== =====dmesg==== ''sudo dmesg'' lists the ... == |<38em 28% 36% 12% 12% 12%>| ^ package ^ description ^ mail server ^ nextcloud ^ wiki ^ | p... ge | ✔ | ✔ | ✔ | | php-imagick | image manipulation module | ✔ | ✔ | ✔ | | php-json |
Docker Deluge Image / Service @docker_notes
30 Hits, Last modified:
uge-web), openvpn and nftables. I have used both iptables and nftables and find nftables is definitel... web'' It looks like I need to write an openrc script to allow the application to be controlled by the... N usage, e.g. greater privacy and ability to have ip address based on different geographic location. =... d macvlan \ --subnet=192.168.1.0/24 \ --ip-range=192.168.1.95/30 \ --gateway=192.168.1.1
KPTree - Email Server Setup @home_server
30 Hits, Last modified:
KPTree - MSWindows Setup @home_server
24 Hits, Last modified:
dokuwiki setup notes @home_server
23 Hits, Last modified:
Network Setup @home_server:home_server_setup
21 Hits, Last modified:
Router Hardware @linux_router
19 Hits, Last modified:
VIM Editor @home_server:home_server_setup:other_services
18 Hits, Last modified:
Nextcloud Container @docker_notes
14 Hits, Last modified:
Linux Router Background @linux_router
14 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
13 Hits, Last modified:
Router VM @linux_router
12 Hits, Last modified:
turn server @docker_notes
10 Hits, Last modified:
sidebar
8 Hits, Last modified:
Docker - DNS Server @docker_notes
8 Hits, Last modified:
Reverse Proxy Server @docker_notes
8 Hits, Last modified:
Python Programming Notes @python
8 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
7 Hits, Last modified:
Docker - DHCP Server @docker_notes
6 Hits, Last modified:
KVM Setup @home_server:home_server_setup
6 Hits, Last modified:
VNC Server @home_server:home_server_setup
6 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
5 Hits, Last modified:
Home Sprinkler Setup Notes @personal
4 Hits, Last modified:
Network Speed testing @tech_notes
4 Hits, Last modified:
Nginx @tech_notes
4 Hits, Last modified:
Docker-Compose @docker_notes
3 Hits, Last modified:
ssh with key files @tech_notes
3 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker Host @docker_notes
2 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
2 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified:
Technical Notes - Index @tech_notes
2 Hits, Last modified:
s6-rc init @tech_notes
2 Hits, Last modified:
Docker init Systems @docker_notes
1 Hits, Last modified:
Electronics Info/Data @project
1 Hits, Last modified:
Oscilloscope @project
1 Hits, Last modified:
ansible @tech_notes
1 Hits, Last modified:
ASCII @tech_notes
1 Hits, Last modified:
Shell Builtin Commands @tech_notes
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: