Paste #229542

   
pasted on 25.10.2021 16:09
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#------------------------------------------------------------------------------
# Modified Calculate Utilities 3.7.1.32
# Processed template files:
# /var/db/repos/calculate/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/openrc/conf.d/net
# To modify this file, create a /etc/conf.d/net.clt template.
#------------------------------------------------------------------------------

modules="!plug"
config_eth1="10.0.11.80/26"
routes_eth1="default via 10.0.11.65"
dns_servers="10.0.11.66"
dns_search="vopd.local"
#ifplugd="--no-beep"

vlans_eth1="77"
vlan77_name="vlan77"
config_eth1_77="dhcp"

# Note that it is important to include 'bridge_forward_delay_br0=0' and 'bridge_hello_time_br0=1000' in order
# to bring the interface up quickly. Other values will cause network packets
# to be dropped for the first 30 seconds after the bridge has become active.
# This in turn could prevent DHCP from working.
bridge_forward_delay_br0=0
bridge_hello_time_br0=200
bridge_stp_state_br0=0

bridge_br0=""
config_br0="192.168.11.1/24"
Add Comment
Author