Extra nat et accès internet pour le routeur itself
This commit is contained in:
parent
b35b191904
commit
0120cfbb5f
2 changed files with 8 additions and 3 deletions
|
@ -41,7 +41,8 @@ nat = [
|
|||
'eth1' : '185.230.76.0/24',
|
||||
'eth2' : '138.230.76.0/24',
|
||||
},
|
||||
'ip_sources' : '10.42.0.0/16'
|
||||
'ip_sources' : '10.42.0.0/16',
|
||||
'extra_nat' : {'10.129.1.240' : '45.66.108.251'}
|
||||
},
|
||||
{
|
||||
'name' : 'nat2',
|
||||
|
@ -49,6 +50,7 @@ nat = [
|
|||
'eth1' : '185.230.77.0/24',
|
||||
'eth3' : '138.1.145.0/24'
|
||||
},
|
||||
'ip_sources' : '10.43.0.0/16'
|
||||
'ip_sources' : '10.43.0.0/16',
|
||||
'extra_nat' : {'10.129.1.240' : '45.66.108.251'}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue