I'm new to Linux. I am trying to use CWP behind a gateway device which will NAT traffic to CWP. I have entered the same local IP address for Default, NATed and Shared.
I want to add more local IP's so I can have different IP's for each domain. Trying to avoid SNI.
I have the following two files but neither one contains the local IP address (192.168.1.10) I have specified:
ifcfg-ens192 does not contain "IPADDR=".
ifcfg-lo contains "IPADDR=127.0.0.1".
Which file contains 192.168.1.10 and where do I add the other IP's I want to use?