- Back to Home »
- IP Alias
Posted by : Unknown
Thứ Sáu, 23 tháng 5, 2014
- Địa chỉ alias và địa chỉ IP trên interface phải nằm cùng dải mạng.
- Để địa chỉ alias được cấu hình ngay sau khi máy được bật thì cần bổ sung câu lệnh ifconfig vào /etc/rc.net script.
To configure IP aliases on AIX:
- Để địa chỉ alias được cấu hình ngay sau khi máy được bật thì cần bổ sung câu lệnh ifconfig vào /etc/rc.net script.
To configure IP aliases on AIX:
Use the ifconfig command to create an IP alias. To have the alias created when the system starts, add the ifconfig command to the /etc/rc.net script.
The following example creates an alias on the en1 network interface. The alias must be defined on the same subnet as the network interface.
# ifconfig en1 alias 9.37.207.29 netmask 255.255.255.0 upThe following example deletes the alias:
# ifconfig en1 delete 9.37.207.29