Paste #229963

   
pasted on 28.10.2021 16:21
  • 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
29
30
31
32
33
34
35
36
37
38
39
#------------------------------------------------------------------------------
# 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="null"

vlans_eth1="75 77"
config_eth1_75="dhcp"
config_eth1_77="dhcp"

bridge_forward_delay_br1_1=0
bridge_hello_time_br1_1=1000
bridge_stp_state_br1_1=0

bridge_br1_1="eth1"
config_br1_1="10.0.11.80/26"
routes_br1_1="
  172.16.125.102  via 10.0.11.65
  192.168.39.0/24 via 10.0.11.66
  192.168.99.0/24 via 10.0.11.66"

bridge_forward_delay_br1_2=0
bridge_hello_time_br1_2=1000
bridge_stp_state_br1_2=0

bridge_br1_2=""
config_br1_2="192.168.11.1/24"

tuntap_tun5="tun"
config_tun5="192.168.200.2/30 peer 192.168.200.1/30"
routes_tun5="default via 192.168.200.2"

dns_servers="10.0.11.66"
dns_search="vopd.local"
Add Comment
Author