Skip to content

Commit

Permalink
add second tun interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 24, 2020
1 parent 4161d5a commit fc56081
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions host_vars/container1.servers.bornhack.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ network_interfaces:
pf_carp: False
pf_upstream: True
gateway: False
- name: "telmore2-4g-upstream"
description: "telmore2 4g LTE upstream interface, PPP, v4 only"
configure: False
interface: "tun1"
dynamic_ip: True
pf_macro: "telmore2_if"
pf_scrub: True
pf_sync: False
pf_carp: False
pf_upstream: True
gateway: False


########## pf configs ############
Expand Down

0 comments on commit fc56081

Please sign in to comment.