Extra nat et accès internet pour le routeur itself

This commit is contained in:
Gabriel Detraz 2019-09-14 12:19:28 +02:00 committed by root
parent b35b191904
commit 0120cfbb5f
2 changed files with 8 additions and 3 deletions

View file

@ -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'}
}
]