Nat node use port 0

This commit is contained in:
Julien Duponchelle
2016-09-05 11:43:20 +02:00
parent d7c60db2b9
commit 1d70a18b11
3 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ class Nat(Cloud):
"name": "nat0",
"type": "ethernet",
"interface": "eth1",
"port_number": 1
"port_number": 0
}
]