This class encapsulates a name and an associated NAT instance. NAT policies provide a way to re-use NAT instances whithout having to define NAT mappings for each service individually.
Example 5.30. Using Natpolicies |
---|
The following example defines a simple NAT policy, and uses this policy for SNAT in a service. NATPolicy(name="demo_natpolicy", nat=GeneralNAT(mapping=((InetSubnet(addr="10.0.1.0/24"), InetSubnet(addr="192.168.1.0/24")),))) Service(name="office_http_inter", proxy_class=HttpProxy, snat_policy="demo_natpolicy") |
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu