Enabling NAT translation

You can set the discovery system to use NAT translation by editing $NCHOME/etc/precision/DiscoConfig.cfg to create or amend an insert into disco.NATStatus to set m_UsingNAT to 1 and m_NATStatus to 0.

About this task

The completed insert must resemble the following:
insert into disco.NATStatus 
(
        m_UsingNAT,
        m_NATStatus
)
values 
( 
        1, 
        0 
);