User Tools

Site Tools


r2_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r2_configuration [2022/07/30 15:13] bentr2_configuration [2022/08/08 15:31] (current) bent
Line 2: Line 2:
  
 ====== Network configuration ====== ====== Network configuration ======
 +
 +(There is no DHCP6 server configuration as there are no sub-routers on LAN3)
  
  
 ===== Upstream interface (enp3s0) ===== ===== Upstream interface (enp3s0) =====
      
-  #  Upstream interface enp0s3 on net2 +  #/etc/systemd/network/enp0s3.network 
-  +  #
   [Match]   [Match]
   Name=enp0s3   Name=enp0s3
Line 43: Line 45:
  
 ===== Downstream interface (enp8s0) ===== ===== Downstream interface (enp8s0) =====
 +
 +  #/etc/systemd/network/enp0s8.network
 +  #
 +  [Match]
 +  Name=enp0s8
 +  
 +  [Network]
 +  Description=Link to my secondary LAN. Ref: see: enp0s3.network
 +  DHCPv6PrefixDelegation=yes
 +  IPv6AcceptRA=no
 +  IPv6SendRA=yes
 +  DHCPServer=yes
 +  
 +  [IPv6SendRA]
 +  Managed=yes
 +  RouterLifetimeSec=1200
 +  
 +  [DHCPPrefixDelegation]
 +  #SubnetId=0x11
 +  
 +  [Address]
 +  Address=192.168.3.1/24
 +  
 +  [DHCPServer]
 +  PoolOffset=200
 +  PoolSize=10
 +  EmitDNS=yes
 +  
 +  [DHCPServerStaticLease]
 +  MACAddress=08:00:27:43:3c:53
 +  Address=192.168.3.100
 +  
 +
r2_configuration.1659194023.txt.gz · Last modified: 2022/07/30 15:13 by bent