lan

Search

You can find the results of your search below.

Debian / Ubuntu Network Setup @linux_router
69 Hits, Last modified:
{{tag>linux Debian Ubuntu router network netplan interface vlan ipv6 ip}} ======Debian / Ubuntu Network Setup====== ====Debian / Ubuntu Network - Inte... this interface Setup. It can be setup to use netplan inface.\\ Ubuntu (as of version 14.04) defaults ... setup to look like a router with 1 WAN port and 3 LAN port. The WAN port will be setup on NIC1 with the
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
Network Setup @home_server:home_server_setup
28 Hits, Last modified:
{{tag>network interface netplan nic setup loopback eth ethernet bridge bond networkd linux debian setup... fix IP address to the eth0 address.++++ ++++Netplan Old Setup with 802.3ad bonding, too complex do no... 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> Ed
Docker Deluge Image / Service @docker_notes
22 Hits, Last modified:
t s6 s6-rc openvpn "docker compose" wireguard macvlan nftables}} ======Docker Deluge Image / Service===... 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... stopped and need to be reset! so now trying ++macvlan option|<code bash> docker network create -d macv
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:
Docker @docker_notes
16 Hits, Last modified:
cate outside the local host IP address with other LAN addresses, including the router / gateway. Linu... br0 was the bridge interface for the VMs and also LAN access. The next problem was how to make this oc... if installed there, no separate network.) - MACVLAN - MACVLAN (without subVLAN) this create a new ip address on the host machine * <code bash>d
Router Hardware @linux_router
12 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
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
DHCP / DNS Setup @linux_router
7 Hits, Last modified:
shutdown the the router with DNS/DHCP servers my LAN would stop working. Hence the need for back-up DN... onitor for Kea and Bind9 called Stork. A future plan would be to review and replace ISC DHCP with Kea ... 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
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
ISP PPPoE Network Setup @linux_router
6 Hits, Last modified:
ns about pppd not being fully compatible with Netplan. Hence the attempt to manually set up wan/eno1 in... script. The ''ip'' command is compatible with Netplan. I played with the following options in the pppo... Pre=/sbin/ip link add link eno1 name eno1.7 type vlan id 7 ExecStartPre=/sbin/ip link set up dev eno1.7... //askubuntu.com/questions/987982/how-do-i-use-netplan-to-configure-pppoe|How do I use Netplan to config
IPv6 Setup Notes @linux_router
5 Hits, Last modified:
0/accessing-the-dnatted-webserver-from-inside-the-lan *https://unix.stackexchange.com/questions/28208... -ipv6-for-linux/ Commands: *''sudo vim /etc/netplan/network.yaml'' *''netplan generate (to test)'' *'' netplan apply'' *https://www.tomicki.net/ipv6.router.php *https://net
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified:
the RJ45 ethernet interface call eno1. In my netplan configuration file, ''/etc/netplan/network.yaml'', ++++the following was made:| <code> ethernets e... Network File: /run/systemd/network/10-netplan-eno1.network Type: ethe... ence is shared by the IPoE WAN link and the modem LAN web page link. My modem is setup at 192.168.5.1.
Router Basic Debian Server Setup @linux_router
4 Hits, Last modified:
Docker mailserver @docker_notes
3 Hits, Last modified:
KPTree - Email Server Setup @home_server
3 Hits, Last modified:
Router VM @linux_router
3 Hits, Last modified:
Linux Router Background @linux_router
2 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified:
IPv6 summary notes @tech_notes
2 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 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:
KPTree - MSWindows Setup @home_server
1 Hits, Last modified:
TC - Traffic Control @linux_router
1 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
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: