mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Nat node use port 0
This commit is contained in:
@ -42,7 +42,7 @@ class Nat(Cloud):
|
||||
"name": "nat0",
|
||||
"type": "ethernet",
|
||||
"interface": "eth1",
|
||||
"port_number": 1
|
||||
"port_number": 0
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user