How would you configure the WPARs' network to meet the security requirement of preventing inter-WPAR communication while maintaining global LPAR management access?
Hi
create isolated virtual networks for each WPAR using dedicated virtual Ethernet adapters assigned to each WPAR, then use a firewall on the global LPAR to manage communication.
Assign Adapters to WPARs: Use the mkwpar command with the -D (device) option to directly assign each dedicated virtual adapter to its corresponding WPAR. This ensures each WPAR has its own network interface and doesn't share a common network segment with other WPARs
Thank you
Anas