ipalias
Manage IP Services
This is a tool to manage IP services in your eenos server. This tool is already installed as a systemd service. All additional IPs will be automatically activated during the reboot time.
This tool is used to manage IPs added via the WAP control panel only.
This tool can be used by a system administrator to restart IP services.
Command:
/usr/local/eenos/bin/ipalias
Command Options:
Usage: /usr/local/eenos/bin/ipalias <options>
Options:
start - To start all ips both ipv4 and ipv6
stop - To stop all ips both ipv4 and ipv6
restart - To restart all ips both ipv4 and ipv6
startv4 - To start all ipv4 ips
stopv4 - To stop all ipv4 ips
restartv4 - To restart all ipv4 ips
startv6 - To start all ipv6 ips
stopv6 - To stop all ipv6 ips
restartv6 - To restart all ipv6 ips
Start, Stop, and Restart All IPs ( Both V4 and V6)
To start all IPs, use the following command
/usr/local/eenos/bin/ipalias start
To stop all IPs, use the following command
/usr/local/eenos/bin/ipalias stop
To restart all IPs, use the following command
/usr/local/eenos/bin/ipalias restart
IPv4 ( Start, Stop, Restart )
You can start, stop, and restart IPV4 IPs using this tool.
To start all IPv4 IPs only, use the following command
/usr/local/eenos/bin/ipalias startv4
To stop all IPv4 Ips only, use the following command
/usr/local/eenos/bin/ipalias stopv4
To restart all IPv4 IPs only, use the following command
/usr/local/eenos/bin/ipalias restartv4
IPv6 ( Start, Stop, Restart )
You can start, stop and restart IPV6 ips only, by using this tool
To start all IPv6 IPs only, use the following command
/usr/local/eenos/bin/ipalias startv6
To stop all IPv6 IPs only, use the following command
/usr/local/eenos/bin/ipalias stopv6
To restart all IPv6 IPs only, use the following command
/usr/local/eenos/bin/ipalias restartv6