Skip to content

Commit

Permalink
patch sudomesh/bugs#27 for n750s also
Browse files Browse the repository at this point in the history
  • Loading branch information
paidforby committed Apr 19, 2018
1 parent c5150c7 commit e762486
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,32 @@ config interface 'ext1mesh'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '<%= adhoc_addr_ipv4 %>'
option dns '<%= exit_node_mesh_ipv4_addr %>'
list dns '<%= exit_node_mesh_ipv4_addr_1 %>'
list dns '<%= exit_node_mesh_ipv4_addr_2 %>'
option netmask '<%= adhoc_subnet_ipv4_bitmask %>'

config interface 'ext2mesh'
option ifname 'eth0.2'
option proto 'static'
option ipaddr '<%= adhoc_addr_ipv4 %>'
option dns '<%= exit_node_mesh_ipv4_addr %>'
list dns '<%= exit_node_mesh_ipv4_addr_1 %>'
list dns '<%= exit_node_mesh_ipv4_addr_2 %>'
option netmask '<%= adhoc_subnet_ipv4_bitmask %>'

config interface 'mesh2'
option ifname 'mesh2'
option proto 'static'
option ipaddr '<%= adhoc_addr_ipv4 %>'
option dns '<%= exit_node_mesh_ipv4_addr %>'
list dns '<%= exit_node_mesh_ipv4_addr_1 %>'
list dns '<%= exit_node_mesh_ipv4_addr_2 %>'
option netmask '<%= adhoc_subnet_ipv4_mask %>'

config interface 'mesh5'
option ifname 'mesh5'
option proto 'static'
option ipaddr '<%= adhoc_addr_ipv4 %>'
option dns '<%= exit_node_mesh_ipv4_addr %>'
list dns '<%= exit_node_mesh_ipv4_addr_1 %>'
list dns '<%= exit_node_mesh_ipv4_addr_2 %>'
option netmask '<%= adhoc_subnet_ipv4_mask %>'

# This will be our "peoplesopen.net" bridge
Expand All @@ -110,7 +114,8 @@ config interface 'open'
option ifname 'open2 open5 eth0.10'
option proto 'static'
option ipaddr '<%= open_addr_ipv4 %>'
option dns '<%= exit_node_mesh_ipv4_addr %>'
list dns '<%= exit_node_mesh_ipv4_addr_1 %>'
list dns '<%= exit_node_mesh_ipv4_addr_2 %>'
option netmask '<%= open_subnet_ipv4_mask %>'

config interface 'priv'
Expand Down

0 comments on commit e762486

Please sign in to comment.