ipalias
Manage IP Services
A tools to manage IP services in your eenos server. This tool is already installed as a systemd service . All additional IPs will be automatically activated on a reboot time.
This tool only used to manage IPs added via WAP control panel.
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 resttart IPV4 ips only 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 resttart IPV6 ips only 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