Skip to content

Instantly share code, notes, and snippets.

@PierpaoloPernici
Created February 13, 2019 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PierpaoloPernici/d8f3b7da19aa2ea753bbac525a3aa019 to your computer and use it in GitHub Desktop.
Save PierpaoloPernici/d8f3b7da19aa2ea753bbac525a3aa019 to your computer and use it in GitHub Desktop.
USG <> TIM HUB
{
"interfaces": {
"ethernet": {
"eth0": {
"address": [
"10.0.0.10/24"
]
}
}
},
"service": {
"nat": {
"rule": {
"7000": {
"description": "MASQ corporate_network to eth0",
"log": "disable",
"outbound-interface": "eth0",
"protocol": "all",
"source": {
"group": {
"network-group": "corporate_network"
}
},
"type": "masquerade"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment