Skip to content

Instantly share code, notes, and snippets.

@mweinelt
Created April 14, 2020 23:27
Show Gist options
  • Save mweinelt/696d5b33c08944a1f65ccb439b346cf2 to your computer and use it in GitHub Desktop.
Save mweinelt/696d5b33c08944a1f65ccb439b346cf2 to your computer and use it in GitHub Desktop.
# Default settings
[Defaults]
# Listen port, defaults to 1001
Port: 1001
# Default multicast listen addresses
MulticastLinkAddress: ff02::2:1001
MulticastSiteAddress: ff05::2:1001
# Default domain to use
#DefaultDomain: <domain code>
# Default domain type
DefaultDomainType: batadv
[dom0]
# Batman interface, mandatory
BatmanInterface: dom0-bat
# Other listen interfaces
Interface: dom0-br, dom0-vlan, dom0-vpn-1312
# Domain protocol
DomainType: batadv
[dom1]
# Batman interface, mandatory
BatmanInterface: dom1-bat
# Other listen interfaces
Interface: dom1-br, dom1-vlan, dom1-vpn-1312
# Domain protocol
DomainType: batadv
[dom2]
# Batman interface, mandatory
BatmanInterface: dom2-bat
# Other listen interfaces
Interface: dom2-br, dom2-vlan, dom2-vpn-1312
# Domain protocol
DomainType: batadv
[dom3]
# Batman interface, mandatory
BatmanInterface: dom3-bat
# Other listen interfaces
Interface: dom3-br, dom3-vlan, dom3-vpn-1312
[dom4]
# Batman interface, mandatory
BatmanInterface: dom4-bat
# Other listen interfaces
Interface: dom4-br, dom4-vlan, dom4-vpn-1312
# Domain protocol
DomainType: batadv
[dom5]
# Batman interface, mandatory
BatmanInterface: dom5-bat
# Other listen interfaces
Interface: dom5-br, dom5-vlan, dom5-vpn-1312
# Domain protocol
DomainType: batadv
[dom6]
# Batman interface, mandatory
BatmanInterface: dom6-bat
# Other listen interfaces
Interface: dom6-br, dom6-vlan, dom6-vpn-1312
# Domain protocol
DomainType: batadv
[dom7]
# Batman interface, mandatory
BatmanInterface: dom7-bat
# Other listen interfaces
Interface: dom7-br, dom7-vlan, dom7-vpn-1312
# Domain protocol
DomainType: batadv
[dom8]
# Batman interface, mandatory
BatmanInterface: dom8-bat
# Other listen interfaces
Interface: dom8-br, dom8-vlan, dom8-vpn-1312
# Domain protocol
DomainType: batadv
[dom9]
# Batman interface, mandatory
BatmanInterface: dom9-bat
# Other listen interfaces
Interface: dom9-br, dom9-vlan, dom9-vpn-1312
# Domain protocol
DomainType: batadv
[dom10]
# Batman interface, mandatory
BatmanInterface: dom10-bat
# Other listen interfaces
Interface: dom10-br, dom10-vlan, dom10-vpn-1312
# Domain protocol
DomainType: batadv
[dom11]
# Batman interface, mandatory
BatmanInterface: dom11-bat
# Other listen interfaces
Interface: dom11-br, dom11-vlan, dom11-vpn-1312
# Domain protocol
DomainType: batadv
[dom12]
# Batman interface, mandatory
BatmanInterface: dom12-bat
# Other listen interfaces
Interface: dom12-br, dom12-vlan, dom12-vpn-1312
# Domain protocol
DomainType: batadv
[dom13]
# Batman interface, mandatory
BatmanInterface: dom13-bat
# Other listen interfaces
Interface: dom13-br, dom13-vlan, dom13-vpn-1312
# Domain protocol
DomainType: batadv
[dom14]
# Batman interface, mandatory
BatmanInterface: dom14-bat
# Other listen interfaces
Interface: dom14-br, dom14-vlan, dom14-vpn-1312
# Domain protocol
DomainType: batadv
[dom15]
# Batman interface, mandatory
BatmanInterface: dom15-bat
# Other listen interfaces
Interface: dom15-br, dom15-vlan, dom15-vpn-1312
# Domain protocol
DomainType: batadv
[dom16]
# Batman interface, mandatory
BatmanInterface: dom16-bat
# Other listen interfaces
Interface: dom16-br, dom16-vlan, dom16-vpn-1312
# Domain protocol
DomainType: batadv
[dom17]
# Batman interface, mandatory
BatmanInterface: dom17-bat
# Other listen interfaces
Interface: dom17-br, dom17-vlan, dom17-vpn-1312
# Domain protocol
DomainType: batadv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment