interface

Search

You can find the results of your search below.

Debian / Ubuntu Network Setup @linux_router
15 Hits, Last modified:
{{tag>linux Debian Ubuntu router network netplan interface vlan ipv6 ip}} ======Debian / Ubuntu Network Setup====== ====Debian / Ubuntu Network - Interface Setup===== As of Debian 10 (Buster) Debian still by default uses this interface Setup. It can be setup to use netplan inface.\\ ... ictableNetworkInterfaceNames/|Predictable Network Interface Names]], also see [[https://github.com/systemd/sy
NFTables Configuration @linux_router
15 Hits, Last modified:
| \\ + <color #202000/#F0F0E0>The $modem router interface has been assigned the IP address 192.168.5.2, as ... doku.php?id=linux_router:network#ubuntu_network_-_interface_setup|network interface]].</color>++\\ <tab3>define <color red>modem_ip4 = 192.168.5.0/24</color><color blu... | \\ + <color #202000/#F0F0E0>The $modem router interface has been assigned the IP address 192.168.5.2, as
Network Setup @home_server:home_server_setup
13 Hits, Last modified:
{{tag>network interface netplan nic setup loopback eth ethernet bridge bond networkd linux debian setup comma... ation, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface # auto eth0 # iface eth0 inet dhcp #Basic bridge... erfaces(5) # and brctl(8). # The loopback network interface auto lo iface lo inet loopback #Setup the Bond a
IPMI CLI Tools @home_server:home_server_setup:other_services
12 Hits, Last modified:
hentication, packet encryption using RCMP+, SMbus interface. IPMI version 2.0 is desirable as it allows you ... l mc reset cold Options: * -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and ... *i2c : A low speed (>=400khz) system management interface supported on most embedded systems. It is similar... *ipmicli : A SuperMicro proprietary command line interface for Linux, similar in function to IPMIView, avail
KPTree Torrent VM Setup @home_server
8 Hits, Last modified:
ded active running Deluge Bittorrent Client Web Interface deluged.service loaded active running D... y drop; # accept input from loopback interface iif lo counter accept # Make sure th... policy drop; # accept output from loopback interface oif lo counter accept # Make sure th... ; policy drop; # accept input from loopback interface iif lo counter accept # Make sure th
Router Miscellaneous @linux_router
7 Hits, Last modified:
==iftop==== iftop - display bandwidth usage on an interface by host\\ Use ''man iftop'' to see options.\\ Typ... w resource network analyser. It has a web browser interface and can provide the perfornace statistics for the... s/348266/how-do-i-put-a-bridge-on-top-of-a-bonded-interface|How do I put a bridge on top of a bonded interface?]] *nixCraft [[https://www.cyberciti.biz/faq/ubuntu-lin
SSH Notes @home_server:home_server_setup:other_services
5 Hits, Last modified:
cal) if_addrs = psutil.net_if_addrs() for interface_name, interface_addresses in if_addrs.items(): for address in interface_addresses: print(f"=== Interface: {interface_name} ===") if str(address.family) == '
Docker nginx / php notes @docker_notes
4 Hits, Last modified:
$https if_not_empty; fastcgi_param GATEWAY_INTERFACE CGI/1.1; fastcgi_param SERVER_SOFTWARE nginx... $https if_not_empty; fastcgi_param GATEWAY_INTERFACE CGI/1.1; fastcgi_param SERVER_SOFTWARE nginx... tps://en.wikipedia.org/wiki/Simple_Common_Gateway_Interface|Simple Common Gateway Interface (scgi)]] look like another alternative protocol similar to FastCGI. Probably
DHCP / DNS Setup @linux_router
4 Hits, Last modified:
do vim /etc/default/isc-dhcp-server''. Ensure the interface(s) that the DHCP server is to server requests upo... er contains the following comment for each system interface that is not assigned in ''/etc/default/isc-dhcp-s... cpd.conf file for the network segment to which interface eno4 is attached. ** </code>++++ ======ipv6=====... do vim /etc/radvd.conf'' * ++radvd.conf|<code>interface br0 { AdvSendAdvert on; AdvLinkMTU 1440; Mi
Router Hardware @linux_router
4 Hits, Last modified:
VT-x, and as of 2023 VT-d). - No graphical user interface environment install (although individual applications could have web interface) - Connectivity to upstream IPS provided intern... er than usual hardware, and this is noticeable on interface usage, even no graphical. *The network and rela... e painful. IPMI = Intelligent Platform Management Interface, KVM = Keyboard video and mouse, BMC = Baseboard
ISP PPPoE Network Setup @linux_router
4 Hits, Last modified:
mit maxfail 0 # Load rp-ppoe.so for kernel mode interface naming compatibility # (ie, ppp0, ppp1) plugin rp... one". If successful there should be a new network interface ppp1 <fs smaller>Some useful links: Ubuntu help ... ====PPPoE Startup==== Systemd service to create interface and start ppoe service, below: ''sudo vim /etc/sy... an. Hence the attempt to manually set up wan/eno1 interface with an ''ip link set'' instruction in the pppoe.
Router VM @linux_router
4 Hits, Last modified:
run a desktop on this machine, CLI (Command Line Interface only). The main services I am currently running ... s of multiple physical Ethernet ports to a bridge interface device, with the bridge effectively acting as a n... Rate limiting certain IP address ranges to public interface * Parental control (time limiting access to public interface on certain IP addresses * Main LAN (Local Area
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
n uppercase use_xft = true,-- use the X FreeType interface library (anti-aliased font) font = 'Arimo:size=1... use_xft yes # use the X FreeType interface library (anti-aliased font) xftfont Monospace:siz... n uppercase use_xft = true,-- use the X FreeType interface library (anti-aliased font) font = 'Arimo:size=1... use_xft yes # use the X FreeType interface library (anti-aliased font) xftfont Monospace:siz
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
tting up Linux to redirect main boot terminal tty interface to use the serial port -Setup the console red... boot -BMC IPMI Client Setup (Using the BMC IPMI interface to redirect the computer serial tty to the BMC ne... /ipmitool sol info'' are: * -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and ... tool sol activate'', where: * -I : Selects IPMI interface to use; options seem to be: lan for IPMI 1.5 and
Docker Deluge Image / Service @docker_notes
3 Hits, Last modified:
ge, with port 8112 passed through, the deluge web interface. *Inside the container shell the deluge system ... th the nftables and the map port to the local web interface simply stops working. It seems to work much more ... .pvdata.host'' * where $lan is set to lan interface, e.g. enp1s0 * ''%%docker run -it --network ma
Docker mailserver @docker_notes
3 Hits, Last modified:
Nextcloud Container @docker_notes
3 Hits, Last modified:
Docker Host @docker_notes
3 Hits, Last modified:
KPTree - Email Server Setup @home_server
2 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
2 Hits, Last modified:
IPTables Configuration @linux_router
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
Docker - diun & ntfy @docker_notes
1 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
KPTree - MSWindows Setup @home_server
1 Hits, Last modified:
Web Server setup @home_server
1 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: