Configure the Interface
At this point you have a valid Secure Forwarder that has an identity. You now have to configure two aspects of this virtual appliance: interface configuration and the settings required to bring up the Auth Proxy mode.
Issue the following commands to configure the IP addresses of the dp2 interface:
set interface dp2 ip <IP address> set interface dp2 netmask <netmask address> set interface dp2 gw <gateway address> set dataplane auth-proxy ssl-proxy listener-interface <interface>
Note
The dp2 IP listener should be the same as the dp2 IP address.
Once the interface is set, run the following command to initiate a health check:
set healthcheck enable true
Note
You can also use the
show interface
command to verify the configuration.You must save the configuration. Save the configuration using the
save
command, and then press Enter.