ip

Search

You can find the results of your search below.

NFTables Configuration @linux_router
110 Hits, Last modified:
ed 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 ... F0E0> * Device definitions can be found using ''ip a'' \\ * IP address should also be able to be found using ''ip a''.\\ * Where services are on
KPTree Torrent VM Setup @home_server
75 Hits, Last modified:
gnificant problems, save for BTGuard changing the IP address of their servers on occasion without info... e domain ''.host''. * The PrivatVPN tunnel host IP address is different from the end IP address, unlike BTGuard which were the same. The host IP address must be used in the NFTables firewall to
NFTables IP Control @linux_router
37 Hits, Last modified:
{{tag>linux nft nftables nmap}} =====NFTables IP Control===== I primarily set this feature up to act ... my home internet access. ====Disable Range of IP addresses, with count-down timer==== The DHCP ass... The addresses below 100 were assigned a specific IP address in the DHCP based upon MAC. I added a ... } </code> In the forward chain the controllist IP set was dropped for all the source and destinatio
Docker @docker_notes
24 Hits, Last modified:
ines could not communicate outside the local host IP address with other LAN addresses, including the r... r and can be checked with ''sudo sysctl net.ipv4.ip_forward''. It would also adversely affect my Lin... g nftables info: ++++nft list tables| <code>table ip nat</code> ++++ ++++nft list table ip nat| <code># Warning: table ip nat is managed by iptables-nft,
Router Miscellaneous @linux_router
24 Hits, Last modified:
a-docker-container-can-access-a-service-on-a-host-ip|Iptables rule-set so that a docker container]] can access a service on a host IP ====Docker Algo Setup & Basic Commands==== //**Th... y used commands and scripts:===== *Get external IP address ''wget http://ipinfo.io/ip -qO -'' *To check the current network hardware configuration ''i
Web Server setup @home_server
21 Hits, Last modified:
ho "Changing the GID of a group and modify ownership of its files and directories." echo "Usage: cha... ed" exit 1 fi # modify GID, change ownership, change initial group of users groupmod -g $3 $... cho "Changing the UID of a User and modify ownership of his files and directories." echo "Usage: cha... '' *Test the web page by typing in the local ip address of the apache2 server in a web browser T
Commonly used commands and scripts @home_server:home_server_setup:other_services
19 Hits, Last modified:
de update install remove crontab man apropos tldr ip tc systemctl journalctl}} ======Commonly used com... php7.4-xmlrpc | | ✔ | ✘ | ✔ | | php7.4-zip | | ✔ | ✔ | ✔ | | pkg-php-tools | | ... rrying about its fancier, more complex uses. =====IP===== The IP command notes. Call up information only: *''ip addr'' or ''ip a'' for short, shows the
Docker Deluge Image / Service @docker_notes
18 Hits, Last modified:
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... enp1s0 macnet1 </code>++ * In order to find the ip address of the vpn server I just ping the vpn acc... nder under output chain: *''oifname $lan ip daddr 103.231.89.219 counter accept #Host: au
Docker nginx / php notes @docker_notes
15 Hits, Last modified:
a second Nginx in separate Docker and then trying IP TCP connectivity instead of socket file. To run ... xspf; application/zip zip; application/octet-stream bin exe d... protocols. Default is TLSv1 TLSv1.1 TLSv1.2. # TIP: If you're not obligated to support ancient clien
Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
Ubuntu router network netplan interface vlan ipv6 ip}} ======Debian / Ubuntu Network 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... o eno1 eno1:0 iface eno1 inet dhcp # dhcp for IP/DHCP WAN (static? for PPPOE) # set up static ip
IPMI CLI Tools @home_server:home_server_setup:other_services
15 Hits, Last modified:
control unit and SOL will save you purchasing an IP KVM, both of which would be quite expensive for t... OS shutdown, (if supported). * Retrieving ILOM IP address with ipmitool: ''sudo ipmitool lan print'... lus for IPMI 2.0. * -H : remote server address IP or hostname; to specify the IPMI BMC connect and ... indicates success.) <code bash> #!/bin/bash BMC_IP="192.168.1.40" User_Name="baumkp" PW_file_locatio
KPTree - Email Server Setup @home_server
13 Hits, Last modified:
server subdomain needs to be shared on the common IP address with other subdomains and applications. W... ate between different subdomains. ===Set network IP address, static IP=== The mail server need to have a static IP address on the local area network. ++++I actually like to
Basic Netfilter Function Block Diagram @linux_router
13 Hits, Last modified:
com/2010/07/fail2ban-howto/|Fail2Ban Howto: Block IP Address Using Fail2ban and IPTables]] *[[htt... he ping command has a 28 bytes overhead (20 bytes IP header + 8 bytes for ICMP header). So the MTU is ... co** [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html|Resolve IP Fragmentation]], [[https://www.cisco.com/c/en/us/
ISP PPPoE Network Setup @linux_router
12 Hits, Last modified:
client server secret IP addresses "yourusername" * "your... * for server name and unless your ISP assigns an IP address, leave this blank.</fs> Next a peer fill... logfile #debug #noipdefault : Assumes that your IP address is allocated dynamically by the ISP. noip... t to manually set up wan/eno1 interface with an ''ip link set'' instruction in the pppoe.service scrip
Network Setup @home_server:home_server_setup
11 Hits, Last modified:
p==== To check available interfaces and names: ''ip link'' Ensure the bridge utilites are loaded: ''... access #The DHCP server is used to assign a fixed IP address based upon MAC auto br0 iface br0 inet dh... al</code> I tried earlier to use static assigned IP setup, but had problems with operation and used s... rked. I then setup the dhcp sever to assign a fix IP address to the eth0 address.++++ ++++Netplan Old
Docker mailserver @docker_notes
10 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
10 Hits, Last modified:
IPv6 Setup Notes @linux_router
9 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
9 Hits, Last modified:
Linux Router Background @linux_router
8 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
8 Hits, Last modified:
KPTree - MSWindows Setup @home_server
6 Hits, Last modified:
DHCP / DNS Setup @linux_router
6 Hits, Last modified:
Nextcloud Container @docker_notes
5 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
5 Hits, Last modified:
Router VM @linux_router
4 Hits, Last modified:
KVM Setup @home_server:home_server_setup
4 Hits, Last modified:
Docker - DNS Server @docker_notes
3 Hits, Last modified:
turn server @docker_notes
3 Hits, Last modified:
dokuwiki setup notes @home_server
3 Hits, Last modified:
Router Hardware @linux_router
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
TC - Traffic Control @linux_router
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
Network Speed testing @tech_notes
1 Hits, Last modified:
ssh with key files @tech_notes
1 Hits, Last modified:
Formatting Syntax @wiki
1 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified:
Tripwire @home_server:home_server_setup:other_services
1 Hits, Last modified: