lan

Search

You can find the results of your search below.

NFTables Configuration @linux_router
36 Hits, Last modified:
m device label</color>\\ <tab3>define <color red>lan = br0</color><color blue> #definition of lan device label</color>\\ <tab3>define <color red>lan_ip4 = 192.168.1.0/24</color><color blue> #definition of lan IPV4 range</color>\\ <tab3>define <color red>rout
KPTree Torrent VM Setup @home_server
20 Hits, Last modified:
s.conf script| <code> #!/usr/sbin/nft -f define lan = ens3 define tun = tun0 # Clean out the curr... w IP addresses of VPN only for outgoing packet on lan #PrivatVPN Addresses (Host Addresses) oifname $lan ip daddr 27.50.73.55 counter accept #Host: au-mel.pvdata.host oifname $lan ip daddr 46.102.153.131 counter accept #Host:
Router Hardware @linux_router
11 Hits, Last modified:
l Pentium N3700 system with 4 x Intel i210-AT GbE LAN. I got with maximum 8GB RAM and 120GB mSata HD. ... l Pentium N3700 system with 4 x Intel i210-AT GbE LAN, from [[https://mitxpc.com/products/sys-e200-9b|M... d power slightly lower than the J1900. (The Intel LAN controllers are also the more modern ones). This unit also comes with a dedicated IPMI LAN Port, allowing full remote KVM operation on the n
NFTables IP Control @linux_router
11 Hits, Last modified:
define wan = ppp1 define modem = eno1 define lan = br0 define router_ip4 = 192.168.1.1 define ht... f lo counter accept # accept input from LAN iifname $lan counter accept # By port is a pain in the arse! # iifname $lan tcp dport { ssh, domain, 667, 953 } counter accep
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified:
h the machine locally. This is called Serial Over Lan (SOL) and is available in IPMI v2.0 as a standard... v1.5 - Ability to send IPMI messages to BMC over LAN, LAN alerting. No SOL as part of the standard's specification but some vendor specific SOL implementations. *IPMI v2.0 - Serial Over LAN enabling console redirection, access control, enh
Debian / Ubuntu Network Setup @linux_router
9 Hits, Last modified:
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 ... inet static address 192.168.5.2/24 # Then LAN networks are eno2 eno3 eno4 in bridged mode br1 ... Netplan. The NIC back panel layout: <code> IPMI_LAN DisplayPort USB2-1 USB3-1 LAN3(eth2) LA
Web Server setup @home_server
7 Hits, Last modified:
roup and User IDs across Virtual Machines on Same LAN===== Unfortunately, Havetheknowhow.com does not ... ual machines (VMs), each with a separate distinct LAN IP address. However there is only one WAN static ... s to https://sub1.example.com to a separate local LAN apache server, hence the reference to the local LAN address: https://192.168.1.18. (Does not seem to f
IPTables Configuration @linux_router
7 Hits, Last modified:
ING ACCEPT [0:0] # eno1 is WAN interface, br1 is LAN interface (bridged eno2 - eno4), # ppp1 is the P... OUTING -o ppp1 -j MASQUERADE # WAN Ports DNAT to LAN -A PREROUTING -p tcp -m tcp -i ppp1 --dport 80 -j... t-with icmp-port-unreachable # DNS - accept from LAN -A INPUT -i br1 -p tcp --dport 53 -j ACCEPT -A IN... -p udp --dport 53 -j ACCEPT # SSH - accept from LAN -A INPUT -i br1 -p tcp --dport 22 -j ACCEPT # DH
Network Setup @home_server:home_server_setup
6 Hits, Last modified:
NIC connectors are setup as follows: <code> IPMI_LAN USB2-1 USB3-1 LAN3(eth2) LAN4(eth3) USB2-0 USB3-0 LAN1(eth0) LAN2(eth1) VGA </code> Edit the network configuration file: '
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified:
N to gain remote secure private access to my home LAN from the WAN (internet). //This is where I descri... router:wireguard|Wireguard VPN access from WAN to LAN]]//. - VPN to anonymize my public internet acce... '' under under output chain: *''oifname $lan ip daddr 103.231.89.219 counter accept #Host: au-per.pvdata.host'' * where $lan is set to lan interface, e.g. enp1s0 * ''%%doc
DHCP / DNS Setup @linux_router
5 Hits, Last modified:
shutdown the the router with DNS/DHCP servers my LAN would stop working. Hence the need for back-up DN... IP address... A 192.168.1.12 ; This is the LAN address of the html server ;... re the name. </code>++++ **Note:** //To allow all LAN traffic to correctly flow to the html server and ... for internal services that can not be reached off LAN. I am not sure how split DNS addresses the use o
Calibre Server @home_server:home_server_setup:other_services
4 Hits, Last modified:
''http://your_server_ip:8080'' in a browser on my LAN. Next setup the systemd service as follows sudo ... guard running to allow secure remote access to my LAN I can not be bothered trying to put my Calibre li... re on-line server, as it is only accessible on my LAN. If some one gains unauthorised access to my LAN, their access to my Calibre Library is the least of m
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified:
elects IPMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my in... elects IPMI interface to use; options seem to be: lan for IPMI 1.5 and lanplus for IPMI 2.0. (All my in... sol : Configure and connect IPMIv2.0 Serial-over-LAN * activate : to activate the terminal connectio... Hence it should only be operated in a restricted LAN, where only strict secure outside control is poss
Docker mailserver @docker_notes
3 Hits, Last modified:
ptree.net''. This will only be accessible on the LAN. ====ISPmail Admin==== I will setup DNS and Traef... ptree.net''. This will only be accessible on the LAN. Admin user is mailserver with associated passwor... uting of STARTTLS. At least as of 2023-12-02. My LAN DNS points to the one common IP address for the m
Router VM @linux_router
3 Hits, Last modified:
work setup on the remaining 3 Ethernet ports as a LAN (Local Area Network). The bridge network setup ha... on VMs and container system to obtain host system LAN and WAN access. * ssh (for remote CLI access) ... public interface on certain IP addresses * Main LAN (Local Area Network) DNS/DHCP), these services wo
Docker @docker_notes
2 Hits, Last modified:
Linux Router Background @linux_router
2 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
2 Hits, Last modified:
IPv6 summary notes @tech_notes
2 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Nextcloud Container @docker_notes
1 Hits, Last modified:
turn server @docker_notes
1 Hits, Last modified:
dokuwiki setup notes @home_server
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
TC - Traffic Control @linux_router
1 Hits, Last modified:
samba @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: